Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLytButton.cpp49 m_Layout->SetString( string ); in SmLytButton()
58 pTextBox->SetString( string ); in SmLytButton()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp88 SetString(str); in TextBox()
101 SetString(str, 0, strLen); in TextBox()
143 SetString(pBlockText, 0, resStrLen); in TextBox()
419 TextBox::SetString( in SetString() function in nw::lyt::TextBox
428 TextBox::SetString( in SetString() function in nw::lyt::TextBox
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h255 virtual u16 SetString(
279 virtual u16 SetString(
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h210 void SetString( const wchar_t* string ) in SetString() function