Home
last modified time | relevance | path

Searched refs:lBtnStyle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dcustomcontrolfactory.cxx55 LONG lBtnStyle = GetWindowLong(aControlHandle,GWL_STYLE); in CreateCustomControl() local
57 if (lBtnStyle & BS_CHECKBOX) in CreateCustomControl()
60 if ( ((lBtnStyle & BS_PUSHBUTTON) == 0) || (lBtnStyle & BS_DEFPUSHBUTTON)) in CreateCustomControl()
H A Dcontrolaccess.cxx233 LONG lBtnStyle = GetWindowLong(hwndCtrl,GWL_STYLE); in GetCtrlClass() local
234 if (lBtnStyle & BS_CHECKBOX) in GetCtrlClass()
236 else if (((lBtnStyle & BS_PUSHBUTTON) == 0) || (lBtnStyle & BS_DEFPUSHBUTTON)) in GetCtrlClass()

Completed in 10 milliseconds