1 #ifndef __STATUS_ICON_H__
2 #define __STATUS_ICON_H__
5 * Update the default set of status icons.
6 * random, repeat, single, consume
8 void main_window_update_status_icons(void);
11 * Add default set of status icons.
12 * random, repeat, single, consume
14 void main_window_init_default_status_icons(void);
17 * @param icon The #GtkWidget to add
19 * Add an icon to the status bar.
21 void main_window_add_status_icon(GtkWidget
* icon
);