Home
last modified time | relevance | path

Searched refs:lStyle (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dbutton.cpp48 long lStyle, in Create() argument
62 m_windowStyle = lStyle; in Create()
68 lStyle = WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON; in Create()
76 lStyle |= WS_CLIPSIBLINGS; in Create()
276 long lStyle; in SetDefaultStyle() local
300 if (!(lStyle & BS_DEFAULT) == bOn) in SetDefaultStyle()
305 lStyle |= BS_DEFAULT; in SetDefaultStyle()
307 lStyle &= ~BS_DEFAULT; in SetDefaultStyle()
356 long lStyle = 0L; in MakeOwnerDrawn() local
364 lStyle |= BS_USERBUTTON; in MakeOwnerDrawn()
[all …]
H A Dtoplevel.cpp233 if (lStyle & wxMINIMIZE_BOX) in OS2GetStyle()
235 if (lStyle & wxMAXIMIZE_BOX) in OS2GetStyle()
239 if (lStyle & wxSYSTEM_MENU) in OS2GetStyle()
241 if (lStyle & wxCAPTION) in OS2GetStyle()
248 if (lStyle & wxTINY_CAPTION) in OS2GetStyle()
256 if (lStyle & wxSTAY_ON_TOP) in OS2GetStyle()
463 if ((lStyle & wxMINIMIZE) || (lStyle & wxICONIZE)) in CreateFrame()
465 if (lStyle & wxMAXIMIZE) in CreateFrame()
594 lStyle |= WS_CLIPCHILDREN; in CreateFrame()
616 m_windowStyle = lStyle; in Create()
[all …]
H A Dstatline.cpp44 , long lStyle in Create() argument
54 ,lStyle in Create()
82 long lStyle in OS2GetStyle() argument
89 lStyle &= ~wxBORDER_MASK; in OS2GetStyle()
90 lStyle |= wxBORDER_NONE; in OS2GetStyle()
92 WXDWORD dwStyle = wxControl::OS2GetStyle( lStyle in OS2GetStyle()
H A Dnativdlg.cpp190 long lStyle = ::WinQueryWindowULong((HWND)hWnd in CreateWindowFromHWND() local
201 if (lStyle == BS_AUTOCHECKBOX) in CreateWindowFromHWND()
205 else if (lStyle == BS_AUTORADIOBUTTON) in CreateWindowFromHWND()
209 else if (lStyle & BS_BITMAP || lStyle == BS_USERBUTTON) in CreateWindowFromHWND()
213 else if (lStyle == BS_PUSHBUTTON) in CreateWindowFromHWND()
217 else if (lStyle == SS_GROUPBOX) in CreateWindowFromHWND()
253 if (lStyle == SS_TEXT) in CreateWindowFromHWND()
255 else if (lStyle == SS_ICON) in CreateWindowFromHWND()
H A Dmsgdlg.cpp42 const long lStyle = GetMessageDialogStyle(); in IMPLEMENT_CLASS() local
60 if (lStyle & wxYES_NO) in IMPLEMENT_CLASS()
62 if (lStyle & wxCANCEL) in IMPLEMENT_CLASS()
67 if (lStyle & wxNO_DEFAULT) in IMPLEMENT_CLASS()
71 if (lStyle & wxOK) in IMPLEMENT_CLASS()
73 if (lStyle & wxCANCEL) in IMPLEMENT_CLASS()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dbutton.cpp48 long lStyle, in Create() argument
62 m_windowStyle = lStyle; in Create()
68 lStyle = WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON; in Create()
76 lStyle |= WS_CLIPSIBLINGS; in Create()
276 long lStyle; in SetDefaultStyle() local
300 if (!(lStyle & BS_DEFAULT) == bOn) in SetDefaultStyle()
305 lStyle |= BS_DEFAULT; in SetDefaultStyle()
307 lStyle &= ~BS_DEFAULT; in SetDefaultStyle()
356 long lStyle = 0L; in MakeOwnerDrawn() local
364 lStyle |= BS_USERBUTTON; in MakeOwnerDrawn()
[all …]
H A Dtoplevel.cpp233 if (lStyle & wxMINIMIZE_BOX) in OS2GetStyle()
235 if (lStyle & wxMAXIMIZE_BOX) in OS2GetStyle()
239 if (lStyle & wxSYSTEM_MENU) in OS2GetStyle()
241 if (lStyle & wxCAPTION) in OS2GetStyle()
248 if (lStyle & wxTINY_CAPTION) in OS2GetStyle()
256 if (lStyle & wxSTAY_ON_TOP) in OS2GetStyle()
463 if ((lStyle & wxMINIMIZE) || (lStyle & wxICONIZE)) in CreateFrame()
465 if (lStyle & wxMAXIMIZE) in CreateFrame()
594 lStyle |= WS_CLIPCHILDREN; in CreateFrame()
616 m_windowStyle = lStyle; in Create()
[all …]
H A Dstatline.cpp44 , long lStyle in Create() argument
54 ,lStyle in Create()
82 long lStyle in OS2GetStyle() argument
89 lStyle &= ~wxBORDER_MASK; in OS2GetStyle()
90 lStyle |= wxBORDER_NONE; in OS2GetStyle()
92 WXDWORD dwStyle = wxControl::OS2GetStyle( lStyle in OS2GetStyle()
H A Dnativdlg.cpp190 long lStyle = ::WinQueryWindowULong((HWND)hWnd in CreateWindowFromHWND() local
201 if (lStyle == BS_AUTOCHECKBOX) in CreateWindowFromHWND()
205 else if (lStyle == BS_AUTORADIOBUTTON) in CreateWindowFromHWND()
209 else if (lStyle & BS_BITMAP || lStyle == BS_USERBUTTON) in CreateWindowFromHWND()
213 else if (lStyle == BS_PUSHBUTTON) in CreateWindowFromHWND()
217 else if (lStyle == SS_GROUPBOX) in CreateWindowFromHWND()
253 if (lStyle == SS_TEXT) in CreateWindowFromHWND()
255 else if (lStyle == SS_ICON) in CreateWindowFromHWND()
H A Dmsgdlg.cpp42 const long lStyle = GetMessageDialogStyle(); in IMPLEMENT_CLASS() local
60 if (lStyle & wxYES_NO) in IMPLEMENT_CLASS()
62 if (lStyle & wxCANCEL) in IMPLEMENT_CLASS()
67 if (lStyle & wxNO_DEFAULT) in IMPLEMENT_CLASS()
71 if (lStyle & wxOK) in IMPLEMENT_CLASS()
73 if (lStyle & wxCANCEL) in IMPLEMENT_CLASS()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/utility/
H A DTextCtrl.cpp55 long lStyle; in bCreate() local
60 lStyle = wxTE_MULTILINE | wxTE_READONLY | wxSUNKEN_BORDER | wxTE_DONTWRAP | in bCreate()
62 if( ! Create( poWin, oWinID, wxT(""), wxDefaultPosition, wxDefaultSize, lStyle )) return( false ); in bCreate()
78 long lStyle; in bClear() local
86 lStyle = GetWindowStyle( ); in bClear()
87 lStyle &= ~( wxTE_LEFT | wxTE_CENTER | wxTE_RIGHT ); in bClear()
88 lStyle |= wxTE_LEFT; in bClear()
89 SetWindowStyle( lStyle ); in bClear()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dcheckbox.h27 ,long lStyle = 0
37 ,lStyle
48 ,long lStyle = 0
78 ,long lStyle = 0
88 ,lStyle
99 ,long lStyle = 0
H A Dchoice.h33 ,long lStyle = 0
44 ,lStyle
55 ,long lStyle = 0
65 ,lStyle
77 ,long lStyle = 0
87 ,long lStyle = 0
H A Dcombobox.h34 ,long lStyle = 0
46 ,lStyle
58 ,long lStyle = 0
69 ,lStyle
82 ,long lStyle = 0
93 ,long lStyle = 0
H A Dframe.h29 ,long lStyle = wxDEFAULT_FRAME_STYLE
35 Create(pParent, vId, rsTitle, rPos, rSize, lStyle, rsName);
43 ,long lStyle = wxDEFAULT_FRAME_STYLE
54 ,long lStyle = wxFULLSCREEN_ALL
68 virtual wxToolBar* CreateToolBar( long lStyle = -1
73 virtual wxToolBar* OnCreateToolBar( long lStyle
83 ,long lStyle = wxSTB_DEFAULT_STYLE
H A Dlistctrl.h34 ,long lStyle = wxLC_ICON
43 ,lStyle
54 ,long lStyle = wxLC_ICON
225 void SetSingleStyle( long lStyle
232 void SetWindowStyleFlag(long lStyle);
450 ,long lStyle
452 long ConvertArrangeToOS2Style(long lStyle);
453 long ConvertViewToOS2Style(long lStyle);
H A Dlistbox.h45 ,long lStyle = 0
55 ,lStyle
65 ,long lStyle = 0
74 ,lStyle
86 ,long lStyle = 0
95 ,long lStyle = 0
H A Dcontrol.h27 ,long lStyle = 0
32 Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
39 ,long lStyle = 0
93 ,long lStyle
110 virtual WXDWORD OS2GetStyle( long lStyle
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dcheckbox.h27 ,long lStyle = 0
37 ,lStyle
48 ,long lStyle = 0
78 ,long lStyle = 0
88 ,lStyle
99 ,long lStyle = 0
H A Dchoice.h33 ,long lStyle = 0
44 ,lStyle
55 ,long lStyle = 0
65 ,lStyle
77 ,long lStyle = 0
87 ,long lStyle = 0
H A Dcombobox.h34 ,long lStyle = 0
46 ,lStyle
58 ,long lStyle = 0
69 ,lStyle
82 ,long lStyle = 0
93 ,long lStyle = 0
H A Dframe.h29 ,long lStyle = wxDEFAULT_FRAME_STYLE
35 Create(pParent, vId, rsTitle, rPos, rSize, lStyle, rsName);
43 ,long lStyle = wxDEFAULT_FRAME_STYLE
54 ,long lStyle = wxFULLSCREEN_ALL
68 virtual wxToolBar* CreateToolBar( long lStyle = -1
73 virtual wxToolBar* OnCreateToolBar( long lStyle
83 ,long lStyle = wxSTB_DEFAULT_STYLE
H A Dlistctrl.h34 ,long lStyle = wxLC_ICON
43 ,lStyle
54 ,long lStyle = wxLC_ICON
225 void SetSingleStyle( long lStyle
232 void SetWindowStyleFlag(long lStyle);
450 ,long lStyle
452 long ConvertArrangeToOS2Style(long lStyle);
453 long ConvertViewToOS2Style(long lStyle);
H A Dlistbox.h45 ,long lStyle = 0
55 ,lStyle
65 ,long lStyle = 0
74 ,lStyle
86 ,long lStyle = 0
95 ,long lStyle = 0
H A Dcontrol.h27 ,long lStyle = 0
32 Create( pParent, vId, rPos, rSize, lStyle, rValidator, rsName );
39 ,long lStyle = 0
93 ,long lStyle
110 virtual WXDWORD OS2GetStyle( long lStyle

12345678