Main > Free Download Search >

Free gtk software for linux

gtk

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 936
Gtk 0.7009

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]

<<less
Download (0.43MB)
Added: 2006-07-11 License: Perl Artistic License Price:
1202 downloads
GTK+ 2.9.4

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.
<<less
Download (19MB)
Added: 2006-07-04 License: LGPL (GNU Lesser General Public License) Price:
1756 downloads
 
Other version of GTK+
GTK+ 2.8.20GTK+ Team - Gtk+ is a library for creating graphical user interfaces. GTK+ GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete
License:GPL (GNU General Public License)
Download (16.5MB)
1758 downloads
Added: 2006-07-03
GTK+ 2.6.10GTK+ Team - Gtk+ is a library for creating graphical user interfaces. GTK+
License:GPL (GNU General Public License)
Download (11.2MB)
1783 downloads
Added: 2006-07-03
License:GPL (GNU General Public License)
Download (21MB)
1380 downloads
Added: 2007-07-22
License:GPL (GNU General Public License)
Download (20.3MB)
1393 downloads
Added: 2007-07-17
gtk-Xt 0.3

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-Qt 0.3

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# 1.0.10

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.

<<less
Download (1.8MB)
Added: 2006-01-19 License: LGPL (GNU Lesser General Public License) Price:
1377 downloads
GTK-Doc 1.8

GTK-Doc 1.8


GTK-Doc is a GTK+ DocBook Documentation Generator. more>>
GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code.

Note that GTK-Doc wasnt originally intended to be a general-purpose documentation tool, so it can be a bit awkward to setup and use. For a more polished general-purpose documentation tool you may want to look at Doxygen (http://www.doxygen.org/). However GTK-Doc has some special code to document the signals and properties of GTK+ widgets and GObject classes which other tools may not have.

GTK-Doc allows your documentation to be written in 2 ways:

a) Embedded inside the source code in specially-formatted comments.

or

b) Added to the template files which gtk-doc outputs after scanning all the header files and parsing the declarations.

From these source code comments and template files GTK-Doc generates a Docbook XML (or SGML) document, which is then transformed into HTML. The generated HTML documentation can be browsed in an ordinary web browser or by using the special Devhelp API browser (see http://developer.imendio.com/wiki/Devhelp).

<<less
Download (0.23MB)
Added: 2007-02-19 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
gtk-FOX 0.3

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 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.

<<less
Download (0.11MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1555 downloads
gtk-FLTK 0.3

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
Samba-Gtk 0.1

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.

<<less
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
GTK Cervi 0.3

GTK Cervi 0.3


GTK Cervi is a multiplayer Cervi clone. more>>
GTK Cervi project is a multiplayer Cervi clone.
Im not really sure if Cervi is original name of it but I know this game as Cervi so it will be named GTK Cervi. It is a multiplayer game (for 2-8 players) where players drive their worms.
Worms are getting longer and players mustnt collide with any worm. Winner is the last surviving worm. For more information see `Gameplay internals section.
Differences between "GTK Cervi" and the original Cervi:
- Some little differences in gameplay - these wont be fixed because I like this gameplay.
- Our cervs are antialiased.
- We have different field size, and it can be changed.
- Different controls.
- More players.
- Different scoring.
- Hatrick and extra hatrick bonuses.
<<less
Download (0.022MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
616 downloads
GTK-VNC 0.1.0

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.

<<less
Download (0.35MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
802 downloads
Duff GTK 0.0.2

Duff GTK 0.0.2


Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive. more>>
Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive.

Shows the disk usage of a folder using a graphic interface.

<<less
Download (0.12MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
GTK-Launch 1.1

GTK-Launch 1.1


GTK-Launch is a GTK program launcher. more>>
GTK-Launch is a small GTK program launcher.
Its the equivalent of "Run Command" in KDE, GNOME, or Windows.
It features command history, and runs the command if valid (otherwise it lets the box stay there, waiting for a correction).
Enhancements:
- the window now appears centered on the screen
- important bugfix: PATH can now be used correctly ! (before it would destroy the current copy of the environment variables by strcatting the HOME variable)
- translated error messages into english.
- now the prog can handle .launch files with not as many lines as announced by the MEMOIRE setting. It replaces them with "".
<<less
Download (0.010MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1123 downloads
Libgtkol 1.4

Libgtkol 1.4


Libgtkol is GTK C++ Object Layer based on the libgenerics abstract services and the Gtk API. more>>
Libgtkol is GTK C++ Object Layer based on the libgenerics abstract services and the Gtk API.

The project offers the developers a complete intuitive object API without restricting access to the Gtk functionalities themselves.
<<less
Download (0.37MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
977 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5