Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | awn_icon_new () |
void | awn_icon_set_pos_type () |
GtkPositionType | awn_icon_get_pos_type () |
void | awn_icon_set_offset () |
gint | awn_icon_get_offset () |
void | awn_icon_set_effect () |
void | awn_icon_set_from_pixbuf () |
void | awn_icon_set_from_context () |
void | awn_icon_set_from_surface () |
void | awn_icon_set_custom_paint () |
AwnTooltip * | awn_icon_get_tooltip () |
void | awn_icon_set_tooltip_text () |
gchar * | awn_icon_get_tooltip_text () |
void | awn_icon_set_is_active () |
gboolean | awn_icon_get_is_active () |
void | awn_icon_set_indicator_count () |
gint | awn_icon_get_indicator_count () |
gboolean | awn_icon_get_hover_effects () |
void | awn_icon_set_hover_effects () |
GdkRegion * | awn_icon_get_input_mask () |
void | awn_icon_clicked () |
void | awn_icon_middle_clicked () |
void | awn_icon_popup_gtk_menu () |
gboolean | bind-effects | Read / Write / Construct Only |
gint | icon-height | Read / Write |
gint | icon-width | Read / Write |
gint | long-press-timeout | Read / Write / Construct |
void | clicked | Action |
void | context-menu-popup | Action |
void | long-press | Action |
void | middle-clicked | Action |
void | size-changed | Run First |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkDrawingArea ╰── AwnIcon ╰── AwnThemedIcon
void awn_icon_set_from_surface (AwnIcon *icon
,cairo_surface_t *surface
);
void awn_icon_set_custom_paint (AwnIcon *icon
,gint width
,gint height
);
“bind-effects”
property“bind-effects” gboolean
If set to true, will load and bind effect property values from config client.
Flags: Read / Write / Construct Only
Default value: TRUE
“icon-height”
property“icon-height” gint
Current icon height.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“icon-width”
property“icon-width” gint
Current icon width.
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“long-press-timeout”
property“long-press-timeout” gint
Timeout after which long-press signal is emit.
Flags: Read / Write / Construct
Allowed values: [250,10000]
Default value: 750