Searched refs:lStyle (Results 51 - 64 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 Dspinbutt.cpp50 , long lStyle
73 m_windowStyle = lStyle;
H A Dstattext.cpp34 long lStyle,
54 m_windowStyle = lStyle;
29 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsLabel, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dbmpbuttn.cpp34 long lStyle,
48 m_windowStyle = lStyle;
50 if (lStyle & wxBU_AUTODRAW)
29 Create( wxWindow* pParent, wxWindowID vId, const wxBitmap& rBitmap, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Dfiledlg.cpp74 , long lStyle
79 :wxFileDialogBase(pParent, rsMessage, rsDefaultDir, rsDefaultFileName, rsWildCard, lStyle, rPos, sz, name)
H A Dgauge.cpp138 long lStyle,
160 m_windowStyle = lStyle;
133 Create( wxWindowOS2* pParent, wxWindowID vId, int nRange, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxValidator& rValidator, const wxString& rsName ) argument
H A Dradiobox.cpp126 long lStyle,
133 chs.GetStrings(), nMajorDim, lStyle, rVal, rsName);
144 long lStyle,
163 ,lStyle
182 SetMajorDim(nMajorDim == 0 ? nNum : nMajorDim, lStyle);
119 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsTitle, const wxPoint& rPos, const wxSize& rSize, const wxArrayString& asChoices, int nMajorDim, long lStyle, const wxValidator& rVal, const wxString& rsName ) argument
136 Create( wxWindow* pParent, wxWindowID vId, const wxString& rsTitle, const wxPoint& rPos, const wxSize& rSize, int nNum, const wxString asChoices[], int nMajorDim, long lStyle, const wxValidator& rVal, const wxString& rsName ) argument
H A Dspinctrl.cpp119 long lStyle,
136 m_windowStyle = lStyle;
114 Create( wxWindow* pParent, wxWindowID vId, const wxString& WXUNUSED(rsValue), const wxPoint& rPos, const wxSize& rSize, long lStyle, int nMin, int nMax, int nInitial, const wxString& rsName ) argument
H A Dtoolbar.cpp320 long lStyle,
327 ,lStyle
378 if (lStyle & (wxTB_TOP | wxTB_BOTTOM))
386 if (lStyle & wxTB_TEXT)
400 if (lStyle & wxTB_TEXT)
316 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rsName ) argument
H A Dwindow.cpp368 long lStyle,
392 lStyle &= ~wxCLIP_CHILDREN;
398 ,lStyle
425 if (lStyle & wxPOPUP_WINDOW)
1029 long lStyle = OS2GetStyle( lFlags local
1036 if (lStyle != lStyleOld)
1047 lStyleReal |= lStyle;
1071 long lStyle
1081 if (lStyle & wxTRANSPARENT_WINDOW )
1086 if (lStyle
364 Create( wxWindow* pParent, wxWindowID vId, const wxPoint& rPos, const wxSize& rSize, long lStyle, const wxString& rName ) argument
[all...]
H A Dmenu.cpp690 long WXUNUSED(lStyle)
700 , long WXUNUSED(lStyle)
H A Dslider.cpp206 , long lStyle
232 m_windowStyle = lStyle;
H A Dtreectrl.cpp369 , long lStyle
381 ,lStyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dwindow.h68 ,long lStyle = 0
77 ,lStyle
88 ,long lStyle = 0
111 virtual void SetWindowStyleFlag(long lStyle);
208 static WXDWORD MakeExtendedStyle( long lStyle
H A Dtreectrl.h62 ,long lStyle = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT
71 ,lStyle
82 ,long lStyle = wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT

Completed in 160 milliseconds

123