#include <openldev-browser.h>
Public Attributes | |
BrowserProject * | files |
GtkWidget * | notebook |
Browser is just a GtkNotebook that is displayed on the left panel of OpenLDev. It automatically contains a BrowserProject object. This is the default file browser that appears in the first tab.
To add a new tab, you should use the openldev_browser_add_tab function. This will allow you to specify the GtkWidget to use for the label and the GtkWidget to display in the actual tab. You should not directly access the GtkNotebook object to add a tab.
Definition at line 29 of file openldev-browser.h.
|
The default file browser object that appears as the first tab in the left pane. |
|
GtkNotebook that contains all of the tabs added to your Browser object. |