StringListAdapter.this - multiple declarations

Function StringListAdapter.this

create empty string list adapter.

Prototype

this();

Function StringListAdapter.this

Init with array of string resource IDs.

Prototype

this(
  string[] items
);

Function StringListAdapter.this

Init with array of unicode strings.

Prototype

this(
  dstring[] items
);

Function StringListAdapter.this

Init with array of StringListValue.

Prototype

this(
  StringListValue[] items
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0