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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp226 wxFlexGridSizer *s_main = new wxFlexGridSizer(1); local
227 s_main->AddGrowableCol(0);
228 s_main->AddGrowableRow(0);
231 s_main->Add(p_cnt, 0, wxGROW|wxEXPAND, 0);
233 SetSizer(s_main, true);

Completed in 49 milliseconds