pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gui-library-window.h>
Data Fields | |
GtkDialog | parent_instance |
GtkWidget * | hpaned |
GtkTreeView * | libtreeview |
GtkNotebook * | viewtabs |
GtkWidget * | preview |
GtkEntry * | entry_filter |
GtkButton * | button_clear |
guint | filter_timeout |
Definition at line 44 of file gui-library-window.h.
GtkButton* _GhidLibraryWindow::button_clear |
Definition at line 53 of file gui-library-window.h.
Referenced by create_lib_treeview(), and library_window_callback_filter_entry_changed().
GtkEntry* _GhidLibraryWindow::entry_filter |
Definition at line 52 of file gui-library-window.h.
Referenced by create_lib_treeview(), lib_model_filter_visible_func(), library_window_callback_filter_button_clicked(), library_window_callback_filter_entry_changed(), and library_window_filter_timeout().
Definition at line 54 of file gui-library-window.h.
Referenced by create_lib_treeview(), library_window_callback_filter_entry_changed(), library_window_filter_timeout(), and library_window_finalize().
GtkWidget* _GhidLibraryWindow::hpaned |
Definition at line 48 of file gui-library-window.h.
Referenced by library_window_constructor().
GtkTreeView* _GhidLibraryWindow::libtreeview |
Definition at line 49 of file gui-library-window.h.
Referenced by create_lib_treeview(), and library_window_filter_timeout().
GtkDialog _GhidLibraryWindow::parent_instance |
Definition at line 46 of file gui-library-window.h.
GtkWidget* _GhidLibraryWindow::preview |
Definition at line 51 of file gui-library-window.h.
Referenced by library_window_callback_tree_selection_changed(), and library_window_constructor().
GtkNotebook* _GhidLibraryWindow::viewtabs |
Definition at line 50 of file gui-library-window.h.
Referenced by library_window_constructor().