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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/htlbox/
H A Dhtlbox.cpp143 void CreateBox();
301 CreateBox();
320 void MyFrame::CreateBox() function in class:MyFrame
367 CreateBox();
414 CreateBox();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h149 LifeCellBox *CreateBox(wxInt32 x, wxInt32 y, wxUint32 hv);
H A Dgame.cpp248 // CreateBox:
252 LifeCellBox* Life::CreateBox(wxInt32 x, wxInt32 y, wxUint32 hv) function in class:Life
266 // before leaving CreateBox(). Probably we should try to
320 return create? CreateBox(x, y, hv) : (LifeCellBox*) NULL;

Completed in 42 milliseconds