Module dcanvas.core.stdaction

Definition of standard actions commonly used in dialogs and controls.

Synopsis

import dcanvas.core.stdaction;

Enums

NameDescription
StandardAction standard (commonly used) action codes

Global variables

NameTypeDescription
ACTION_ABORT const(Action)
ACTION_APPLY const(Action)
ACTION_CANCEL const(Action)
ACTION_CLOSE const(Action)
ACTION_CREATE_DIRECTORY const(Action)
ACTION_DISCARD_ALL const(Action)
ACTION_DISCARD_CHANGES const(Action)
ACTION_IGNORE const(Action)
ACTION_NO const(Action)
ACTION_OK const(Action)
ACTION_OPEN const(Action)
ACTION_OPEN_DIRECTORY const(Action)
ACTION_OPEN_URL const(Action)
ACTION_RETRY const(Action)
ACTION_SAVE const(Action)
ACTION_SAVE_ALL const(Action)
ACTION_YES const(Action)