![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMainPages; BtMainPages * bt_main_pages_new (const BtEditApplication *app);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkNotebook +----BtMainPages
"app" BtEditApplication* : Read / Write / Construct Only "info-page" BtMainPageInfo* : Read "machines-page" BtMainPageMachines* : Read "patterns-page" BtMainPagePatterns* : Read "sequence-page" BtMainPageSequence* : Read "waves-page" BtMainPageWaves* : Read
The user interface of the buzztard editor is divided into several pages. This class implements the notebook widgets to manage the sub-pages: tMainPageMachines, BtMainPagePatterns, BtMainPageSequence, BtMainPageWaves and BtMainPageInfo.
BtMainPages * bt_main_pages_new (const BtEditApplication *app);
Create a new instance
|
the application the window belongs to |
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.