Action.label - multiple declarations

Function Action.label

sets label string resource id

Prototype

Action label(
  string resourceId
) @property;

Function Action.label

sets label unicode string

Prototype

Action label(
  dstring text
) @property;

Function Action.label

returns label unicode string (translates if resource id is set)

Prototype

dstring label() @property const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0