Searched refs:GetStrings (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchoice.cpp61 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dradiobox.cpp112 chs.GetStrings(), majorDim, style, val, name);
129 chs.GetStrings(), majorDim, style, val, name);
H A Dchecklst.cpp95 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Deditlbox.h41 void GetStrings(wxArrayString& strings);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/editlbox/
H A Dtest.cpp58 lb->GetStrings(ar);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dctrlsub.cpp71 wxArrayString wxItemContainerImmutable::GetStrings() const function in class:wxItemContainerImmutable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchoice.h108 const wxStringList& GetStrings() const { return m_stringList; } function in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp299 return Create(parent, message, caption, chs.GetCount(), chs.GetStrings(),
387 return Create( parent, message, caption, chs.GetCount(), chs.GetStrings(),
467 chs.GetStrings(), style, pos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dchoice.cpp78 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dcombobox.cpp96 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
H A Dlistbox.cpp88 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings, 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dctrlsub.h45 wxArrayString GetStrings() const;
H A Dhtmllbox.h265 // override default unoptimized wxItemContainer::GetStrings() function
266 wxArrayString GetStrings() const function in class:wxSimpleHtmlListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchoice.cpp154 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
433 event.SetString( item->GetStrings().Item(n)->GetData() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchoice.cpp79 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
171 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp98 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
465 chs.GetStrings(), style, validator, name);
H A Dlistbox.cpp90 wxPROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings, 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
198 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchecklst.cpp68 return Create( parent, id, pos, size, chs.GetCount(), chs.GetStrings(), style, validator, name );
H A Dchoice.cpp56 parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchoice.cpp52 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dradiobox.cpp104 chs.GetStrings(), majorDim, style, val, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp270 Create( pParent, vId, rPos, rSize, chs.GetCount(), chs.GetStrings(),
H A Dchoice.cpp42 return Create(pParent, vId, rPos, rSize, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp96 chs.GetStrings(), lStyle, rValidator, rsName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Deditlbox.cpp192 void wxEditableListBox::GetStrings(wxArrayString& strings) function in class:wxEditableListBox

Completed in 210 milliseconds

123