• 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 defs:ComboBox

2  * ComboBox.c - Das schon lange schmerzlich vermisste Combo-Box-
27 * liste der ComboBox-Klasse auf. Allerdings stehen keine
33 * False, falls die ComboBox nicht editierbar ist.
410 * Funktions-Prototypen fuer die 'Methoden' des ComboBox-Widgets. Diese
412 * ComboBox sich wie ein anstaendiges Widget verhaelt.
512 "Alt<Key>osfDown: ComboBox-Manager(show-hide-list) \n\
513 Meta<Key>osfDown: ComboBox-Manager(show-hide-list) \n\
514 Alt<Key>osfUp: ComboBox-Manager(hide-list) \n\
515 Meta<Key>osfUp: ComboBox-Manager(hide-list) \n\
516 <Key>osfUp: ComboBox-Manager(up) \n\
517 <Key>osfDown: ComboBox-Manager(down) \n\
518 <Key>osfPageUp: ComboBox-Manager(page-up) \n\
519 <Key>osfPageDown: ComboBox-Manager(page-down) \n\
520 <Key>osfCancel: ComboBox-Manager(cancel) \n\
521 <Key>Return: ComboBox-Manager(activate) activate()"
530 "<Key>osfDelete: ComboBox-Manager(wipe-out) \n\
531 <Key>osfBeginLine: ComboBox-Manager(top) \n\
532 <Key>osfEndLine: ComboBox-Manager(bottom) "
542 "<Btn2Down>: ComboBox-Manager(no-operation) ";
545 "<Key>osfPageUp: ComboBox-Manager(page-up) \n\
546 <Key>osfPageDown: ComboBox-Manager(page-down) ";
553 * ein Hinweis in eigener Sache... der ComboBox-Manager muss applikationsweit
562 { "ComboBox-Manager", CBoxManager },
639 * ComboBox zu halten.
867 * Liste auch wirklich immer direkt ueber der ComboBox innerhalb des
885 * Hier beim ComboBox-Widget ist die Aufgabe ziemlich einfach: es
887 * halb des ComboBox-Widgets zu plazieren. Seit allerdings noch das
909 * In Abhaengigkeit davon, ob die ComboBox editierbar ist und ob das
1035 * Die Groesse des ComboBox-Widgets hat sich veraendert und deshalb
1140 * scheinen...sie sind erforderlich, damit die ComboBox auch mit unter-
1637 * w Her Royal Majesty ComboBox
1880 * Hier laeuft das Tastatur-Management fuer die ComboBox zusammen.
1882 * ComboBox-Widget zu ermitteln. Er muss daher die ID eines direkten
1883 * Kinds der ComboBox enthalten!
1993 * Wenn es erlaubt ist, dass auch einmal kein Eintrag in einer ComboBox
2026 * ComboBox handelt, dann gib' dem Eingabefeld den Tastaturfokus.
2184 * Dieser Callback wird immer dann aufgerufen, wenn in einer ComboBox
2224 * Dieser Callback wird immer dann aufgerufen, wenn in einer ComboBox
2888 * der ComboBox.
3226 #define ComboBox ((XmComboBoxWidget) w)
3244 if ( ComboBox->combobox.Sorted )
3245 pos = FindSortedItemPos(ComboBox, item);
3252 SetSelectionPos(ComboBox, OldIndex, False);
3267 SetSelectionPos(ComboBox, OldIndex, False);
3302 if ( pos == OldIndex ) UpdateComboBox(ComboBox, pos, True);
3318 UpdateComboBox(ComboBox, 0, True);
3329 UpdateComboBox(ComboBox, XmComboBoxGetSelectedPos(w), False);
3339 UpdateComboBox(ComboBox, OldIndex, False);
3369 index = SetSelectionPos(ComboBox, pos, notify);
3370 if ( index ) TransferToEditCtrl(ComboBox, index, False);
3384 index = SetSelectionPos(ComboBox, XmComboBoxGetSelectedPos(w), False);
3385 if ( index ) TransferToEditCtrl(ComboBox, index, False);
3543 TransferToEditCtrl(ComboBox, 0, True);
3544 CallSelectionCBL(ComboBox, NULL);
3571 /* Ende von ComboBox.c */