Searched refs:ListBox (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DAutoComplete.h23 ListBox *lb;
H A DAutoComplete.cxx29 lb = ListBox::Allocate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h394 class ListBox : public Window { class in inherits:Window
396 ListBox();
397 virtual ~ListBox();
398 static ListBox *Allocate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c1782 Widget ListBox = w->combobox.ListCtrl; local
1786 XtVaGetValues(ListBox, XmNitemCount, &ItemCount,
1794 XmListSetPos(ListBox, Index);
1796 XmListSetBottomPos(ListBox, Index);
1797 XmListSelectPos(ListBox, Index, Notify);
1813 Widget ListBox = w->combobox.ListCtrl; local
1817 XtVaGetValues(ListBox, XmNitems, &Items, NULL);
1889 Widget ListBox; local
1906 ListBox = cbw->combobox.ListCtrl;
1928 XtVaGetValues(ListBox, XmNitemCoun
2113 Widget ListBox = cbw->combobox.ListCtrl; local
3134 Widget ListBox = w->combobox.ListCtrl; local
3224 #define ListBox macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp733 // Helper classes for ListBox
1085 class ListBoxImpl : public ListBox {
1333 ListBox::ListBox() { function in class:ListBox
1336 ListBox::~ListBox() {
1339 ListBox *ListBox::Allocate() {

Completed in 49 milliseconds