TabControl.addTab - multiple declarations

Function TabControl.addTab

add new tab by id and label string resource id

Prototype

TabControl addTab(
  string id,
  string labelResourceId,
  string iconId = null,
  bool enableCloseButton = false
);

Function TabControl.addTab

add new tab by id and label string

Prototype

TabControl addTab(
  string id,
  dstring label,
  string iconId = null,
  bool enableCloseButton = false
);

Function TabControl.addTab

add new tab

Prototype

TabControl addTab(
  TabItem item,
  int index = -1,
  bool enableCloseButton = false
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0