Home
last modified time | relevance | path

Searched refs:DoGetBestSize (Results 1 – 25 of 1888) sorted by relevance

12345678910>>...76

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dcontrol.mm65 wxSize wxControl::DoGetBestSize() const function
77 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from NSCell"),thi…
89 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from sizeToFit"),…
93 …wxLogDebug(wxT("Class %s (or superclass still below wxControl) should implement DoGetBestSize()"),…
94 return wxControlBase::DoGetBestSize();
H A Dgauge.mm43 // TODO: DoGetBestSize is likely totally wrong for vertical gauges but
88 wxSize wxGauge::DoGetBestSize() const function
105 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from sizeToFit"),…
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dcontrol.mm65 wxSize wxControl::DoGetBestSize() const function
77 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from NSCell"),thi…
89 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from sizeToFit"),…
93 …wxLogDebug(wxT("Class %s (or superclass still below wxControl) should implement DoGetBestSize()"),…
94 return wxControlBase::DoGetBestSize();
H A Dgauge.mm43 // TODO: DoGetBestSize is likely totally wrong for vertical gauges but
88 wxSize wxGauge::DoGetBestSize() const function
105 …wxLogTrace(wxTRACE_COCOA_Window_Size,wxT("wxControl=%p::DoGetBestSize()==(%d,%d) from sizeToFit"),…
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/controls/
H A DTruncatableChoice.cpp38 wxSize TruncatableChoice::DoGetBestSize() const { in DoGetBestSize() function in TruncatableChoice
41 wxSize bestChoiceSize(wxChoice::DoGetBestSize()); in DoGetBestSize()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DTruncatableChoice.cpp38 wxSize TruncatableChoice::DoGetBestSize() const { in DoGetBestSize() function in TruncatableChoice
41 wxSize bestChoiceSize(wxChoice::DoGetBestSize()); in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/cocoa/
H A Dbmpbuttn.h57 wxSize DoGetBestSize() const in DoGetBestSize() function
58 { return wxButtonBase::DoGetBestSize(); } in DoGetBestSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/cocoa/
H A Dbmpbuttn.h57 wxSize DoGetBestSize() const in DoGetBestSize() function
58 { return wxButtonBase::DoGetBestSize(); } in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp99 sizeBest = DoGetBestSize(); in Create()
189 m_width = DoGetBestSize().x; in OnSize()
198 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp99 sizeBest = DoGetBestSize(); in Create()
189 m_width = DoGetBestSize().x; in OnSize()
198 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp99 sizeBest = DoGetBestSize(); in Create()
189 m_width = DoGetBestSize().x; in OnSize()
198 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp99 sizeBest = DoGetBestSize(); in Create()
189 m_width = DoGetBestSize().x; in OnSize()
198 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dspinbutt.cpp119 sizeBest = DoGetBestSize(); in BEGIN_EVENT_TABLE()
213 m_width = DoGetBestSize().x; in OnSize()
222 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dchoice_osx.cpp235 wxSize wxChoice::DoGetBestSize() const in DoGetBestSize() function in wxChoice
240 const int lbHeight = wxWindow::DoGetBestSize().y; in DoGetBestSize()
242 return wxSize(wxChoiceBase::DoGetBestSize().x + 4*GetCharWidth(), in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dspinbutt.cpp119 sizeBest = DoGetBestSize(); in BEGIN_EVENT_TABLE()
213 m_width = DoGetBestSize().x; in OnSize()
222 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dspinbutt.cpp119 sizeBest = DoGetBestSize(); in wxBEGIN_EVENT_TABLE()
213 m_width = DoGetBestSize().x; in OnSize()
222 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dchoice_osx.cpp243 wxSize wxChoice::DoGetBestSize() const in DoGetBestSize() function in wxChoice
248 const int lbHeight = wxWindow::DoGetBestSize().y; in DoGetBestSize()
250 return wxSize(wxChoiceBase::DoGetBestSize().x + 2*lbHeight + GetCharWidth(), in DoGetBestSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dchoice_osx.cpp243 wxSize wxChoice::DoGetBestSize() const in DoGetBestSize() function in wxChoice
248 const int lbHeight = wxWindow::DoGetBestSize().y; in DoGetBestSize()
250 return wxSize(wxChoiceBase::DoGetBestSize().x + 2*lbHeight + GetCharWidth(), in DoGetBestSize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dgridctrl.cpp221 return DoGetBestSize(attr, dc, GetString(grid, row, col)); in GetBestSize()
236 size.IncTo(DoGetBestSize(attr, dc, d.Format(m_oformat, m_tz))); in GetMaxBestSize()
282 size.IncTo(DoGetBestSize(attr, dc, m_choices[n])); in GetMaxBestSize()
365 return DoGetBestSize(attr, dc, GetString(grid, row, col)); in GetBestSize()
612 wxSize wxGridCellStringRenderer::DoGetBestSize(const wxGridCellAttr& attr, in DoGetBestSize() function in wxGridCellStringRenderer
625 return DoGetBestSize(attr, dc, grid.GetCellValue(row, col)); in GetBestSize()
772 return DoGetBestSize(attr, dc, GetString(grid, row, col)); in GetBestSize()
783 wxSize size = DoGetBestSize(attr, dc, wxString::Format("%ld", m_minValue)); in GetMaxBestSize()
784 size.IncTo(DoGetBestSize(attr, dc, wxString::Format("%ld", m_maxValue))); in GetMaxBestSize()
912 return DoGetBestSize(attr, dc, GetString(grid, row, col)); in GetBestSize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dspinbutt.cpp123 sizeBest = DoGetBestSize(); in IMPLEMENT_DYNAMIC_CLASS()
217 m_width = DoGetBestSize().x; in OnSize()
226 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dspinbutt.cpp123 sizeBest = DoGetBestSize(); in IMPLEMENT_DYNAMIC_CLASS()
217 m_width = DoGetBestSize().x; in OnSize()
226 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dspinbutt.cpp123 sizeBest = DoGetBestSize(); in IMPLEMENT_DYNAMIC_CLASS()
217 m_width = DoGetBestSize().x; in OnSize()
226 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dspinbutt.cpp123 sizeBest = DoGetBestSize(); in IMPLEMENT_DYNAMIC_CLASS()
217 m_width = DoGetBestSize().x; in OnSize()
226 wxSize wxSpinButton::DoGetBestSize() const in DoGetBestSize() function in wxSpinButton
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DBorderPanel.cpp69 wxSize BorderPanel::DoGetBestSize() const { in DoGetBestSize() function in TrenchBroom::View::BorderPanel
70 wxSize size = wxPanel::DoGetBestSize(); in DoGetBestSize()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/gizmos/dynsash/
H A Ddynsash.cpp48 wxSize DoGetBestSize() const;
96 wxSize SashHtmlWindow::DoGetBestSize() const in DoGetBestSize() function in SashHtmlWindow

12345678910>>...76