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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dforty.cpp346 long borderStyle = wxDOUBLE_BORDER; local
348 long borderStyle = wxRAISED_BORDER; local
351 wxHtmlWindow* html = new wxHtmlWindow(this, ID_ABOUT_HTML_WINDOW, wxDefaultPosition, htmlSize, borderStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp324 int borderStyle = wxBORDER_SIMPLE; local
327 borderStyle = GetThemedBorderStyle();
328 if (borderStyle == wxBORDER_SUNKEN)
329 borderStyle = wxBORDER_SIMPLE;
331 borderStyle = wxBORDER_SUNKEN;
334 if ( !wxTextCtrlBase::Create(parent, id, pos, size, borderStyle | (style & ~wxBORDER_MASK), validator, name) )

Completed in 68 milliseconds