|  |  |  | GdaBrowser hacking manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
| Data Manager perspectiveData Manager perspective — Perspective to manipulate data contained in the database | 
#define DATA_MANAGER_PERSPECTIVE (obj) #define IS_DATA_MANAGER_PERSPECTIVE (obj) struct DataManagerPerspective; GType data_manager_perspective_get_type (void); void data_manager_perspective_new_tab (DataManagerPerspective *dmp,const gchar *xml_spec);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----DataManagerPerspective
DataManagerPerspective implements AtkImplementorIface, GtkBuildable, GtkOrientable and BrowserPerspective.
#define DATA_MANAGER_PERSPECTIVE(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, data_manager_perspective_get_type(), DataManagerPerspective)
#define IS_DATA_MANAGER_PERSPECTIVE(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, data_manager_perspective_get_type ())
void data_manager_perspective_new_tab (DataManagerPerspective *dmp,const gchar *xml_spec);
Make dmp create a new page (unless the current one is empty)
| 
 | a DataManagerPerspective perspective | 
| 
 | the XML specifications to use |