geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Public Attributes | |
GtkWidget * | dialog |
GtkTreeView * | tree_available |
GtkTreeView * | tree_used |
GtkListStore * | store_available |
GtkListStore * | store_used |
GtkTreePath * | last_drag_path |
GtkTreeViewDropPosition | last_drag_pos |
GtkWidget * | drag_source |
GtkWidget* TBEditorWidget::dialog |
Definition at line 588 of file toolbar.c.
Referenced by tb_editor_create_dialog(), and toolbar_configure().
GtkWidget* TBEditorWidget::drag_source |
Definition at line 599 of file toolbar.c.
Referenced by tb_editor_drag_data_get_cb(), and tb_editor_drag_data_rcvd_cb().
GtkTreePath* TBEditorWidget::last_drag_path |
Definition at line 596 of file toolbar.c.
Referenced by tb_editor_create_dialog(), tb_editor_drag_data_rcvd_cb(), tb_editor_drag_motion_cb(), and tb_editor_free_path().
GtkTreeViewDropPosition TBEditorWidget::last_drag_pos |
Definition at line 597 of file toolbar.c.
Referenced by tb_editor_drag_data_rcvd_cb(), and tb_editor_drag_motion_cb().
GtkListStore* TBEditorWidget::store_available |
Definition at line 593 of file toolbar.c.
Referenced by tb_editor_btn_add_clicked_cb(), tb_editor_btn_remove_clicked_cb(), tb_editor_create_dialog(), and toolbar_configure().
GtkListStore* TBEditorWidget::store_used |
Definition at line 594 of file toolbar.c.
Referenced by tb_editor_btn_add_clicked_cb(), tb_editor_btn_remove_clicked_cb(), tb_editor_create_dialog(), tb_editor_write_markup(), and toolbar_configure().
GtkTreeView* TBEditorWidget::tree_available |
Definition at line 590 of file toolbar.c.
Referenced by tb_editor_btn_add_clicked_cb(), tb_editor_btn_remove_clicked_cb(), tb_editor_create_dialog(), and tb_editor_drag_data_rcvd_cb().
GtkTreeView* TBEditorWidget::tree_used |
Definition at line 591 of file toolbar.c.
Referenced by tb_editor_btn_add_clicked_cb(), tb_editor_btn_remove_clicked_cb(), tb_editor_create_dialog(), tb_editor_drag_data_rcvd_cb(), and toolbar_configure().