Module dlangui.core.stdaction

Definition of standard actions commonly used in dialogs and controls.

Synopsis

import dlangui.core.stdaction;

Enums

Name Description
StandardAction standard (commonly used) action codes

Global variables

Name Type Description
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)

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0