GtkTextView widget

GtkTextView widget

This part of the GTK+ tutorial, presents the GtkTextView widget. We apply text tags to the textual data, count number of lines and columns, and search for text.

gui
First programs in GTK+

First programs in GTK+

In this part of the GTK+ tutorial, we create first, small GTK+ applications. We center a window on the screen, show an icon in the titlebar, display a small tooltip, and create a mnemonic for a button widget.

gui
GTK+ dialogs

GTK+ dialogs

In this part of the GTK+ tutorial, we create dialogs. We work with message dialogs, GtkAboutDialog, GtkFontSelectionDialog, and GtkFontSelectionDialog.

gui
Custom GTK+ widget

Custom GTK+ widget

In this part of the GTK+ tutorial, we create a custom CPU widget.

gui