Home
last modified time | relevance | path

Searched refs:AppendChild (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp200 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
218 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
238 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Pane.h968 void AppendChild(Pane* pChild);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp250 pParentPane->AppendChild(pPane); in Build()
Dlyt_Pane.cpp379 Pane::AppendChild(Pane* pChild) in AppendChild() function in nw::lyt::Pane