gtkmm:

The C++ Interface to Gtk+

Dialogs


Gtk Dialogs

gtkmm provides a set of dialogs that let the user pop-up dialogs of tasks that you need to do over and over again. But, you can also create your own custom dialog.

Example: Gtk::Dialog and Subclasses

Message Dialog File Chooser Dialog
Color Chooser Dialog Font Chooser Dialog



Back

Contents

Next