| Top |
| void | awn_utils_ensure_transparent_bg () |
| void | awn_utils_make_transparent_bg () |
| gfloat | awn_utils_get_offset_modifier_by_path_type () |
| GValueArray * | awn_utils_gslist_to_gvaluearray () |
| void | awn_utils_show_menu_images () |
void
awn_utils_ensure_transparent_bg (GtkWidget *widget);
Ensures that the widget has transparent background all the time by connecting to the GtkWidget::realize and GtkWidget::style-set signals.
void
awn_utils_make_transparent_bg (GtkWidget *widget);
Modifies the background pixmap on the widget to be transparent if composited environment is used.
gfloat awn_utils_get_offset_modifier_by_path_type (AwnPathType path_type,GtkPositionType position,gint offset,gfloat offset_modifier,gint pos_x,gint pos_y,gint width,gint height);
Computes modifier for offset value based on current path_type and position of a widget on the panel.
GValueArray *
awn_utils_gslist_to_gvaluearray (GSList *list);
Converts a GSList of strings to a GValueArray, suitable for use with a configuration client.