TreeItem.this - multiple declarations

Function TreeItem.this

Prototype

this(
  string id
);

Function TreeItem.this

Prototype

this(
  string id,
  dstring label,
  string iconRes = null
);

Function TreeItem.this

Prototype

this(
  string id,
  UIString label,
  string iconRes = null
);

Function TreeItem.this

Prototype

this(
  string id,
  string labelRes,
  string iconRes = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0