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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp865 wxStaticBoxSizer *gauge_sizer = new wxStaticBoxSizer( wxHORIZONTAL, panel, _T("&wxGauge and wxSlider") ); local
866 main_sizer->Add( gauge_sizer, 0, wxALL, 5 );
868 gauge_sizer->Add( sz );
883 gauge_sizer->Add( m_gaugeVert, 0, wxALL, 10 );

Completed in 61 milliseconds