GTK+ Programming - Page 2
GTK+ Programming RSS feed-
Gedit Symbol Browser Plugin
I have written a symbol browser (function browser, class browser, etc.) plugin for Gedit, the default GNOME text editor. The plugin is based on Exuberant Ctags (ctags.sourceforge.net) which must be installed to use the plugin. -
Docking Widgets in GTK+
If you've ever used Anjuta or MonoDevelop, you may have noticed the nice docking widgets they use. This is very common and useful for IDEs (Integrated Development Environments). Many people ask how they can get dockable windows in their own GTK+ applications. Well, since there is no built-in widget for this in GTK+, you can use the same libraries that Anjuta and MonoDevelop are using: gdl.
-
Foundations of GTK+ Development
Andrew Krause's book, Foundations of GTK+ Development has been released. I did some of the technical review work on this book and can say that Andrew has done a fine job. As far as I am aware, it is the only GTK+ book currently available for GTK+ 2.x. It covers the new widgets like notification icon, print dialog, recent files, etc. -
VB Programmer's Intro to Linux Programming with GTK+

From Visual Basic...
... to C/GTK+ -
Color and Font Selection Dialogs in C/GTK+ with libglade
In this example code, I show how to use the GtkFontSelectionDialog and the GtkColorSelectionDialog using C/GTK+ and libglade. Both dialogs as well as the main window are in the gui.glade file created by Glade.
< Previous Page |
Page 2 of 3
| Next Page >



