| Top |
| GtkWidget * | awn_tooltip_new_for_widget () |
| void | awn_tooltip_set_text () |
| gchar * | awn_tooltip_get_text () |
| void | awn_tooltip_set_focus_widget () |
| void | awn_tooltip_set_font_name () |
| void | awn_tooltip_set_font_color () |
| void | awn_tooltip_set_background_color () |
| void | awn_tooltip_set_delay () |
| gint | awn_tooltip_get_delay () |
| void | awn_tooltip_update_position () |
| void | awn_tooltip_set_position_hint () |
| gint | delay | Read / Write / Construct |
| GtkWidget * | focus-widget | Read / Write |
| gint | offset | Read / Write / Construct |
| gboolean | smart-behavior | Read / Write / Construct |
| gboolean | toggle-on-click | Read / Write / Construct |
| DesktopAgnosticColor * | tooltip-bg-color | Read / Write / Construct |
| DesktopAgnosticColor * | tooltip-font-color | Read / Write / Construct |
| gchar * | tooltip-font-name | Read / Write / Construct |
| DesktopAgnosticColor * | tooltip-outline-color | Read / Write / Construct |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── AwnTooltip
void awn_tooltip_set_focus_widget (AwnTooltip *tooltip,GtkWidget *widget);
void awn_tooltip_set_font_name (AwnTooltip *tooltip,const gchar *font_name);
void awn_tooltip_set_font_color (AwnTooltip *tooltip,DesktopAgnosticColor *font_color);
void awn_tooltip_set_background_color (AwnTooltip *tooltip,DesktopAgnosticColor *bg_color);
void awn_tooltip_set_position_hint (AwnTooltip *tooltip,GtkPositionType position,gint size);
“delay” property “delay” gint
Delay.
Flags: Read / Write / Construct
Allowed values: >= 0
Default value: 0
“offset” property “offset” gint
Icon Offset.
Flags: Read / Write / Construct
Allowed values: >= 0
Default value: 0
“smart-behavior” property “smart-behavior” gboolean
Will show the tooltip on enter-notify-event and hide on leave-notify-event.
Flags: Read / Write / Construct
Default value: TRUE
“toggle-on-click” property “toggle-on-click” gboolean
Toggles tooltip visibility on click.
Flags: Read / Write / Construct
Default value: TRUE
“tooltip-bg-color” property “tooltip-bg-color” DesktopAgnosticColor *
Tooltip Background Color.
Flags: Read / Write / Construct
“tooltip-font-color” property “tooltip-font-color” DesktopAgnosticColor *
Tooltip Font Color.
Flags: Read / Write / Construct
“tooltip-font-name” property “tooltip-font-name” gchar *
Tooltip Font Name.
Flags: Read / Write / Construct
Default value: "Sans 8"