Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h112 nw::lyt::Pane* GetPane( const char* name ) const in GetPane() function
190 nw::lyt::Pane* pane = m_LayoutResource->GetPane( paneName ); in SetVisiblePane()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLytSliderBar.cpp41 m_HandlePane = layoutRes->GetPane( "SliderHandle00" ); in SmLytSliderBar()
DSmLytButton.cpp55 const nw::lyt::Pane* pane = layoutRes->GetPane("TextBox_00"); in SmLytButton()
DSmLayout.cpp33 const nw::lyt::Pane* pane = GetPane( name ); in GetRect()