TabHost.addTab

add new tab by id and label string

  1. TabHost addTab(Widget widget, dstring label, string iconId, bool enableCloseButton)
    class TabHost
    addTab
    (,
    dstring label
    ,
    string iconId = null
    ,
    bool enableCloseButton = false
    )
  2. TabHost addTab(Widget widget, string labelResourceId, string iconId, bool enableCloseButton)

Meta