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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlayout.h42 #define wxLAYOUT_DEFAULT_MARGIN 0 macro
76 void Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val = 0, int marg = wxLAYOUT_DEFAULT_MARGIN);
81 void LeftOf(wxWindowBase *sibling, int marg = wxLAYOUT_DEFAULT_MARGIN);
82 void RightOf(wxWindowBase *sibling, int marg = wxLAYOUT_DEFAULT_MARGIN);
83 void Above(wxWindowBase *sibling, int marg = wxLAYOUT_DEFAULT_MARGIN);
84 void Below(wxWindowBase *sibling, int marg = wxLAYOUT_DEFAULT_MARGIN);
89 void SameAs(wxWindowBase *otherW, wxEdge edge, int marg = wxLAYOUT_DEFAULT_MARGIN);

Completed in 40 milliseconds