Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkTooltips *gtkobj();
-
-
const GtkTooltips *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Tooltips();
-
-
Gtk_Tooltips();
-
-
void enable();
-
-
void disable();
-
-
void set_delay(guint delay);
-
-
void set_tip(const Gtk_Widget &widget,const gtkmm_string &tip_text=0,const gtkmm_string &tip_private=0);
-
-
void set_colors(const Gdk_Color &background,const Gdk_Color &foreground);
-
-
void force_window();
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Tooltips(GtkTooltips *castitem);
-
-
static GtkTooltipsData *data_get(Gtk_Widget &widget);
-
Private member index:
-
-
-
Gtk_Tooltips(const Gtk_Tooltips &);
-
-
Gtk_Tooltips &operator =(const Gtk_Tooltips &);
-
|