Selection button wrapper type. More...
#include <select_exceptions_dialog.h>
Data Fields | |
| GtkWidget * | button_widget |
| gchar * | name |
| gboolean | active |
| gint | id |
Selection button wrapper type.
Definition at line 40 of file select_exceptions_dialog.h.
| gboolean SelectionButtonSet::active |
: is the state of the button,
Definition at line 47 of file select_exceptions_dialog.h.
Referenced by on_pin_pad_exceptions_button_clicked(), select_exceptions_clear_cb(), select_exceptions_create_window(), select_exceptions_ok_cb(), and select_exceptions_selection_button_clicked_cb().
| GtkWidget * SelectionButtonSet::button_widget |
: is the button widget appearing in the dialog window.
Definition at line 43 of file select_exceptions_dialog.h.
Referenced by select_exceptions_clear_cb(), and select_exceptions_create_window().
: is the identificatoion number (sequential) of the button.
Definition at line 49 of file select_exceptions_dialog.h.
Referenced by on_pin_pad_exceptions_button_clicked(), and select_exceptions_create_window().
| gchar * SelectionButtonSet::name |
: is the name of the button widget.
Definition at line 45 of file select_exceptions_dialog.h.
Referenced by on_pin_pad_exceptions_button_clicked(), select_exceptions_create_window(), select_exceptions_ok_cb(), and select_exceptions_selection_button_clicked_cb().
1.7.1