Main > Free Download Search >

Free gtk functions software for linux

gtk functions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3762
Data management and GTK functions 0.08

Data management and GTK functions 0.08


Data management and GTK functions is a package of various utility programs that were used in building applications. more>>
Data management and GTK functions is a package of various utility programs that were used in building the other applications on this web site.
The source code is already included with the other applications. This package includes documentation that will make it easier to use these programs for other projects. A menu-driven test program for most of the utilities is also included.
Main features:
- MatchWild compare a string to a string with multiple wildcards (* and ? characters)
- SearchWild search for files matching a pathname with wildcards anywhere
- convDS convert double to string with specified digits of precision
- bsearch binary search function
- HeapSort heapsort using a callback to compare records, allowing any kind of sort
- HashTab hash table C++ class (fast string store and search)
- Queue queue C++ class (push, pop newest, pop oldest) (thread safe)
- Tree C++ class, store and find data by set of names or numbers (sparse array)
- GTK menus build GTK menus and toolbars with 1/3 as much code
- zlock use GTK in threads more easily and safely
- wprintf printf interface to scrolling windows
- zdialog build GTK dialogs with 1/3 the code and 1/10 the reference docs
- pixbuf_rotate rotate a GDK pixbuf through any angle (like 56.7 degrees)
<<less
Download (0.21MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Database Functions 1.0

Database Functions 1.0


Database Functions is a PHP class that can be used to build and execute MySQL database queries. more>>
Database Functions is a PHP class that can be used to build and execute MySQL database queries.

It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values.

The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.

<<less
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
830 downloads
Bio::NEXUS::Functions 0.67

Bio::NEXUS::Functions 0.67


Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. more>>
Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module.

This package provides private functions that are not object-specific.

<<less
Download (0.15MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1039 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 ACX Tool 0.1.0

GTK ACX Tool 0.1.0


GTK ACX Tool provides a tool that displays the status of the ACX100 driver. more>>
GTK ACX Tool provides a tool that displays the status of the ACX100 driver.

The GTK ACX Tool displays the status of the Texas Instruments (TI) ACX100 IEEE 802.11 driver. This tool could be used just with driver developed by wlan.kewl.org Project on FreeBSD 5.2 and later versions.

It uses GTK+ and GtkDatabox (a GTK+ widget for fast data display). The ACX driver can be installed via the ports collection.

The GTK ACX Tool displays the status of the ACX driver. .

This tool could be used just with driver developed by wlan.kewl.org Project on FreeBSD 5.2 and later versions.

The ACX driver could be installed via the ports collection.

The GTK ACX Tool uses GTK+ - The GIMP Toolkit and GtkDatabox - A GTK+ Widget for Fast Data Display .

Current functionality is mostly based on The ACXTool from wlan.kewl.org Project and The acXmonitor from House of Craig .

<<less
Download (0.80MB)
Added: 2007-04-18 License: BSD License Price:
921 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
Text::MicroMason::Functions 1.992

Text::MicroMason::Functions 1.992


Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. more>>
Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates.

SYNOPSIS

Use the execute function to parse and evalute a template:

use Text::MicroMason::Functions qw( execute );
print execute($template, name=>Dave);

Or compile it into a subroutine, and evaluate repeatedly:

use Text::MicroMason::Functions qw( compile );
$coderef = compile($template);
print $coderef->(name=>Dave);
print $coderef->(name=>Bob);

Templates stored in files can be run directly or included in others:

use Text::MicroMason::Functions qw( execute_file );
print execute_file( "./greeting.msn", name=>Charles);

Safe usage restricts templates from accessing your files or data:

use Text::MicroMason::Functions qw( safe_execute );
print safe_execute( $template, name=>Bob);

All above functions are available in an error-catching "try_*" form:

use Text::MicroMason::Functions qw( try_execute );
($result, $error) = try_execute( $template, name=>Alice);

As an alternative to the object-oriented interface, text containing MicroMason markup code can be compiled and executed by calling the following functions.
Please note that this interface is maintained primarily for backward compatibility with version 1 of Text::MicroMason, and it does not provide access to some of the newer features.

Each function creates a new MicroMason object, including any necessary traits such as Safe compilation or CatchErrors for exceptions, and then passes its arguments to an appropriate method on that object.

You may import any of these functions by including their names in your use Text::MicroMason statement.

<<less
Download (0.068MB)
Added: 2007-07-10 License: Perl Artistic License Price:
837 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
Gtk::HandyCList 0.031

Gtk::HandyCList 0.031


Gtk::HandyCList is a utility module for Gtk-Perl, the Perl bindings to Gtk+ 1.x. more>>
Gtk-Perl has been unmaintained for a long time. Gtk+ 1.x, the library it binds, has been superseded by the API-incompatible Gtk+ 2.x series, and has subsequently been deprecated as well.

If you are writing a new application, use Gtk2-Perl instead. The Gtk+ 2.x toolkit it binds has a cleaner, more modern design than Gtk+ 1.x, and the bindings are much more comprehensive than Gtk-Perl ever was. Gtk2-Perl comes packaged with a module providing very similar functionality as this one, called Gtk2::SimpleList.

The code in this version of the module is identical to Gtk::HandyCList 0.02, so that legacy applications will continue to work. Only the documentation has been replaced with a deprecation warning in order to discourage new development based on this module.

<<less
Download (0.004MB)
Added: 2006-07-11 License: Perl Artistic License Price:
1201 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
GtkChat 0.60

GtkChat 0.60


GtkChat is GTK+ based Vypress Chat TM clone which uses gtk2-perl bindings. more>>
GtkChat is GTK+ based Vypress Chat TM clone. It uses GTK 2 and its Perl bindings. I tried to make UI simple and clean while maintaining same look as Vypress Chat.

<<less
Download (0.049MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 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
Murrine GTK+ engine 0.51

Murrine GTK+ engine 0.51


Murrine GTK+ engine provides a is cairo-based engine which enables you to make your desktop look like a Murrina. more>>
Murrine GTK+ engine provides a is cairo-based engine which enables you to make your desktop look like a Murrina.

"Murrine" is an Italian word meaning the glass artworks done by Venicians glass blowers. Theyre absolutely wonderful and colorful.

Murrine has this object to provide the ability to make your desktop look like a "Murrina", which is the Italian singular of the name "Murrine".

The Engine is cairo-based, and its very fast compared to clearlooks-cairo and ubuntulooks (30% faster and more), since I have tried to optimize the code and removed a lot of slow gradients to provide this unique style.
<<less
Download (0.25MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
968 downloads
Gtk+ Hack 0.9.0

Gtk+ Hack 0.9.0


Gtk+ Hack is a graphical front-end for NetHack and variants. more>>
Gtk+ Hack is a graphical front-end for the roguelike game NetHack and its variants based on Gtk+ 2.x.

It supports playing on a local machine as well as connecting to a remote server over the internet.

Gtk+ Hack has its origins in the JNetHack project before being incorporated into SlashEM. I am in the process of unbundling Gtk+ Hack from SlashEM

<<less
Download (0.16MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1579 downloads
GTK-Pinger 0.32

GTK-Pinger 0.32


GTK-Pinger is a utility to ping multiple addresses, which presents results using GTK/ncurses. more>>
GTK-Pinger is a cyclic multi ping utility for selected adresses using ncurses/GTK.
You simply write adresses into a configuration file and after execution of pinger, you will see small nice window, which inform you about current status of selected hosts and their triptimes.
Enhancements:
- The GTK window is now scrollable.
- Debian package support was added.
- Memory leaks were fixed.
- Some minor changes were made.
<<less
Download (0.22MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
980 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5