![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
BtMissingFrameworkElementsDialogBtMissingFrameworkElementsDialog — missing core and application elements |
#include "bt-edit.h" struct BtMissingFrameworkElementsDialog; BtMissingFrameworkElementsDialog * bt_missing_framework_elements_dialog_new (GList *core_elements
,GList *edit_elements
); void bt_missing_framework_elements_dialog_apply (const BtMissingFrameworkElementsDialog *self
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----BtMissingFrameworkElementsDialog
BtMissingFrameworkElementsDialog implements AtkImplementorIface and GtkBuildable.
"core-elements" gpointer : Write / Construct Only "edit-elements" gpointer : Write / Construct Only
struct BtMissingFrameworkElementsDialog;
the root window for the editor application
BtMissingFrameworkElementsDialog * bt_missing_framework_elements_dialog_new (GList *core_elements
,GList *edit_elements
);
Create a new instance
|
list of missing core elements |
|
list of missing edit elements |
Returns : |
the new instance or NULL in case there is nothing new to show |
void bt_missing_framework_elements_dialog_apply
(const BtMissingFrameworkElementsDialog *self
);
Makes the dialog settings effective.
|
the dialog which settings to apply |