Main Page | Namespace List | Class List | Directories | File List | Class Members | File Members

Browser Struct Reference

#include <openldev-browser.h>

List of all members.

Public Attributes

BrowserProject * files
GtkWidget * notebook


Detailed Description

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.


Member Data Documentation

BrowserProject* Browser::files

The default file browser object that appears as the first tab in the left pane.

GtkWidget* Browser::notebook

GtkNotebook that contains all of the tabs added to your Browser object.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 31 23:32:43 2006 for OpenLDev by doxygen 1.4.4