• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/

Lines Matching refs:ListBox

1782     Widget ListBox = w->combobox.ListCtrl;
1786 XtVaGetValues(ListBox, XmNitemCount, &ItemCount,
1794 XmListSetPos(ListBox, Index);
1796 XmListSetBottomPos(ListBox, Index);
1797 XmListSelectPos(ListBox, Index, Notify);
1813 Widget ListBox = w->combobox.ListCtrl;
1817 XtVaGetValues(ListBox, XmNitems, &Items, NULL);
1889 Widget ListBox;
1906 ListBox = cbw->combobox.ListCtrl;
1928 XtVaGetValues(ListBox, XmNitemCount, &ItemCount,
1930 if ( XmListGetSelectedPos(ListBox,
1959 XtVaGetValues(ListBox, XmNitemCount, &ItemCount, NULL);
1961 if ( XmListGetSelectedPos(ListBox,
2113 Widget ListBox = cbw->combobox.ListCtrl;
2145 XtVaGetValues(ListBox, XmNitemCount, &ItemCount,
2150 if ( XmListGetSelectedPos(ListBox,
3134 Widget ListBox = w->combobox.ListCtrl;
3141 XtVaGetValues(ListBox, XmNitems, &Items,
3224 #define ListBox (((XmComboBoxWidget) w)->combobox.ListCtrl)
3246 XmListAddItem(ListBox, item, pos);
3264 XmListAddItems(ListBox, items, item_count, pos);
3271 { XmListAddItemUnselected(ListBox, item, pos); }
3281 int Index = XmListItemPos(ListBox, item);
3301 XmListDeletePos(ListBox, pos);
3317 XmListDeleteAllItems(ListBox);
3328 XmListReplaceItems(ListBox, old_items, item_count, new_items);
3337 XmListReplaceItemsPos(ListBox, new_items, item_count, position);
3345 return XmListItemExists(ListBox, item);
3351 return XmListItemPos(ListBox, item);
3357 return XmListGetMatchPos(ListBox, item, pos_list, pos_count);
3383 XmListSelectItem(ListBox, item, notify);
3389 * Geaendert gegenueber dem ListBox-Pendant! Da in einer Combo-Box die
3400 if ( XmListGetSelectedPos(ListBox,