Data Fields | |
GtkWidget * | ws_gui_list |
list which contains words | |
GtkWidget * | ws_gui_list_item |
item in words list (each word) | |
GtkWidget * | ws_gui_list_label |
label, necessary to place word in words list | |
GtkObject * | ws_gui_list_item_object |
object which stores data of selected item (from words list) | |
GtkListStore * | ws_gui_store |
list necessary to present words list | |
GtkTreeIter | ws_gui_iter |
variable necessary to present words list | |
GtkCellRenderer * | ws_gui_renderer |
variable necessary to draw GtkTree | |
GtkTreeModel * | ws_gui_model |
model of GtkTree | |
GtkWidget * | ws_gui_view |
variable responsible for view of GtkTree | |
GtkTreeSelection * | ws_gui_selection |
variable necessary to read selection (from words list) |
here are placed all components of words list (inside left scrollwindow)
Definition at line 188 of file ws_gui.h.
GtkWidget* WSGuiList::ws_gui_list |