index, gtk-- homepage
class Gtk_Main
#include <gtk--/main.h>
Base classes: Gtk_Signal_Base
Public member index
Private member index
Public member descriptions
instance
static Gtk_Main * Gtk_Main::instance();
access to one global instance of Gtk_Main.
grab_add
virtual void Gtk_Main::grab_add(Gtk_Widget *widget);
Prevents events to everything else than given widget and its
childs. This way you can create modal dialogs(not recommended).
grab_remove
virtual void Gtk_Main::grab_remove(Gtk_Widget *widget);
removes grab.
Private member descriptions
(pages generated by PERCEPS -script.)