Home
last modified time | relevance | path

Searched refs:m_BottomMargin (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dprintdlg_osx.cpp124 gridSizer->Add(m_BottomMargin = new wxTextCtrl(this, wxID_ANY), wxSizerFlags().Left()); in wxMacPageMarginsDialog()
145 m_BottomMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.y, minBottomRight.y))); in TransferToWindow()
146 m_BottomMargin->SetSelection(-1, -1); in TransferToWindow()
157 …if (!CheckValue(m_BottomMargin, &bottomRight.y, m_MinMarginBottomRight.y, wxT("bottom margin"))) r… in TransferDataFromWindow()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dprintdlg_osx.cpp124 gridSizer->Add(m_BottomMargin = new wxTextCtrl(this, wxID_ANY), wxSizerFlags().Left()); in IMPLEMENT_CLASS()
145 m_BottomMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.y, minBottomRight.y))); in TransferToWindow()
146 m_BottomMargin->SetSelection(-1, -1); in TransferToWindow()
157 …if (!CheckValue(m_BottomMargin, &bottomRight.y, m_MinMarginBottomRight.y, wxT("bottom margin"))) r… in TransferDataFromWindow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dprintdlg_osx.cpp124 gridSizer->Add(m_BottomMargin = new wxTextCtrl(this, wxID_ANY), wxSizerFlags().Left()); in IMPLEMENT_CLASS()
145 m_BottomMargin->SetValue(wxString::Format(wxT("%d"), wxMax(bottomRight.y, minBottomRight.y))); in TransferToWindow()
146 m_BottomMargin->SetSelection(-1, -1); in TransferToWindow()
157 …if (!CheckValue(m_BottomMargin, &bottomRight.y, m_MinMarginBottomRight.y, wxT("bottom margin"))) r… in TransferDataFromWindow()
/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp317 : m_PageUsage(All), m_BottomMargin(0.0), m_LeftMargin(0.0), m_TopMargin(0.0), in PageFormatProperty()
324 format->setProperty( QTextFormat::BlockBottomMargin, m_BottomMargin ); in apply()
339 m_BottomMargin = margin; in setBottomMargin()
H A Dformatproperty.h161 double m_BottomMargin; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/
H A Dprintdlg.h101 wxTextCtrl *m_BottomMargin; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/
H A Dprintdlg.h101 wxTextCtrl *m_BottomMargin; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/
H A Dprintdlg.h101 wxTextCtrl *m_BottomMargin; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dtonecurvefield.h54 int m_BottomMargin; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtonecurvefield.cpp114 , m_BottomMargin(48) in ChennelCurveEditor()
118 m_curveHeight + m_TopMargin + m_BottomMargin); in ChennelCurveEditor()
195 widgetHeight + m_TopMargin + m_BottomMargin); in setEnlarged()
653 -m_BottomMargin); in paintEvent()
657 painter.translate(m_LeftRightMargin + 1, height() - m_BottomMargin); in paintEvent()