![]() |
![]() |
![]() |
GdaBrowser hacking manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define DATA_MANAGER_PERSPECTIVE (obj) #define IS_DATA_MANAGER_PERSPECTIVE (obj) DataManagerPerspective; GType data_manager_perspective_get_type (void
); void data_manager_perspective_new_tab (DataManagerPerspective *dmp
,const gchar *xml_spec
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----DataManagerPerspective
DataManagerPerspective implements AtkImplementorIface, GtkBuildable, GtkOrientable and BrowserPerspective.
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 |