| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkButton
╰── NemoSimpleButton
NemoSimpleButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
This button class is intended to be used in a NemoMenuItem to allow some advanced functionality within a single item row.
NemoSimpleButton * nemo_simple_button_new_from_icon_name (const gchar *icon_name,int icon_size);
NemoSimpleButton * nemo_simple_button_new_from_stock (const gchar *stock_id,int icon_size);
NemoSimpleButton * nemo_simple_button_new_from_file (const gchar *path,int icon_size);