| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
BtMainPageInfo;
BtMainPageInfo * bt_main_page_info_new (const BtEditApplication *app,
const BtMainPages *pages);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkVBox
+----BtMainPageInfo
BtMainPageInfo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _BtMainPageInfo BtMainPageInfo;
the info page for the editor application
BtMainPageInfo * bt_main_page_info_new (const BtEditApplication *app,const BtMainPages *pages);
Create a new instance
|
the application the window belongs to |
|
the page collection |
Returns : |
the new instance or NULL in case of an error
|
"app" property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the window belongs to.