pcb 4.1.1
An interactive printed circuit board layout editor.
|
Mode buttons. More...
Data Fields | |
GtkWidget * | button |
GtkWidget * | toolbar_button |
guint | button_cb_id |
guint | toolbar_button_cb_id |
gchar * | name |
gint | mode |
gchar ** | xpm |
gchar * | tooltip |
Mode buttons.
Definition at line 971 of file gui-top-window.c.
GtkWidget* ModeButton::button |
Definition at line 973 of file gui-top-window.c.
Referenced by ghid_mode_buttons_update(), make_mode_buttons_and_toolbar(), and mode_toolbar_button_toggled_cb().
guint ModeButton::button_cb_id |
Definition at line 975 of file gui-top-window.c.
Referenced by ghid_mode_buttons_update(), make_mode_buttons_and_toolbar(), and mode_toolbar_button_toggled_cb().
gint ModeButton::mode |
Definition at line 978 of file gui-top-window.c.
Referenced by ghid_mode_buttons_update(), mode_button_toggled_cb(), and mode_toolbar_button_toggled_cb().
gchar* ModeButton::name |
Definition at line 977 of file gui-top-window.c.
Referenced by make_mode_buttons_and_toolbar().
GtkWidget* ModeButton::toolbar_button |
Definition at line 974 of file gui-top-window.c.
Referenced by ghid_mode_buttons_update(), make_mode_buttons_and_toolbar(), and mode_button_toggled_cb().
Definition at line 976 of file gui-top-window.c.
Referenced by ghid_mode_buttons_update(), make_mode_buttons_and_toolbar(), and mode_button_toggled_cb().
gchar* ModeButton::tooltip |
Definition at line 980 of file gui-top-window.c.
Referenced by make_mode_buttons_and_toolbar().
gchar** ModeButton::xpm |
Definition at line 979 of file gui-top-window.c.
Referenced by make_mode_buttons_and_toolbar().