TreeItem.text - multiple declarations

Function TreeItem.text

get widget text

Prototype

dstring text() @property;

Function TreeItem.text

set text to show

Prototypes

TreeItem text(
  dstring s
) @property;

TreeItem text(
  UIString s
) @property;

Function TreeItem.text

set text to show

Prototypes

TreeItem text(
  dstring s
) @property;

TreeItem text(
  UIString s
) @property;

Function TreeItem.text

get widget text

Prototype

dstring text() @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0