TabHost.addTab - multiple declarations

Function TabHost.addTab

add new tab by id and label string

Prototype

TabHost addTab(
  Widget widget,
  dstring label,
  string iconId = null,
  bool enableCloseButton = false
);

Function TabHost.addTab

add new tab by id and label string resource id

Prototype

TabHost addTab(
  Widget widget,
  string labelResourceId,
  string iconId = null,
  bool enableCloseButton = false
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0