ComboBox.this - multiple declarations

Function ComboBox.this

empty parameter list constructor - for usage by factory

Prototype

this();

Function ComboBox.this

create with ID parameter

Prototype

this(
  string ID
);

Function ComboBox.this

Prototype

this(
  string ID,
  string[] items
);

Function ComboBox.this

Prototype

this(
  string ID,
  dstring[] items
);

Function ComboBox.this

Prototype

this(
  string ID,
  StringListValue[] items
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0