BtTipDialog

BtTipDialog — class for the editor tip-of-the-day dialog

Synopsis

#include "bt-edit.h"

struct              BtTipDialog;
BtTipDialog *       bt_tip_dialog_new                   (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----BtTipDialog

Implemented Interfaces

BtTipDialog implements AtkImplementorIface and GtkBuildable.

Description

Show a tip, that has not yet been shown to the user.

Details

struct BtTipDialog

struct BtTipDialog;

the about dialog for the editor application


bt_tip_dialog_new ()

BtTipDialog *       bt_tip_dialog_new                   (void);

Create a new instance

Returns :

the new instance