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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Drenderer.cpp201 const bool isVert = orient == wxVERTICAL; local
208 if ( isVert )
271 GtkPaintLineFunc func = isVert ? gtk_paint_vline : gtk_paint_hline;
281 0, isVert ? size.y : size.x, position + SASH_SIZE / 2 - 1
293 isVert ? position : size.x - 2*SASH_SIZE,
294 isVert ? size.y - 2*SASH_SIZE : position,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dspinbutt.cpp285 bool isVert = IsVertical(); local
288 CalcSizes( wxPoint(0,0), newSize, pt1, sz1, pt2, sz2, isVert );
289 m_up = new wxArrowButton( this, -1, isVert ? wxARROW_UP : wxARROW_RIGHT,
292 isVert ? wxARROW_DOWN : wxARROW_LEFT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dstatic.cpp327 bool isVert = m_chkVert->GetValue(); local
393 m_sizerStatBox = new wxStaticBoxSizer(m_staticBox, isVert ? wxHORIZONTAL
403 isVert ? wxLI_VERTICAL : wxLI_HORIZONTAL);
H A Dspinbtn.cpp285 bool isVert = m_chkVert->GetValue(); local
286 if ( isVert )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Drenderer.cpp424 const bool isVert = orient == wxVERTICAL; local
428 if ( isVert )
464 isVert ? GTK_ORIENTATION_VERTICAL : GTK_ORIENTATION_HORIZONTAL

Completed in 38 milliseconds