panel.changes_dialog

Module for [ChangesDialog] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ChangesDialog self() nothrowReturns `this`, for use in `with` statements.
ChangesDialogGidBuilder builder() static nothrowGet builder for [panel.changes_dialog.ChangesDialog] Returns: New builder object
bool closeAfterSave() @property nothrowGet `closeAfterSave` property. Returns: This property requests that the widget close after saving.
void closeAfterSave(bool propval) @property nothrowSet `closeAfterSave` property. Params: propval = This property requests that the widget close after saving.
bool getCloseAfterSave() nothrow
void runAsync(gtk.widget.Widget parent, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null) nothrow
void setCloseAfterSave(bool closeAfterSave) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #PanelChangesDialog. Returns: a newly created #PanelChangesDialog

Fluent builder implementation template for panel.changes_dialog.ChangesDialog

Methods
T closeAfterSave(bool propval) nothrowSet `closeAfterSave` property. Params: propval = This property requests that the widget close after saving. Returns: Builder instance for fluent chaining
Methods
ChangesDialog build() nothrowCreate object from builder. Returns: New object