Searched refs:lStyle (Results 26 - 50 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dfiledlg.h28 ,long lStyle = wxFD_DEFAULT_STYLE
H A Dtoplevel.h37 ,long lStyle = wxDEFAULT_FRAME_STYLE
43 (void)Create(pParent, vId, rsTitle, rPos, rSize, lStyle, rsName);
51 ,long lStyle = wxDEFAULT_FRAME_STYLE
75 long lStyle = wxFULLSCREEN_ALL );
H A Dchecklst.h35 ,long lStyle = 0
44 ,long lStyle = 0
H A Ddialog.h48 ,long lStyle = wxDEFAULT_DIALOG_STYLE
85 ,long lStyle = wxDEFAULT_DIALOG_STYLE
H A Dlistctrl.h35 ,long lStyle = wxLC_ICON
44 ,lStyle
55 ,long lStyle = wxLC_ICON
227 void SetSingleStyle( long lStyle
234 void SetWindowStyleFlag(long lStyle);
452 ,long lStyle
454 long ConvertArrangeToOS2Style(long lStyle);
455 long ConvertViewToOS2Style(long lStyle);
H A Dtextctrl.h26 ,long lStyle = 0
31 Create(pParent, vId, rsValue, rPos, rSize, lStyle, rValidator, rsName);
40 ,long lStyle = 0
120 virtual void SetWindowStyleFlag(long lStyle);
179 virtual WXDWORD OS2GetStyle( long lStyle
H A Dslider.h29 ,long lStyle = wxSL_HORIZONTAL
41 ,lStyle
55 ,long lStyle = wxSL_HORIZONTAL
H A Dnotebook.h43 ,long lStyle = 0
51 ,long lStyle = 0
H A Dtoolbar.h38 ,long lStyle = wxNO_BORDER | wxTB_HORIZONTAL
48 ,lStyle
58 ,long lStyle = wxNO_BORDER | wxTB_HORIZONTAL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatbox.cpp32 long lStyle,
39 ,lStyle
27 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dchoice.cpp35 , long lStyle
43 lStyle, rValidator, rsName);
53 , long lStyle
64 ,lStyle
74 // if (lStyle & wxCLIP_SIBLINGS )
77 wxASSERT_MSG( !(lStyle & wxCB_DROPDOWN) &&
78 !(lStyle & wxCB_READONLY) &&
79 !(lStyle & wxCB_SIMPLE),
H A Dnotebook.cpp103 , long lStyle
112 ,lStyle
124 long lStyle,
127 if ( (lStyle & wxBK_ALIGN_MASK) == wxBK_DEFAULT )
128 lStyle |= wxBK_TOP;
136 ,lStyle
149 ,lStyle | wxTAB_TRAVERSAL
158 long lStyle
162 WXDWORD dwTabStyle = wxControl::OS2GetStyle( lStyle
168 if (lStyle
120 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
[all...]
H A Dcheckbox.cpp60 long lStyle,
68 ,lStyle
160 long lStyle,
173 m_windowStyle = lStyle;
55 Create(wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
155 Create( wxWindow* pParent, wxWindowID vId, const wxBitmap* WXUNUSED(pLabel), const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName) argument
H A Dtooltip.cpp58 ULONG lStyle = ES_READONLY | ES_MARGIN | ES_CENTER; local
65 ,lStyle
H A Dcombobox.cpp88 , long lStyle
96 chs.GetStrings(), lStyle, rValidator, rsName);
107 , long lStyle
118 ,lStyle
133 // if (lStyle & wxCLIP_SIBLINGS )
135 if (lStyle & wxCB_READONLY)
137 else if (lStyle & wxCB_SIMPLE)
H A Dcontrol.cpp42 long lStyle,
50 ,lStyle
71 long lStyle )
74 WXDWORD dwStyle = OS2GetStyle( lStyle, &dwExstyle );
226 WXDWORD wxControl::OS2GetStyle( long lStyle, WXDWORD* pdwExstyle ) const argument
228 long dwStyle = wxWindow::OS2GetStyle( lStyle, pdwExstyle );
38 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Ddialog.cpp87 long lStyle,
101 lStyle |= wxTAB_TRAVERSAL;
108 ,lStyle
82 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsTitle, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dlistbox.cpp92 , long lStyle
100 lStyle, rValidator, rsName);
109 long lStyle,
137 m_windowStyle = lStyle;
139 lStyle = WS_VISIBLE;
142 lStyle |= WS_CLIPSIBLINGS;
144 lStyle |= LS_MULTIPLESEL;
146 lStyle |= LS_EXTENDEDSEL;
148 lStyle |= LS_HORZSCROLL;
150 lStyle |
103 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, int n, const wxString asChoices[], long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
[all...]
H A Dstatbmp.cpp74 long lStyle,
91 m_windowStyle = lStyle;
97 m_windowStyle = lStyle;
69 Create( wxWindow* pParent, wxWindowID nId, const wxGDIImage& rBitmap, const wxPoint& rPos, const wxSize& WXUNUSED(rSize), long lStyle, const wxString& rName ) argument
H A Dchecklst.cpp251 long lStyle,
256 Create( pParent, vId, rPos, rSize, nStrings, asChoices, lStyle | wxLB_OWNERDRAW, rVal, rsName );
264 long lStyle,
271 lStyle | wxLB_OWNERDRAW, rVal, rsName );
245 wxCheckListBox( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, int nStrings, const wxString asChoices[], long lStyle, const wxValidator& rVal, const wxString& rsName) argument
259 wxCheckListBox( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, const wxArrayString& asChoices, long lStyle, const wxValidator& rVal, const wxString& rsName ) argument
H A Dscrolbar.cpp30 long lStyle,
60 if (lStyle & wxHORIZONTAL)
67 if (lStyle & wxVERTICAL)
78 DWORD dwDirection = (lStyle & wxHORIZONTAL) ? SBS_HORZ: SBS_VERT;
26 Create(wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Dframe.cpp119 long lStyle,
127 ,lStyle
297 wxToolBar* wxFrame::OnCreateToolBar( long lStyle, wxWindowID vId, const wxString& rsName ) argument
299 wxToolBar* pToolBar = wxFrameBase::OnCreateToolBar( lStyle
453 bool wxFrame::ShowFullScreen( bool bShow, long lStyle )
461 m_lFsStyle = lStyle;
487 if ((lStyle & wxFULLSCREEN_NOTOOLBAR) && pTheToolBar)
494 if (lStyle & wxFULLSCREEN_NOMENUBAR)
505 if ((lStyle & wxFULLSCREEN_NOSTATUSBAR) && pTheStatusBar)
536 if (lStyle
114 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsTitle, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
[all...]
H A Dlistctrl.cpp815 long lStyle,
829 SetWindowStyleFlag(lStyle);
986 long lStyle
997 if (lStyle & wxLC_MASK_TYPE)
999 if (lStyle & wxLC_MASK_ALIGN )
1001 if (lStyle & wxLC_MASK_SORT )
1004 if (lFlag & lStyle)
1007 lFlag -= lStyle;
1013 lFlag |= lStyle;
1031 , long lStyle
811 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
[all...]
H A Dtextctrl.cpp100 , long lStyle
112 ,lStyle
126 m_windowStyle = lStyle;
237 LONG lStyle = ::WinQueryWindowULong(hWnd, QWL_STYLE); local
244 if (lStyle & MLS_READONLY)
249 if (lStyle & ES_UNREADABLE)
251 if (lStyle & ES_READONLY)
257 long lStyle
264 if ((lStyle & wxBORDER_MASK) == wxBORDER_DEFAULT )
266 lStyle |
[all...]
H A Dradiobut.cpp52 long lStyle,
60 ,lStyle
47 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument

Completed in 90 milliseconds

123