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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

TBEditorWidget Struct Reference

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
 

Detailed Description

Definition at line 586 of file toolbar.c.

Member Data Documentation

◆ dialog

GtkWidget* TBEditorWidget::dialog

Definition at line 588 of file toolbar.c.

Referenced by tb_editor_create_dialog(), and toolbar_configure().

◆ drag_source

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().

◆ last_drag_path

GtkTreePath* TBEditorWidget::last_drag_path

◆ last_drag_pos

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().

◆ store_available

GtkListStore* TBEditorWidget::store_available

◆ store_used

GtkListStore* TBEditorWidget::store_used

◆ tree_available

GtkTreeView* TBEditorWidget::tree_available

◆ tree_used


The documentation for this struct was generated from the following file: