Class Index Cross Index Namespace Index

Class Gtk::TipsQuery


Contained in: Gtk
Derived from: Gtk::Label
Derived by: none

#include <gtk--/tipsquery.h>


public function member index:

TipsQuery();
GtkTipsQuery* gtkobj();
const GtkTipsQuery* gtkobj() const;
static bool isA(Object* object);
void set_caller(Widget* caller=0);
void set_caller(Widget& caller);
void set_labels(const string& label_inactive, const string& label_no_tip);
emitable signal void start_query();
emitable signal void stop_query();
virtual ~TipsQuery();
 

protected function member index:

virtual void start_query_impl();
virtual void stop_query_impl();
virtual void widget_entered_impl(Widget* p0, const gchar* p1, const gchar* p2);
virtual gint widget_selected_impl(Widget* p0, const gchar* p1, const gchar* p2, GdkEventButton* p3);
 

Description:



Function Member Descriptions:

Gtk::TipsQuery::gtkobj - Returns the underlaying gtk+ object.

GtkTipsQuery* gtkobj();

Gtk::TipsQuery::isA - Returns true if object is this type.

static bool isA(Object* object);