Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmLayout.h110 nw::lyt::Pane* GetPane( const char* name ) const in GetPane() function
188 nw::lyt::Pane* pane = m_LayoutResource->GetPane( paneName ); in SetVisiblePane()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmLytButton.cpp53 const nw::lyt::Pane* pane = layoutRes->GetPane("TextBox_00"); in SmLytButton()
DSmLytSliderBar.cpp39 m_HandlePane = layoutRes->GetPane( "slider_handle_00" ); in SmLytSliderBar()
DSmLayout.cpp31 const nw::lyt::Pane* pane = GetPane( name ); in GetRect()