TabWidget.tab - multiple declarations

Function TabWidget.tab

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

Prototype

TabItem tab(
  int index
);

Function TabWidget.tab

returns tab item by id (null if not found)

Prototype

TabItem tab(
  string id
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0