Button.this - multiple declarations

Function Button.this

empty parameter list constructor - for usage by factory

Prototype

this();

Function Button.this

create with ID parameter

Prototype

this(
  string ID
);

Function Button.this

Prototype

this(
  string ID,
  UIString label
);

Function Button.this

Prototype

this(
  string ID,
  dstring label
);

Function Button.this

Prototype

this(
  string ID,
  string labelResourceId
);

Function Button.this

constructor from action

Prototype

this(
  const(Action) a
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0