![]() |
![]() |
![]() |
Libxfce4panel Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libxfce4panel/libxfce4panel.h> GtkWidget * xfce_create_panel_button (void
); GtkWidget * xfce_create_panel_toggle_button (void
); gboolean xfce_allow_panel_customization (void
);
GtkWidget * xfce_create_panel_button (void
);
Create regular GtkButton with a few properties set to be useful in the
Xfce panel: Flat (GTK_RELIEF_NONE
), no focus on click and minimal padding.
Returns : |
newly created GtkButton. |
GtkWidget * xfce_create_panel_toggle_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. |