![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
BtMissingFrameworkElementsDialogBtMissingFrameworkElementsDialog — missing core and application elements |
#include "bt-edit.h" BtMissingFrameworkElementsDialog; BtMissingFrameworkElementsDialog * bt_missing_framework_elements_dialog_new (const BtEditApplication *app, 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.
"app" BtEditApplication* : Read / Write / Construct Only "core-elements" gpointer : Read / Write / Construct Only "edit-elements" gpointer : Read / Write / Construct Only
typedef struct _BtMissingFrameworkElementsDialog BtMissingFrameworkElementsDialog;
the root window for the editor application
BtMissingFrameworkElementsDialog * bt_missing_framework_elements_dialog_new (const BtEditApplication *app, GList *core_elements, GList *edit_elements);
Create a new instance
|
the application the dialog belongs to |
|
list of missing core elements |
|
list of missing edit elements |
Returns : |
the new instance or NULL in case of an error |
void bt_missing_framework_elements_dialog_apply (const BtMissingFrameworkElementsDialog *self);
Makes the dialog settings effective.
|
the dialog which settings to apply |
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the dialog belongs to.
"core-elements"
property"core-elements" gpointer : Read / Write / Construct Only
Set missing core-elements list, the dialog handles.
"edit-elements"
property"edit-elements" gpointer : Read / Write / Construct Only
Set missing edit-elements list, the dialog handles.