Top | ![]() |
![]() |
![]() |
![]() |
BtMissingFrameworkElementsDialogBtMissingFrameworkElementsDialog — missing core and application elements |
gpointer | core-elements | Write / Construct Only |
gpointer | edit-elements | Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── BtMissingFrameworkElementsDialog
BtMissingFrameworkElementsDialog implements AtkImplementorIface and GtkBuildable.
BtMissingFrameworkElementsDialog * bt_missing_framework_elements_dialog_new (GList *core_elements
,GList *edit_elements
);
Create a new instance
void
bt_missing_framework_elements_dialog_apply
(const BtMissingFrameworkElementsDialog *self
);
Makes the dialog settings effective.
“core-elements”
property“core-elements” gpointer
Set missing core-elements list, the dialog handles.
Owner: BtMissingFrameworkElementsDialog
Flags: Write / Construct Only
“edit-elements”
property“edit-elements” gpointer
Set missing edit-elements list, the dialog handles.
Owner: BtMissingFrameworkElementsDialog
Flags: Write / Construct Only