TabControl.tab - multiple declarations

Function TabControl.tab

returns tab item by id (null if index out of range)

Prototype

TabItem tab(
  int index
);

Function TabControl.tab

returns tab item by id (null if not found)

Prototypes

TabItem tab(
  string id
);

const(TabItem) tab(
  string id
) const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0