Header file for a widget for selecting exception pin/pads in an array type footprint. More...
Go to the source code of this file.
Data Structures | |
| struct | SelectionButtonSet |
| Selection button wrapper type. More... | |
Functions | |
| static void | select_exceptions_clear_cb (GtkWidget *, GtkWidget *) |
| static void | select_exceptions_close_cb (GtkWidget *, GtkWidget *) |
| static void | select_exceptions_delete_event (GtkWidget *, GdkEvent *) |
| static void | select_exceptions_ok_cb (GtkWidget *, GtkWidget *) |
| static void | select_exceptions_selection_button_clicked_cb (GtkWidget *, GtkWidget *) |
| int | select_exceptions_create_window (gint, gint) |
| Create a selection exceptions window. | |
Header file for a widget for selecting exception pin/pads in an array type footprint.
Definition in file select_exceptions_dialog.h.
| int select_exceptions_create_window | ( | gint | number_of_rows, | |
| gint | number_of_columns | |||
| ) |
Create a selection exceptions window.
EXIT_SUCCESS when the function is completed. | number_of_rows | : is the number of pin/pad rows (selection buttons). | |
| number_of_columns | : is the number of pin/pad columns (selection buttons). |
Definition at line 242 of file select_exceptions_dialog.c.
1.7.1