![]() |
![]() |
![]() |
libxfce4panel Reference Manual | ![]() |
---|
Convenience FunctionsConvenience Functions — Special purpose widgets and utilities. |
GtkWidget* xfce_create_panel_button (void); GtkWidget* xfce_create_panel_toggle_button (void);
This section describes a number of functions that were created to help developers of Xfce Panel plugins.
GtkWidget* xfce_create_panel_button (void);
Create regular GtkToggleButton with a few properties set to be useful in
Xfce panel: Flat (GTK_RELIEF_NONE
), no focus on click and minimal padding.
Returns : | newly created GtkToggleButton. |
<< XfceInternalPanelPlugin | XfceArrowButton >> |