gtk 0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2943
Samba-Gtk 0.1
Samba-Gtk is a GTK+ frontend for Samba 4. more>>
Samba-Gtk is a GTK+ frontend for Samba 4.
A set of GTK+ applications that allow use of SMB- and related protocols. Current tools include a registry editor (local files and remote), DCE/RPC endpoint profiler, remote job planner (at/cron equivalent) and remote service manager.
Also contains a shared library with custom GTK+ widgets.
<<lessA set of GTK+ applications that allow use of SMB- and related protocols. Current tools include a registry editor (local files and remote), DCE/RPC endpoint profiler, remote job planner (at/cron equivalent) and remote service manager.
Also contains a shared library with custom GTK+ widgets.
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
lambda-gtk 0.1
?gtk is a cross-platform Lisp interface to the complete GTK+2 family of shared libraries. more>>
?gtk is a cross-platform Lisp interface to the complete GTK+2 family of shared libraries. ?gtk currently runs in the following Lisp environments:
PPC/Darwin OpenMCL 0.14.2-p1
x86/Linux SBCL 0.8.16
x86/Linux CMUCL 19a
and is released under the Lisp Lesser General Public License (LLGPL).
If you are familiar with Lisp function call syntax and the GTK API then programming with ?gtk is straightforward.
Main features:
- Portable GUI programming across the supported Lisp environments.
- Automatic conversion between Lisp data (booleans, numbers, strings) and their equivalent GTK types. Function arguments that involve C pointers to ints, floats and doubles are also handled automatically: foreign values are allocated and initialized by the wrappers, the pointers are passed to GTK and then dereferenced and returned to the Lisp caller as multiple values.
- Lisp names for GTKs enums, structs and functions. Lisp names are formed by substituting "-" for "_" and (possibly) converting C library prefixes into exported Lisp package prefixes (see documentation section below).
- Lisp accessor functions to read/write slot values in GTK structs. Accessors are named struct.slot but may include more than one slot name, e.g. gtk:Widget.allocation.width. The first argument to all accessors is a pointer to a struct; if the referenced slot is an array then a second required argument provides the index. The last argument to all accessors is an optional value, that, if specified, replaces the current value in the slot. For example:
(gdk:Rectangle.x rect) ; return rects x value
(gdk:Rectangle.x rect 100) ; set rects x value
- Lisp symbol package(s) that export the GTK API and a read time conditional #+:gtk in *features*.
- A small set of utilities for working with GTK pointers, callbacks and foreign storage in a portable way (see documentation below).
<<lessPPC/Darwin OpenMCL 0.14.2-p1
x86/Linux SBCL 0.8.16
x86/Linux CMUCL 19a
and is released under the Lisp Lesser General Public License (LLGPL).
If you are familiar with Lisp function call syntax and the GTK API then programming with ?gtk is straightforward.
Main features:
- Portable GUI programming across the supported Lisp environments.
- Automatic conversion between Lisp data (booleans, numbers, strings) and their equivalent GTK types. Function arguments that involve C pointers to ints, floats and doubles are also handled automatically: foreign values are allocated and initialized by the wrappers, the pointers are passed to GTK and then dereferenced and returned to the Lisp caller as multiple values.
- Lisp names for GTKs enums, structs and functions. Lisp names are formed by substituting "-" for "_" and (possibly) converting C library prefixes into exported Lisp package prefixes (see documentation section below).
- Lisp accessor functions to read/write slot values in GTK structs. Accessors are named struct.slot but may include more than one slot name, e.g. gtk:Widget.allocation.width. The first argument to all accessors is a pointer to a struct; if the referenced slot is an array then a second required argument provides the index. The last argument to all accessors is an optional value, that, if specified, replaces the current value in the slot. For example:
(gdk:Rectangle.x rect) ; return rects x value
(gdk:Rectangle.x rect 100) ; set rects x value
- Lisp symbol package(s) that export the GTK API and a read time conditional #+:gtk in *features*.
- A small set of utilities for working with GTK pointers, callbacks and foreign storage in a portable way (see documentation below).
Download (0.37MB)
Added: 2005-08-10 License: LGPL (GNU Lesser General Public License) Price:
1535 downloads
Bazaar-GTK 0.18.0
Bazaar-GTK is a GTK+ frontend for the Bazaar version control system. more>>
Bazaar-GTK is a GTK+ frontend for the Bazaar version control system.
The project provides Nautilus integration and a stand-alone application for browsing Bazaar branches.
Provided Commands
- gcommit
- gdiff
- visualise
- gannotate
- gbranch
Provided classes
- GAnnotateWindow
- GCommitDialog
- CloneDialog
- DiffWindow
- BranchWindow (Visualisation)
<<lessThe project provides Nautilus integration and a stand-alone application for browsing Bazaar branches.
Provided Commands
- gcommit
- gdiff
- visualise
- gannotate
- gbranch
Provided classes
- GAnnotateWindow
- GCommitDialog
- CloneDialog
- DiffWindow
- BranchWindow (Visualisation)
Download (0.10MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
824 downloads
Gtk# 1.0.10
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries. more>>
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries.
Gtk# provides tools to bind GObject based libraries for use by Mono/.Net applications in addition to a set of assemblies that binds the Gtk+ libraries and several Gnome libraries.
The effort essentially boils down to an exercise in PInvoke against the C
dynamic libraries. It may end up being slow as hell, but well see when we get
there and adjust accordingly.
<<lessGtk# provides tools to bind GObject based libraries for use by Mono/.Net applications in addition to a set of assemblies that binds the Gtk+ libraries and several Gnome libraries.
The effort essentially boils down to an exercise in PInvoke against the C
dynamic libraries. It may end up being slow as hell, but well see when we get
there and adjust accordingly.
Download (1.8MB)
Added: 2006-01-19 License: LGPL (GNU Lesser General Public License) Price:
1377 downloads
GTK+ 2.9.4
Gtk+ is a library for creating graphical user interfaces. more>>
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.
GTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
<<lessGTK+ is free software and part of the GNU Project. However, the licensing terms for GTK+, the GNU LGPL, allow it to be used by all developers, including those developing proprietary software, without any license fees or royalties.
GTK+ is based on three libraries developed by the GTK+ team:
- GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
- Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
- The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.
GTK+ has been designed from the ground up to support a range of languages, not only C/C++. Using GTK+ from languages such as Perl and Python (especially in combination with the Glade GUI builder) provides an effective method of rapid application development.
Download (19MB)
Added: 2006-07-04 License: LGPL (GNU Lesser General Public License) Price:
1756 downloads
Other version of GTK+
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
GTK-VNC 0.1.0
GTK-VNC is a VNC viewer widget for GTK. more>>
GTK-VNC project is a VNC viewer widget for GTK.
It provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional vncviewer in a few 10s of lines of code.
The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.
<<lessIt provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional vncviewer in a few 10s of lines of code.
The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.
Download (0.35MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
802 downloads
Gtk 0.7009
Gtk enums, flags, object types, arguments and signals. more>>
Gtk enums, flags, object types, arguments and signals.
Gnome::AppBar (Gtk::HBox)
Signals
undef clear-prompt (Gnome::AppBar)
undef user-response (Gnome::AppBar)
Gnome::AppletWidget (Gtk::Plug)
Signals
undef back-change (Gnome::AppletWidget, Gtk::Enum, gpointer, gpointer)
undef change-orient (Gnome::AppletWidget, Gtk::Enum)
undef change-pixel-size (Gnome::AppletWidget, integer)
undef change-position (Gnome::AppletWidget, integer, integer)
undef do-draw (Gnome::AppletWidget)
bool save-session (Gnome::AppletWidget, string, string)
undef tooltip-state (Gnome::AppletWidget, integer)
Gnome::Calculator (Gtk::VBox)
Signals
undef result-changed (Gnome::Calculator, number)
Gnome::Canvas (Gtk::Layout)
Gnome::CanvasEllipse (Gnome::CanvasRE)
Gnome::CanvasGroup (Gnome::CanvasItem)
Arguments
x (number) [writable, readable]
y (number) [writable, readable]
Gnome::CanvasImage (Gnome::CanvasItem)
Arguments
anchor (Gtk::AnchorType) [writable, readable]
height (number) [writable, readable]
image (Gtk::GdkImlibImage) [writable, readable]
pixbuf (Gtk::Boxed) [writable]
width (number) [writable, readable]
x (number) [writable, readable]
y (number) [writable, readable]
Gnome::CanvasItem (Gtk::Object)
Signals
bool event (Gnome::CanvasItem, Gtk::Gdk::Event)
Gnome::CanvasLine (Gnome::CanvasItem)
Arguments
arrow_shape_a (number) [writable, readable]
arrow_shape_b (number) [writable, readable]
arrow_shape_c (number) [writable, readable]
cap_style (Gtk::GdkCapStyle) [writable, readable]
fill_color (string) [writable]
fill_color_gdk (Gtk::GdkColor) [writable, readable]
fill_color_rgba (unsigned) [writable, readable]
fill_stipple (Gtk::GdkWindow) [writable, readable]
first_arrowhead (bool) [writable, readable]
join_style (Gtk::GdkJoinStyle) [writable, readable]
last_arrowhead (bool) [writable, readable]
line_style (Gtk::GdkLineStyle) [writable, readable]
points (Gnome::CanvasPoints) [writable, readable]
smooth (bool) [writable, readable]
spline_steps (unsigned) [writable, readable]
width_pixels (unsigned) [writable]
width_units (number) [writable]
<<lessGnome::AppBar (Gtk::HBox)
Signals
undef clear-prompt (Gnome::AppBar)
undef user-response (Gnome::AppBar)
Gnome::AppletWidget (Gtk::Plug)
Signals
undef back-change (Gnome::AppletWidget, Gtk::Enum, gpointer, gpointer)
undef change-orient (Gnome::AppletWidget, Gtk::Enum)
undef change-pixel-size (Gnome::AppletWidget, integer)
undef change-position (Gnome::AppletWidget, integer, integer)
undef do-draw (Gnome::AppletWidget)
bool save-session (Gnome::AppletWidget, string, string)
undef tooltip-state (Gnome::AppletWidget, integer)
Gnome::Calculator (Gtk::VBox)
Signals
undef result-changed (Gnome::Calculator, number)
Gnome::Canvas (Gtk::Layout)
Gnome::CanvasEllipse (Gnome::CanvasRE)
Gnome::CanvasGroup (Gnome::CanvasItem)
Arguments
x (number) [writable, readable]
y (number) [writable, readable]
Gnome::CanvasImage (Gnome::CanvasItem)
Arguments
anchor (Gtk::AnchorType) [writable, readable]
height (number) [writable, readable]
image (Gtk::GdkImlibImage) [writable, readable]
pixbuf (Gtk::Boxed) [writable]
width (number) [writable, readable]
x (number) [writable, readable]
y (number) [writable, readable]
Gnome::CanvasItem (Gtk::Object)
Signals
bool event (Gnome::CanvasItem, Gtk::Gdk::Event)
Gnome::CanvasLine (Gnome::CanvasItem)
Arguments
arrow_shape_a (number) [writable, readable]
arrow_shape_b (number) [writable, readable]
arrow_shape_c (number) [writable, readable]
cap_style (Gtk::GdkCapStyle) [writable, readable]
fill_color (string) [writable]
fill_color_gdk (Gtk::GdkColor) [writable, readable]
fill_color_rgba (unsigned) [writable, readable]
fill_stipple (Gtk::GdkWindow) [writable, readable]
first_arrowhead (bool) [writable, readable]
join_style (Gtk::GdkJoinStyle) [writable, readable]
last_arrowhead (bool) [writable, readable]
line_style (Gtk::GdkLineStyle) [writable, readable]
points (Gnome::CanvasPoints) [writable, readable]
smooth (bool) [writable, readable]
spline_steps (unsigned) [writable, readable]
width_pixels (unsigned) [writable]
width_units (number) [writable]
Download (0.43MB)
Added: 2006-07-11 License: Perl Artistic License Price:
1202 downloads
gtk-Qt 0.3
gtk-Qt provides helper functions to use Qt together with GTK. more>>
gtk-Qt provides helper functions to use Qt together with GTK.
<<less Download (0.20MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1098 downloads
gtk-Xt 0.3
gtk-Xt provides helper functions to use Xt (X Toolkit Intrinsics) together with GTK. more>>
gtk-Xt provides helper functions to use Xt (X Toolkit Intrinsics) together with GTK.
<<less Download (0.20MB)
Added: 2006-11-02 License: BSD License Price:
1090 downloads
gtk-FOX 0.3
gtk-FOX project provides helper functions to use FOX toolkit together with GTK. more>>
gtk-FOX project provides helper functions to use FOX toolkit together with GTK.
<<less Download (0.21MB)
Added: 2006-11-03 License: BSD License Price:
1086 downloads
Vqcc-gtk 0.5
Vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily used in small LANs. more>>
Vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily used in small LANs. Based on quickChat/Vypress Chat (TM) for Windows (from Vypress Research) and is licensed under the GPL.
The application supports both quickChat and Vypress Chat(TM) protocols and hopefully is compatible enough to substitute those applications when using Linux, FreeBSD or another *NIX desktop. You need no server to run, however it is not possible to communicate outside your LAN (or subnet).
Those running KDE might be happier with VyQChat which is making nice progress too and looks more native to the users of KDE. Also there is a fine console (text mode) chat client eChat. It is compatible with both quickChat and VypressChat.
<<lessThe application supports both quickChat and Vypress Chat(TM) protocols and hopefully is compatible enough to substitute those applications when using Linux, FreeBSD or another *NIX desktop. You need no server to run, however it is not possible to communicate outside your LAN (or subnet).
Those running KDE might be happier with VyQChat which is making nice progress too and looks more native to the users of KDE. Also there is a fine console (text mode) chat client eChat. It is compatible with both quickChat and VypressChat.
Download (0.11MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1555 downloads
Efax-gtk 3.0.15
Efax-gtk provides a GUI frontend for the efax fax program. more>>
Efax-gtk is a GUI front end for the efax fax program. Efax-gtk can be used to send and receive faxes with a fax modem, and to view, print and manage faxes received.
It also has a socket interface to provide a "virtual printer" for sending faxes from word processors and similar programs, and can automatically e-mail a received fax to a designated user, and automatically print a received fax.
To compile and run efax-gtk-3.*, the GTK+-2.* and libsigc++ libraries must be installed. GTK+-2.* comes with Gnome-2. The README file referred to above provides further information about required versions of libsigc++, and it can be downloaded here: libsigc++ . The program is known to compile with gcc-2.95.3, gcc-3.2, gcc-3.3, gcc-3.4 and gcc-4.0, and should compile with any other standards compliant compiler.
To use the program you must also have ghostscript (gs) installed (this is included in practically all Linux/Unix-type distributions). You do not need to separately download and install efax - the standard efax-gtk packages in the Download section below include the necessary efax source code.
To use the supplied mail_fax script (which will automatically mail a received fax to a specified user), you will also need nail. This can be obtained here, if it is not included in your distribution: nail
Version 3.* of efax-gtk does not use gtkmm. That dependency was removed on going from version 2.2.16 to version 3.0.0. Functionally, version 2.2.16 is identical to version 3.0.0.
Enhancements:
- A provision for printing and viewing the logfile has been added.
- The Greek translation has been updated.
- Other minor changes and bugfixes were made.
<<lessIt also has a socket interface to provide a "virtual printer" for sending faxes from word processors and similar programs, and can automatically e-mail a received fax to a designated user, and automatically print a received fax.
To compile and run efax-gtk-3.*, the GTK+-2.* and libsigc++ libraries must be installed. GTK+-2.* comes with Gnome-2. The README file referred to above provides further information about required versions of libsigc++, and it can be downloaded here: libsigc++ . The program is known to compile with gcc-2.95.3, gcc-3.2, gcc-3.3, gcc-3.4 and gcc-4.0, and should compile with any other standards compliant compiler.
To use the program you must also have ghostscript (gs) installed (this is included in practically all Linux/Unix-type distributions). You do not need to separately download and install efax - the standard efax-gtk packages in the Download section below include the necessary efax source code.
To use the supplied mail_fax script (which will automatically mail a received fax to a specified user), you will also need nail. This can be obtained here, if it is not included in your distribution: nail
Version 3.* of efax-gtk does not use gtkmm. That dependency was removed on going from version 2.2.16 to version 3.0.0. Functionally, version 2.2.16 is identical to version 3.0.0.
Enhancements:
- A provision for printing and viewing the logfile has been added.
- The Greek translation has been updated.
- Other minor changes and bugfixes were made.
Download (0.87MB)
Added: 2007-07-15 License: GPL (GNU General Public License) Price:
510 downloads
Acovea/GTK 1.0.1
Acovea/GTK is a GTK-based graphical front end for the Acovea optimization engine. more>>
Acovea/GTK project is a GTK-based graphical front end for the Acovea (Analysis of Compiler Options via Evolutionary Algorithm) optimization engine.
The Acovea engine ships with a command-line driver named runacovea. I like command-line utilities, and probably spend as much time at the prompt as I do clicking buttons. Still, a graphical interface can provide a certain ease-of-use that is lacking in a command-line application.
<<lessThe Acovea engine ships with a command-line driver named runacovea. I like command-line utilities, and probably spend as much time at the prompt as I do clicking buttons. Still, a graphical interface can provide a certain ease-of-use that is lacking in a command-line application.
Download (0.40MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
gtk-FLTK 0.3
gtk-FLTK project provides helper functions to use FLTK together with GTK. more>>
gtk-FLTK project provides helper functions to use FLTK together with GTK.
<<less Download (0.21MB)
Added: 2006-11-03 License: BSD License Price:
1088 downloads
ldict 0.1
ldict is a simple program written in perl that uses the Net::Dict and Gtk modules to make a GUI dictionary lookup program. more>>
ldict project uses the Net::Dict and Gtk modules to make a GUI dictionary lookup program.
The source code may be useful to others trying to code perl and gtk...
<<lessThe source code may be useful to others trying to code perl and gtk...
Download (0.008MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
521 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gtk 0.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed