panel.changes_dialog
Module for [ChangesDialog] class
Types 3
Methods
ChangesDialogGidBuilder builder() static nothrowGet builder for [panel.changes_dialog.ChangesDialog] Returns: New builder objectbool 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.void addDelegate(panel.save_delegate.SaveDelegate delegate_) nothrowbool getCloseAfterSave() nothrowvoid runAsync(gtk.widget.Widget parent, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null) nothrowbool runFinish(gio.async_result.AsyncResult result)void setCloseAfterSave(bool closeAfterSave) nothrowFluent 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 chainingFluent builder for panel.changes_dialog.ChangesDialog
Methods