![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h" BtAboutDialog; BtAboutDialog * bt_about_dialog_new (const BtEditApplication *app);
typedef struct { GtkAboutDialog parent; } BtAboutDialog;
the about dialog for the editor application
BtAboutDialog * bt_about_dialog_new (const BtEditApplication *app);
Create a new instance
|
the application the dialog belongs to |
Returns : |
the new instance or NULL in case of an error
|