Constants¶
Details¶
- Libxfce4ui.BUTTON_TYPE_MIXED = 'button-mixed'¶
This allows you to easily create mixed buttons in a dialog. param1 is used for the stock_id, param2 for the label and param3 for the response_id. See also
Libxfce4ui.gtk_button_new_mixed
().
- Libxfce4ui.BUTTON_TYPE_PIXBUF = 'button-pixbuf'¶
Creates a button with the
GdkPixbuf.Pixbuf
as button icon. param1 is theGdkPixbuf.Pixbuf
, param2 for the label and param3 for the response_id.