Ardour
9.0-pre0-427-gd2a3450e2f
|
#include <tooltips.h>
Public Member Functions | |
virtual | ~Tooltips () |
GtkTooltips * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GtkTooltips * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
Tooltips () | |
void | enable () |
void | disable () |
void | set_tip (Widget &widget, const Glib::ustring &tip_text, const Glib::ustring &tip_private) |
void | set_tip (Widget &widget, const Glib::ustring &tip_text) |
void | unset_tip (Widget &widget) |
void | force_window () |
Public Member Functions inherited from Gtk::Object | |
virtual | ~Object () |
GtkObject * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GtkObject * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
Glib::PropertyProxy< void * > | property_user_data () |
Glib::PropertyProxy_ReadOnly< void * > | property_user_data () const |
Static Protected Member Functions | |
static GtkTooltipsData * | data_get (Widget &widget) |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::Tooltips * | wrap (GtkTooltips *object, bool take_copy=false) |
Related Functions inherited from Gtk::Object | |
Gtk::Object * | wrap (GtkObject *object, bool take_copy=false) |
Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.
This widget holds tooltips for other widgets. You should only need one Tooltip widget for all widgets you wish to add tips to.
Definition at line 67 of file tk/ytkmm/ytkmm/gtkmm/tooltips.h.
|
virtual |
Gtk::Tooltips::Tooltips | ( | ) |
|
staticprotected |
void Gtk::Tooltips::disable | ( | ) |
void Gtk::Tooltips::enable | ( | ) |
void Gtk::Tooltips::force_window | ( | ) |
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 104 of file tk/ytkmm/ytkmm/gtkmm/tooltips.h.
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 107 of file tk/ytkmm/ytkmm/gtkmm/tooltips.h.
void Gtk::Tooltips::set_tip | ( | Widget & | widget, |
const Glib::ustring & | tip_text | ||
) |
void Gtk::Tooltips::set_tip | ( | Widget & | widget, |
const Glib::ustring & | tip_text, | ||
const Glib::ustring & | tip_private | ||
) |
Adds a tooltip containing the message tip_text to the specified Gtk::Widget. Deprecated: 2.12:
widget | The Gtk::Widget you wish to associate the tip with. |
tip_text | A string containing the tip itself. |
tip_private | A string of any further information that may be useful if the user gets stuck. |
void Gtk::Tooltips::unset_tip | ( | Widget & | widget | ) |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |