GtkTooltipsData

Warning GtkTooltipsData has been deprecated since version 2.12 and should not be used in newly-written code. tooltips is the GtkTooltips group that this tooltip belongs to. widget is the GtkWidget that this tooltip data is associated with. tip_text is a string containing the tooltip message itself. tip_private is a string that is not shown as the default tooltip. Instead, this message may be more informative and go towards forming a context-sensitive help system for your application. (FIXME: how to actually "switch on" private tips?)

Members

Variables

tipPrivate
char* tipPrivate;
Undocumented in source.
tipText
char* tipText;
Undocumented in source.
tooltips
GtkTooltips* tooltips;
Undocumented in source.
widget
GtkWidget* widget;
Undocumented in source.

Meta