- public unowned Widget panel_create_button ()
Create regular
Button with a few properties set to be useful in the Xfce panel: Flat (gtk_relief_none), no
focus on click and minimal padding.
- public unowned Widget panel_create_toggle_button ()
Create regular
ToggleButton with a few properties set to be useful in Xfce panel: Flat
(gtk_relief_none), no focus on click and minimal padding.
- public unowned string panel_get_channel_name ()
Function for the name of the Xfconf channel used by the panel.
- public Pixbuf panel_pixbuf_from_source (string source, IconTheme? icon_theme, int size)
See xfce_panel_pixbuf_from_source_at_size
- public Pixbuf panel_pixbuf_from_source_at_size (string source, IconTheme? icon_theme, int dest_width, int dest_height)
Try to load a pixbuf from a source string.
- public void panel_set_image_from_source (Image image, string source, IconTheme? icon_theme, int size, int scale)