BtAboutDialog

BtAboutDialog — class for the editor about dialog

Synopsis

#include "bt-edit.h"

                    BtAboutDialog;
BtAboutDialog *     bt_about_dialog_new                 (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----GtkAboutDialog
                                                   +----BtAboutDialog

Implemented Interfaces

BtAboutDialog implements AtkImplementorIface and GtkBuildable.

Description

Info about the project, people involved, license and so on.

Details

BtAboutDialog

typedef struct _BtAboutDialog BtAboutDialog;

the about dialog for the editor application


bt_about_dialog_new ()

BtAboutDialog *     bt_about_dialog_new                 (void);

Create a new instance

Returns :

the new instance