Searched refs:wxBORDER_NONE (Results 26 - 50 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtglbtn.cpp88 return wxBORDER_NONE;
H A Dscrolbar.cpp41 wxFLAGS_MEMBER(wxBORDER_NONE)
324 (style & ~wxBORDER_MASK) | wxBORDER_NONE, exstyle
H A Dstatbmp.cpp59 wxFLAGS_MEMBER(wxBORDER_NONE)
193 return wxBORDER_NONE;
H A Dgauge95.cpp83 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dbmpbuttn.cpp68 wxFLAGS_MEMBER(wxBORDER_NONE)
619 if ( !HasFlag(wxBORDER_NONE) )
630 if ( !HasFlag(wxBORDER_NONE) )
H A Dchoice.cpp51 wxFLAGS_MEMBER(wxBORDER_NONE)
212 (style & ~wxBORDER_MASK) | wxBORDER_NONE, exstyle
H A Dstatbox.cpp67 wxFLAGS_MEMBER(wxBORDER_NONE)
143 return wxBORDER_NONE;
H A Ddialog.cpp64 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dradiobut.cpp59 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dspinbutt.cpp69 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dstatbr95.cpp72 style = (style & ~wxBORDER_MASK) | wxBORDER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcheckbox.cpp54 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dradiobut.cpp58 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dbutton.cpp63 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dchoice.cpp50 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dcombobox.cpp61 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dframe.cpp79 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dlistbox.cpp51 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dspinctrl.cpp53 wxFLAGS_MEMBER(wxBORDER_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpanelg.cpp52 wxFLAGS_MEMBER(wxBORDER_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dspinbutt.h74 virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
H A Dslider.h143 virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dslider95.h117 virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsrchctrl.cpp268 if ( !wxTextCtrl::Create(parent, id, wxEmptyString, pos, size, wxBORDER_NONE | style, validator, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbutton.cpp382 WXDWORD dwStyle = wxControl::OS2GetStyle( (lStyle & ~wxBORDER_MASK) | wxBORDER_NONE

Completed in 202 milliseconds

12345