73 projects tagged "GTK+"
c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX environments where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets. It provides classes for managing the lifetimes of GTK+ widgets and windows that will make GTK+ exception safe, functions to make single instance programs where restarting will bring up the existing instance, smart pointer classes for memory management, thread-safe signal/slot classes with automatic disconnection, classes for using std iostreams with files opened with Unix file descriptors, functions for connecting a callback object and a Unix file descriptor to the main loop with provision for automatic disconnection, classes and functions for inter-thread communication, some convenience pthread wrapper classes., a class encapsulating anonymous Unix pipes, a class to reassemble UTF-8 sent over pipes and sockets, and classes for printing Postscript files and plain text using the GTK+ print system.
Barcodes for Python is a library that can create EAN-13, Code-128A, Code128-B, Code128-C, and Gs1 barcodes. It also includes a CLI tool that can generate barcode image files and GTK+ and Qt GUI examples with printing support. The barcodes is produces have been verified using a cheap Deltaco (KB Wedge B519153) CCD handheld barcode scanner.
gdvdslides allows you to create a slideshow video from a set of JPEG image files and audio files. It creates a script of actions which are used to produce the slideshow video. Actions include titles, multi-track music, transitions between slides, special effects in slides, support for slideshow themes, and inclusion of video clips in the slideshow.
PAC provides a GUI to configure SSH and Telnet connections, including usernames, passwords, EXPECT regular expressions, and macros. It is similar in function to SecureCRT or Putty. It is intended for people who connect to many servers through SSH. It can automate logins and command executions.