Searched refs:wxBORDER_NONE (Results 76 - 100 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 Dspinctrl.cpp60 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dlistbox.cpp53 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dradiobox.cpp56 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dmediactrl_qt.cpp678 (style & ~wxBORDER_MASK) | wxBORDER_NONE,
H A Dmediactrl_wmp10.cpp805 (style & ~wxBORDER_MASK) | wxBORDER_NONE,
H A Dnotebook.cpp147 wxFLAGS_MEMBER(wxBORDER_NONE)
H A Dtbar95.cpp411 (style & ~wxBORDER_MASK) | wxBORDER_NONE, exstyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp286 (style & ~wxBORDER_MASK) | wxBORDER_NONE, exstyle
H A Dtextctrlce.cpp299 (style & ~wxBORDER_MASK) | wxBORDER_NONE, exstyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtreectrl.cpp82 wxFLAGS_MEMBER(wxBORDER_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dbuttonbar.cpp387 wxBU_AUTODRAW|wxBORDER_NONE);
H A Dsplitter.cpp85 style |= wxBORDER_NONE;
H A Dtreebkg.cpp101 style |= wxBORDER_NONE;
H A Dcalctrl.cpp77 wxFLAGS_MEMBER(wxBORDER_NONE)
788 if ( !HasFlag(wxBORDER_NONE) )
H A Ddirctrlg.cpp454 wxFLAGS_MEMBER(wxBORDER_NONE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstdrend.cpp444 case wxBORDER_NONE:
477 case wxBORDER_NONE:
H A Dtopluniv.cpp118 style |= wxBORDER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoplevel.cpp217 long lMsflags = wxWindow::OS2GetStyle( (lStyle & ~wxBORDER_MASK) | wxBORDER_NONE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp821 case Widgets_BorderNone: border = wxBORDER_NONE; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dmono.cpp666 case wxBORDER_NONE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp814 wxPopupWindow(parent, wxBORDER_NONE)
820 wxLC_REPORT | wxLC_SINGLE_SEL | wxLC_NO_HEADER | wxBORDER_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddefs.h1297 /* this is different from wxBORDER_NONE as by default the controls do have */
1301 wxBORDER_NONE = 0x00200000, enumerator in enum:wxBorder
1351 #define wxNO_BORDER wxBORDER_NONE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstyles.cpp972 listBoxStyle = wxBORDER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp811 style | wxBORDER_NONE)
827 m_style = style | wxBORDER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp689 case wxBORDER_NONE:
2468 return wxBORDER_NONE;

Completed in 173 milliseconds

12345