Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmLytButton.cpp47 m_Layout->SetString( string ); in SmLytButton()
56 pTextBox->SetString( string ); in SmLytButton()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp86 SetString(str); in TextBox()
99 SetString(str, 0, strLen); in TextBox()
141 SetString(pBlockText, 0, resStrLen); in TextBox()
417 TextBox::SetString( in SetString() function in nw::lyt::TextBox
426 TextBox::SetString( in SetString() function in nw::lyt::TextBox
/NW4C-1.3.3/include/nw/lyt/
Dlyt_TextBox.h253 virtual u16 SetString(
277 virtual u16 SetString(
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmLayout.h208 void SetString( const wchar_t* string ) in SetString() function