Searched refs:m_margin (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsashwin.h47 m_margin = 0; }
53 int m_margin; // The margin size member in class:wxSashEdge
112 int GetEdgeMargin(wxSashEdgePosition edge) const { return m_sashes[edge].m_margin; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsashwin.cpp684 m_sashes[edge].m_margin = m_borderSize;
686 m_sashes[edge].m_margin = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3421 void SetMargin(int val) { m_margin = val; }
3444 int GetMargin() const { return m_margin; }
3479 int m_margin; // wxEVT_STC_MARGINCLICK member in class:wxStyledTextEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp3368 m_margin = 0;
3400 m_margin = event.m_margin;

Completed in 82 milliseconds