TreeWidgetBase.this - multiple declarations

Function TreeWidgetBase.this

empty parameter list constructor - for usage by factory

Prototype

this();

Function TreeWidgetBase.this

create with ID parameter

Prototype

this(
  string ID,
  ScrollBarMode hscrollbarMode = cast(ScrollBarMode)1,
  ScrollBarMode vscrollbarMode = cast(ScrollBarMode)1
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0