Searched refs:lStyle (Results 1 - 25 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatline.cpp47 , long lStyle
57 ,lStyle
85 long lStyle
92 lStyle &= ~wxBORDER_MASK;
93 lStyle |= wxBORDER_NONE;
95 WXDWORD dwStyle = wxControl::OS2GetStyle( lStyle
H A Dmsgdlg.cpp38 long lStyle, variable
44 SetMessageDialogStyle(lStyle);
52 const long lStyle = GetMessageDialogStyle(); local
70 if (lStyle & wxYES_NO)
72 if (lStyle & wxCANCEL)
77 if (lStyle & wxNO_DEFAULT)
81 if (lStyle & wxOK)
83 if (lStyle & wxCANCEL)
88 if (lStyle & wxICON_EXCLAMATION)
90 else if (lStyle
[all...]
H A Dbutton.cpp51 long lStyle,
65 m_windowStyle = lStyle;
71 lStyle = WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON;
79 lStyle |= WS_CLIPSIBLINGS;
84 ,lStyle // Button style
281 long lStyle; local
304 lStyle = ::WinQueryWindowULong(GetHwndOf(pBtn), QWL_STYLE);
305 if (!(lStyle & BS_DEFAULT) == bOn)
307 if ((lStyle & BS_USERBUTTON) != BS_USERBUTTON)
310 lStyle |
46 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLbl, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName) argument
313 ::WinSetWindowULong(GetHwndOf(pBtn), QWL_STYLE, lStyle); local
361 long lStyle = 0L; local
370 ::WinSetWindowULong(GetHwnd(), QWL_STYLE, lStyle); local
[all...]
H A Dnativdlg.cpp191 long lStyle = ::WinQueryWindowULong((HWND)hWnd local
202 if (lStyle == BS_AUTOCHECKBOX)
206 else if (lStyle == BS_AUTORADIOBUTTON)
210 else if (lStyle & BS_BITMAP || lStyle == BS_USERBUTTON)
214 else if (lStyle == BS_PUSHBUTTON)
218 else if (lStyle == SS_GROUPBOX)
254 if (lStyle == SS_TEXT)
256 else if (lStyle == SS_ICON)
H A Dtoplevel.cpp213 long lStyle
217 long lMsflags = wxWindow::OS2GetStyle( (lStyle & ~wxBORDER_MASK) | wxBORDER_NONE
221 if ((lStyle & wxDEFAULT_FRAME_STYLE) == wxDEFAULT_FRAME_STYLE)
225 if ((lStyle & wxCAPTION) == wxCAPTION)
230 if ((lStyle & wxVSCROLL) == wxVSCROLL)
232 if ((lStyle & wxHSCROLL) == wxHSCROLL)
234 if (lStyle & wxMINIMIZE_BOX)
236 if (lStyle & wxMAXIMIZE_BOX)
238 if (lStyle & wxRESIZE_BORDER)
240 if (lStyle
448 long lStyle = GetWindowStyleFlag(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dstatbox.h27 ,long lStyle = 0
31 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
39 ,long lStyle = 0
H A Dcheckbox.h28 ,long lStyle = 0
38 ,lStyle
49 ,long lStyle = 0
79 ,long lStyle = 0
89 ,lStyle
100 ,long lStyle = 0
H A Dstatline.h28 ,long lStyle = wxLI_HORIZONTAL
32 Create(pParent, vId, rPos, rSize, lStyle, rsName);
39 ,long lStyle = wxLI_HORIZONTAL
76 virtual WXDWORD OS2GetStyle( long lStyle
H A Dcontrol.h28 ,long lStyle = 0
33 Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
41 ,long lStyle = 0
95 ,long lStyle
112 virtual WXDWORD OS2GetStyle( long lStyle
H A Dchoice.h34 ,long lStyle = 0
45 ,lStyle
56 ,long lStyle = 0
66 ,lStyle
78 ,long lStyle = 0
88 ,long lStyle = 0
H A Dcombobox.h33 ,long lStyle = 0
45 ,lStyle
57 ,long lStyle = 0
68 ,lStyle
81 ,long lStyle = 0
92 ,long lStyle = 0
H A Dlistbox.h46 ,long lStyle = 0
56 ,lStyle
66 ,long lStyle = 0
75 ,lStyle
87 ,long lStyle = 0
96 ,long lStyle = 0
H A Dmsgdlg.h30 ,long lStyle = wxOK|wxCENTRE
H A Dbmpbuttn.h35 ,long lStyle = wxBU_AUTODRAW
45 ,lStyle
56 ,long lStyle = wxBU_AUTODRAW
H A Dbutton.h27 ,long lStyle = 0
37 ,lStyle
48 ,long lStyle = 0
H A Dgauge.h25 ,long lStyle = wxGA_HORIZONTAL
35 ,lStyle
46 ,long lStyle = wxGA_HORIZONTAL
H A Dradiobut.h26 ,long lStyle = 0
38 ,lStyle
49 ,long lStyle = 0
H A Dscrolbar.h31 ,long lStyle = wxSB_HORIZONTAL
42 ,lStyle
55 ,long lStyle = wxSB_HORIZONTAL
H A Dspinbutt.h34 ,long lStyle = wxSP_VERTICAL
38 Create(pParent, vId, rPos, rSize, lStyle, rsName);
47 ,long lStyle = wxSP_VERTICAL
H A Dstatbmp.h28 ,long lStyle = 0
32 Create(pParent, nId, rLabel, rPos, rSize, lStyle, rName);
40 ,long lStyle = 0
H A Dstattext.h26 ,long lStyle = 0L
30 Create(pParent, vId, rsLabel, rPos, rSize, lStyle, rsName);
38 ,long lStyle = 0L
H A Dframe.h30 ,long lStyle = wxDEFAULT_FRAME_STYLE
36 Create(pParent, vId, rsTitle, rPos, rSize, lStyle, rsName);
44 ,long lStyle = wxDEFAULT_FRAME_STYLE
55 ,long lStyle = wxFULLSCREEN_ALL
69 virtual wxToolBar* CreateToolBar( long lStyle = -1
74 virtual wxToolBar* OnCreateToolBar( long lStyle
84 ,long lStyle = wxST_SIZEGRIP
H A Dmenu.h38 ,long lStyle = 0
41 ,lStyle
47 wxMenu(long lStyle = 0)
48 : wxMenuBase(lStyle)
189 wxMenuBar(long lStyle);
197 ,long lStyle = 0
H A Dradiobox.h31 ,long lStyle = wxRA_HORIZONTAL
44 ,lStyle
57 ,long lStyle = wxRA_HORIZONTAL
69 ,lStyle
85 ,long lStyle = wxRA_HORIZONTAL
97 ,long lStyle = wxRA_HORIZONTAL
H A Dspinctrl.h35 ,long lStyle = wxSP_ARROW_KEYS
42 Create(pParent, vId, rsValue, rPos, rSize, lStyle, nMin, nMax, nInitial, rsName);
51 ,long lStyle = wxSP_ARROW_KEYS

Completed in 88 milliseconds

123