#include <openldev.h>
Data Fields | |
GtkWidget * | sidebar |
GtkWidget * | files |
GtkWidget * | output |
FindToolbar * | findtoolbar |
GotoLineToolbar * | gototoolbar |
MenuHandle * | menus |
StatusBar * | statusbar |
GtkWidget * | hpaned |
GtkWidget * | vbox |
GtkWidget * | vpaned |
EditorProperties * | editor |
EnvironmentSettings * | env |
ProjectSettings * | project |
OpenLDevPluginList * | pluginlist |
|
General properties of the editor such as what widgets are shown or hidden. |
|
Environment settings specified by the user that control OpenLDev. |
|
A GtkNotebook that contains all of the open files. This is also capable of handling other types of widgets instead of GtkTextBuffer. |
|
The search toolbar shown just above the status bar. It allows the user to search in the current file or search in all source files. |
|
The goto line toolbar shown just above the status bar. It allows the user to jump to a specific line number in the current file. |
|
A GtkHPaned widget that contains the Browser and FileManager. |
|
A structure that contains the menubar, toolbar and popup menus for OpenLDev. |
|
A GtkNotebook that contains the file build output, search output and terminal widgets by default. It is shown right above the status bar by default. |
|
The list of available and loaded plugins. |
|
Project settings specified by the user such as build commands. |
|
A GtkNotebook that contains the file browser widget by default. The Makefile Editor plugin also uses this for a display. |
|
A GnomeAppBar widget that displays various messages to the user. |
|
A GtkVBox widget that contains the menubar, toolbar, status bar and vpaned. |
|
A GtkHPaned widget that contains the hpaned and OutputManager. |