![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include "bt-edit.h"
struct BtAboutDialog;
BtAboutDialog * bt_about_dialog_new (const BtEditApplication *app
);
struct BtAboutDialog { GtkAboutDialog parent; };
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 |