Home
last modified time | relevance | path

Searched refs:wndTabs (Results 1 – 4 of 4) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/af/
H A DDialogAF.cpp81 wndTabs = NULL; in IMPLEMENT_DYNAMIC()
192 int tab = wndTabs->InsertItem( wndTabs->GetItemCount(), name ); in AddTabItem()
193 wndTabs->SetItem( tab, &item ); in AddTabItem()
202 int c = wndTabs->GetItemCount(); in SetTab()
206 wndTabs->GetItem( i, &item ); in SetTab()
208 wndTabs->SetCurSel(i); in SetTab()
212 wndTabs->SetCurSel(0); in SetTab()
225 wndTabDisplay->SetWindowPos( wndTabs, 12, 60, 0, 0, SWP_NOSIZE ); in SetTabChildPos()
243 wndTabs = (CTabCtrl *) GetDlgItem( IDC_DIALOG_AF_TAB_MODE ); in OnInitDialog()
444 wndTabs->GetItem( wndTabs->GetCurSel(), &item ); in OnTcnSelchangeTabMode()
H A DDialogAF.h77 CTabCtrl * wndTabs;
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DCGui.cpp13 ,brImg(0), wndTabs(0) // brush in CGui()
H A DCGui.h80 Img brImg; Tab wndTabs; variable