panel.save_dialog

Module for [SaveDialog] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SaveDialog self() nothrowReturns `this`, for use in `with` statements.
SaveDialogGidBuilder builder() static nothrowGet builder for [panel.save_dialog.SaveDialog] 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(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 #PanelSaveDialog. Returns: a newly created #PanelSaveDialog

Fluent builder implementation template for panel.save_dialog.SaveDialog

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

Fluent builder for panel.save_dialog.SaveDialog

Methods
SaveDialog build() nothrowCreate object from builder. Returns: New object