Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkTipsQuery *gtkobj();
-
-
const GtkTipsQuery *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_TipsQuery();
-
-
Gtk_TipsQuery();
-
-
emitable signal void start_query();
-
-
emitable signal void stop_query();
-
-
void set_caller(Gtk_Widget *caller=0);
-
-
void set_caller(Gtk_Widget &caller);
-
-
void set_labels(const string &label_inactive,const string &label_no_tip);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_TipsQuery(GtkTipsQuery *castitem);
-
-
virtual void start_query_impl();
-
-
virtual void stop_query_impl();
-
-
virtual void widget_entered_impl(Gtk_Widget *p0,const gchar *p1,const gchar *p2);
-
-
virtual gint widget_selected_impl(Gtk_Widget *p0,const gchar *p1,const gchar *p2,GdkEventButton *p3);
-
Private member index:
-
-
-
Gtk_TipsQuery(const Gtk_TipsQuery &);
-
-
Gtk_TipsQuery &operator =(const Gtk_TipsQuery &);
-
|