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