BtMainPageInfo

BtMainPageInfo — the editor main info page

Synopsis

#include "bt-edit.h"

struct              BtMainPageInfo;
BtMainPageInfo *    bt_main_page_info_new               (const BtMainPages *pages);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----BtMainPageInfo

Implemented Interfaces

BtMainPageInfo implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Provides an editor for the song meta data.

Details

struct BtMainPageInfo

struct BtMainPageInfo;

the info page for the editor application


bt_main_page_info_new ()

BtMainPageInfo *    bt_main_page_info_new               (const BtMainPages *pages);

Create a new instance

pages :

the page collection

Returns :

the new instance

See Also

BtSongInfo