Home
last modified time | relevance | path

Searched refs:GetWindowStyle (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dslider_osx.cpp327 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSizeHints()
350 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
371 if (GetWindowStyle() & wxSL_VERTICAL) in DoGetBestSize()
375 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
380 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
387 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
392 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
425 if (GetWindowStyle() & wxSL_LABELS) in DoSetSize()
458 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
477 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dslider_osx.cpp323 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSizeHints()
346 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
367 if (GetWindowStyle() & wxSL_VERTICAL) in DoGetBestSize()
371 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
376 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
383 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
388 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
405 if (GetWindowStyle() & wxSL_LABELS) in DoSetSize()
438 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
455 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dslider_osx.cpp323 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSizeHints()
346 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
367 if (GetWindowStyle() & wxSL_VERTICAL) in DoGetBestSize()
371 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
376 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
383 if (GetWindowStyle() & wxSL_AUTOTICKS) in DoGetBestSize()
388 if (GetWindowStyle() & wxSL_LABELS) in DoGetBestSize()
405 if (GetWindowStyle() & wxSL_LABELS) in DoSetSize()
438 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
455 if (GetWindowStyle() & wxSL_VERTICAL) in DoSetSize()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dslider.h85 bool IsVert() const { return (GetWindowStyle() & wxSL_VERTICAL) != 0; } in IsVert()
93 { return ((GetWindowStyle() & wxSL_LABELS) != 0) && in HasLabels()
94 ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT)) != 0); } in HasLabels()
98 { return ((GetWindowStyle() & wxSL_TICKS) != 0) && in HasTicks()
99 … ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT|wxSL_BOTH)) != 0); } in HasTicks()
H A Dgauge.h53 bool IsSmooth() const { return (GetWindowStyle() & wxGA_SMOOTH) != 0; } in IsSmooth()
56 bool IsVertical() const { return (GetWindowStyle() & wxGA_VERTICAL) != 0; } in IsVertical()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/univ/
H A Dslider.h85 bool IsVert() const { return (GetWindowStyle() & wxSL_VERTICAL) != 0; } in IsVert()
93 { return ((GetWindowStyle() & wxSL_LABELS) != 0) && in HasLabels()
94 ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT)) != 0); } in HasLabels()
98 { return ((GetWindowStyle() & wxSL_TICKS) != 0) && in HasTicks()
99 … ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT|wxSL_BOTH)) != 0); } in HasTicks()
H A Dgauge.h53 bool IsSmooth() const { return (GetWindowStyle() & wxGA_SMOOTH) != 0; } in IsSmooth()
56 bool IsVertical() const { return (GetWindowStyle() & wxGA_VERTICAL) != 0; } in IsVertical()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/univ/
H A Dslider.h85 bool IsVert() const { return (GetWindowStyle() & wxSL_VERTICAL) != 0; } in IsVert()
93 { return ((GetWindowStyle() & wxSL_LABELS) != 0) && in HasLabels()
94 ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT)) != 0); } in HasLabels()
98 { return ((GetWindowStyle() & wxSL_TICKS) != 0) && in HasTicks()
99 … ((GetWindowStyle() & (wxSL_TOP|wxSL_BOTTOM|wxSL_LEFT|wxSL_RIGHT|wxSL_BOTH)) != 0); } in HasTicks()
H A Dgauge.h53 bool IsSmooth() const { return (GetWindowStyle() & wxGA_SMOOTH) != 0; } in IsSmooth()
56 bool IsVertical() const { return (GetWindowStyle() & wxGA_VERTICAL) != 0; } in IsVertical()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp356 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Show()
375 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Enable()
433 long style = GetWindowStyle(); in EnableYearChange()
452 long style = GetWindowStyle(); in EnableMonthChange()
629 date.SetToPrevWeekDay(GetWindowStyle() & wxCAL_MONDAY_FIRST in GetStartDate()
632 if ( GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS ) in GetStartDate()
646 if ( !(GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in IsDateShown()
729 if ( (GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in GetWeek()
1545 if ( GetWindowStyle() & wxCAL_MONDAY_FIRST ) in HitTest()
1765 long style = GetWindowStyle(); in EnableHolidayDisplay()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp356 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Show()
375 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Enable()
433 long style = GetWindowStyle(); in EnableYearChange()
452 long style = GetWindowStyle(); in EnableMonthChange()
629 date.SetToPrevWeekDay(GetWindowStyle() & wxCAL_MONDAY_FIRST in GetStartDate()
632 if ( GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS ) in GetStartDate()
646 if ( !(GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in IsDateShown()
729 if ( (GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in GetWeek()
1545 if ( GetWindowStyle() & wxCAL_MONDAY_FIRST ) in HitTest()
1765 long style = GetWindowStyle(); in EnableHolidayDisplay()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp356 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Show()
375 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Enable()
433 long style = GetWindowStyle(); in EnableYearChange()
452 long style = GetWindowStyle(); in EnableMonthChange()
629 date.SetToPrevWeekDay(GetWindowStyle() & wxCAL_MONDAY_FIRST in GetStartDate()
632 if ( GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS ) in GetStartDate()
646 if ( !(GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in IsDateShown()
729 if ( (GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in GetWeek()
1545 if ( GetWindowStyle() & wxCAL_MONDAY_FIRST ) in HitTest()
1765 long style = GetWindowStyle(); in EnableHolidayDisplay()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dcalctrl.cpp356 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Show()
375 if ( !(GetWindowStyle() & wxCAL_SEQUENTIAL_MONTH_SELECTION) ) in Enable()
433 long style = GetWindowStyle(); in EnableYearChange()
452 long style = GetWindowStyle(); in EnableMonthChange()
629 date.SetToPrevWeekDay(GetWindowStyle() & wxCAL_MONDAY_FIRST in GetStartDate()
632 if ( GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS ) in GetStartDate()
646 if ( !(GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in IsDateShown()
729 if ( (GetWindowStyle() & wxCAL_SHOW_SURROUNDING_WEEKS) ) in GetWeek()
1545 if ( GetWindowStyle() & wxCAL_MONDAY_FIRST ) in HitTest()
1765 long style = GetWindowStyle(); in EnableHolidayDisplay()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp88 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_expose_callback()
89 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_expose_callback()
90 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_expose_callback()
134 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_draw_callback()
135 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_draw_callback()
136 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_draw_callback()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp88 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_expose_callback()
89 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_expose_callback()
90 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_expose_callback()
134 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_draw_callback()
135 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_draw_callback()
136 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_draw_callback()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp88 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_expose_callback()
89 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_expose_callback()
90 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_expose_callback()
134 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_draw_callback()
135 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_draw_callback()
136 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_draw_callback()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dminifram.cpp88 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_expose_callback()
89 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_expose_callback()
90 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_expose_callback()
134 ((win->GetWindowStyle() & wxCAPTION) || in gtk_window_own_draw_callback()
135 (win->GetWindowStyle() & wxTINY_CAPTION_HORIZ) || in gtk_window_own_draw_callback()
136 (win->GetWindowStyle() & wxTINY_CAPTION_VERT))) in gtk_window_own_draw_callback()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dradiobut.cpp78 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
100 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
168 GetWindowStyle() & wxALIGN_RIGHT ? wxALIGN_RIGHT in DoDraw()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dradiobut.cpp81 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
103 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
171 GetWindowStyle() & wxALIGN_RIGHT ? wxALIGN_RIGHT in DoDraw()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dradiobut.cpp81 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
103 (nodeStart->GetData()->GetWindowStyle() & wxRB_GROUP) ) in OnCheck()
171 GetWindowStyle() & wxALIGN_RIGHT ? wxALIGN_RIGHT in DoDraw()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dframe.cpp175 if (toolBar->GetWindowStyle() & wxTB_DOCKABLE) in wxInsertChildInFrame()
268 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoGetClientSize()
314 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoSetClientSize()
429 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in GtkOnSize()
547 if (m_frameMenuBar->GetWindowStyle() & wxMB_DOCKABLE) in DetachMenuBar()
578 if (menuBar->GetWindowStyle() & wxMB_DOCKABLE) in AttachMenuBar()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dframe.cpp175 if (toolBar->GetWindowStyle() & wxTB_DOCKABLE) in wxInsertChildInFrame()
275 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoGetClientSize()
321 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoSetClientSize()
436 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in GtkOnSize()
554 if (m_frameMenuBar->GetWindowStyle() & wxMB_DOCKABLE) in DetachMenuBar()
585 if (menuBar->GetWindowStyle() & wxMB_DOCKABLE) in AttachMenuBar()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dframe.cpp175 if (toolBar->GetWindowStyle() & wxTB_DOCKABLE) in wxInsertChildInFrame()
275 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoGetClientSize()
321 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in DoSetClientSize()
436 if ( m_frameToolBar->GetWindowStyle() & wxTB_VERTICAL ) in GtkOnSize()
554 if (m_frameMenuBar->GetWindowStyle() & wxMB_DOCKABLE) in DetachMenuBar()
585 if (menuBar->GetWindowStyle() & wxMB_DOCKABLE) in AttachMenuBar()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dgauge.h55 bool IsSmooth() const { return (GetWindowStyle() & wxGA_SMOOTH) != 0; } in IsSmooth()
58 bool IsVertical() const { return (GetWindowStyle() & wxGA_VERTICAL) != 0; } in IsVertical()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dcalctrlcmn.cpp114 const long styleOrig = GetWindowStyle(); in EnableMonthChange()
153 long style = GetWindowStyle(); in EnableHolidayDisplay()
159 if ( style == GetWindowStyle() ) in EnableHolidayDisplay()

12345678910>>...27