Home
last modified time | relevance | path

Searched refs:listbox (Results 1 – 25 of 2502) sorted by relevance

12345678910>>...101

/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dlistbox.c41 if ((listbox->status!=1) && !listbox->moved ) in ui_draw_listbox()
162 listbox->old_first_item = listbox->first_item; in ui_listbox_do()
174 listbox->old_first_item = listbox->first_item; in ui_listbox_do()
186 listbox->current_item = listbox->first_item; in ui_listbox_do()
188 if (listbox->current_item>(listbox->first_item+listbox->num_items_displayed-1)) in ui_listbox_do()
189 listbox->current_item = listbox->first_item + listbox->num_items_displayed-1; in ui_listbox_do()
222 listbox->current_item=listbox->num_items-1; in ui_listbox_do()
248 if (listbox->current_item>=(listbox->first_item+listbox->num_items_displayed)) in ui_listbox_do()
249 listbox->first_item = listbox->current_item-listbox->num_items_displayed+1; in ui_listbox_do()
317 if (listbox->current_item>=(listbox->first_item+listbox->num_items_displayed)) in ui_listbox_do()
[all …]
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dlistbox.c121 listbox->pos.x + listbox->w - in update_button_positions()
123 listbox->pos.y + listbox->h / 2.0 + in update_button_positions()
129 listbox->pos.x + listbox->w - in update_button_positions()
131 listbox->pos.y + listbox->h / 2.0 - in update_button_positions()
164 listbox->item_change_cb( listbox, listbox->item_change_cb_userdata ); in listbox_arrow_click_cb()
237 listbox->pos.x + listbox->w - listbox->arrow_width, in listbox_draw()
238 listbox->pos.y + listbox->h ); in listbox_draw()
243 listbox->pos.y + listbox->border_width, in listbox_draw()
244 listbox->pos.x + listbox->w - listbox->border_width - in listbox_draw()
246 listbox->pos.y + listbox->h - listbox->border_width ); in listbox_draw()
[all …]
/dports/x11-toolkits/py-tktreectrl/TkinterTreectrl-2.0.2/demo/
H A Dfancy_multilistbox.py32 m.listbox.column_configure(m.listbox.column(0), itembackground=colors)
33 m.listbox.column_configure(m.listbox.column(1), itembackground=colors)
34 m.listbox.column_configure(m.listbox.column(2), itembackground=colors)
51 m.listbox.style_elements(icon_style, m.listbox.element('select'), el_image, m.listbox.element('text…
54 m.listbox.style_layout(icon_style, m.listbox.element('select'),
83 i1, i2 = m.listbox.index(item=item1), m.listbox.index(item=item2)
137 m.listbox.bindtags((m.listbox, 'TreeCtrlFileList', 'TreeCtrl', m.listbox.winfo_toplevel(), 'all'))
140 setsensitive = [(m.listbox.column(i), m.listbox.style(i),
143 m.listbox.set_editable((m.listbox.column(2), m.listbox.style(2), m.listbox.element('text')))
178 m.listbox.itemelement_config(event.item, m.listbox.column(2),
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dlistbox.cpp65 listbox->Clear(); in ListBox_Clear()
106 listbox->Clear(); in ListBox_FillDirList()
143 listbox->Clear(); in ListBox_FillSaveGameList()
150 listbox->SavedGameIndex[listbox->ItemCount - 1] = slot; in ListBox_FillSaveGameList()
171 x = (x - listbox->X) - _GP(guis)[listbox->ParentId].X; in ListBox_GetItemAtLocation()
172 y = (y - listbox->Y) - _GP(guis)[listbox->ParentId].Y; in ListBox_GetItemAtLocation()
217 return listbox->Font; in ListBox_GetFont()
312 if ((listbox->SelectedItem < 0) || (listbox->SelectedItem >= listbox->ItemCount)) in ListBox_GetSelectedIndex()
354 if (listbox->TopItem + listbox->VisibleItemCount < listbox->ItemCount) { in ListBox_ScrollDown()
355 listbox->TopItem++; in ListBox_ScrollDown()
[all …]
H A Dlistbox.h34 void ListBox_Clear(GUIListBox *listbox);
37 int ListBox_FillSaveGameList(GUIListBox *listbox);
40 const char *ListBox_GetItems(GUIListBox *listbox, int index);
43 int ListBox_GetItemCount(GUIListBox *listbox);
44 int ListBox_GetFont(GUIListBox *listbox);
46 int ListBox_GetHideBorder(GUIListBox *listbox);
50 int ListBox_GetSelectedIndex(GUIListBox *listbox);
52 int ListBox_GetTopItem(GUIListBox *listbox);
54 int ListBox_GetRowCount(GUIListBox *listbox);
55 void ListBox_ScrollDown(GUIListBox *listbox);
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dlistbox.cpp51 listbox->Clear(); in ListBox_Clear()
67 listbox->Clear(); in ListBox_FillDirList()
93 listbox->Clear(); in ListBox_FillSaveGameList()
131 listbox->items[kk] = listbox->items[kk+1]; in ListBox_FillSaveGameList()
134 listbox->saveGameIndex[kk] = listbox->saveGameIndex[kk+1]; in ListBox_FillSaveGameList()
161 x = (x - listbox->x) - guis[listbox->guin].X; in ListBox_GetItemAtLocation()
162 y = (y - listbox->y) - guis[listbox->guin].Y; in ListBox_GetItemAtLocation()
164 if ((x < 0) || (y < 0) || (x >= listbox->wid) || (y >= listbox->hit)) in ListBox_GetItemAtLocation()
209 return listbox->font; in ListBox_GetFont()
247 if ((listbox->selected < 0) || (listbox->selected >= listbox->numItems)) in ListBox_GetSelectedIndex()
[all …]
H A Dlistbox.h25 void ListBox_Clear(GUIListBox *listbox);
28 int ListBox_FillSaveGameList(GUIListBox *listbox);
34 int ListBox_GetItemCount(GUIListBox *listbox);
35 int ListBox_GetFont(GUIListBox *listbox);
37 int ListBox_GetHideBorder(GUIListBox *listbox);
39 int ListBox_GetHideScrollArrows(GUIListBox *listbox);
41 int ListBox_GetSelectedIndex(GUIListBox *listbox);
43 int ListBox_GetTopItem(GUIListBox *listbox);
45 int ListBox_GetRowCount(GUIListBox *listbox);
46 void ListBox_ScrollDown(GUIListBox *listbox);
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/ui/
H A Dlistbox.cpp53 if ((listbox.status!=1) && !listbox.moved) in ui_draw_listbox()
60 w = listbox.width; in ui_draw_listbox()
61 h = listbox.height; in ui_draw_listbox()
67 stop = listbox.first_item+listbox.num_items_displayed; in ui_draw_listbox()
68 if (stop>listbox.num_items) stop = listbox.num_items; in ui_draw_listbox()
81 …if (listbox.current_item == -1 && dlg.keyboard_focus_gadget == &listbox && i == listbox.first_item) in ui_draw_listbox()
100 gr_rect(canvas, x, y, listbox.width - 1, listbox.height-1, CBLACK); in ui_draw_listbox()
127 listbox->width = w; in ui_add_gadget_listbox()
139 listbox->scrollbar->parent = listbox.get(); in ui_add_gadget_listbox()
140 return listbox; in ui_add_gadget_listbox()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DScrolledList.py15 self.listbox = listbox = Listbox(frame, exportselection=0,
18 listbox.configure(options)
19 listbox.pack(expand=1, fill="both")
21 vbar["command"] = listbox.yview
40 self.listbox.delete(0, "end")
51 return self.listbox.get(index)
89 self.listbox.bell()
102 self.listbox.bell()
109 self.listbox.focus_set()
110 self.listbox.activate(index)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DScrolledList.py15 self.listbox = listbox = Listbox(frame, exportselection=0,
18 listbox.configure(options)
19 listbox.pack(expand=1, fill="both")
21 vbar["command"] = listbox.yview
40 self.listbox.delete(0, "end")
51 return self.listbox.get(index)
89 self.listbox.bell()
102 self.listbox.bell()
109 self.listbox.focus_set()
110 self.listbox.activate(index)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dscrolledlist.py18 self.listbox = listbox = Listbox(frame, exportselection=0,
21 listbox.configure(options)
22 listbox.pack(expand=1, fill="both")
24 vbar["command"] = listbox.yview
43 self.listbox.delete(0, "end")
54 return self.listbox.get(index)
93 self.listbox.bell()
106 self.listbox.bell()
113 self.listbox.focus_set()
114 self.listbox.activate(index)
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/core/
H A Dlistbox.cpp67 PARAMS1(GUIListBox *, listbox); in Clear()
68 AGS3::ListBox_Clear(listbox); in Clear()
77 PARAMS1(GUIListBox *, listbox); in FillSaveGameList()
102 PARAMS1(GUIListBox *, listbox); in ScrollDown()
107 PARAMS1(GUIListBox *, listbox); in ScrollUp()
117 PARAMS1(GUIListBox *, listbox); in GetFont()
127 PARAMS1(GUIListBox *, listbox); in GetHideBorder()
137 PARAMS1(GUIListBox *, listbox); in GetHideScrollArrows()
147 PARAMS1(GUIListBox *, listbox); in GetItemCount()
157 PARAMS1(GUIListBox *, listbox); in GetRowCount()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dlistbox.test62 listbox .l
122 listbox .l
132 listbox .l
187 listbox .l2
279 listbox .l2
1338 listbox .l
1762 test listbox-20.1 {listbox vs hidden commands} {
1996 listbox .l
2127 test listbox-28.1 {listbox -activestyle} {
2137 test listbox-28.2-win {listbox -activestyle} {win} {
[all …]
/dports/mail/p5-Mail-ListDetector/Mail-ListDetector-1.04/t/
H A D15_listbox.t35 Received: from umbrella.listbox.com (umbrella.listbox.com
37 for <sample@v2.listbox.com@fast.exploders.listbox.com>;
47 To: sample@v2.listbox.com
50 Sender: owner-sample@v2.listbox.com
52 Reply-To: sample@v2.listbox.com
53 List-Id: <sample@v2.listbox.com>
54 List-Software: listbox.com v2.0
55 List-Help: <http://v2.listbox.com/help?list_name=sample@v2.listbox.com>
57 <http://v2.listbox.com/subscribe/?listname=sample@v2.listbox.com>
59 <http://v2.listbox.com/member/unsubscribe/?listname=sample@v2.listbox.com>
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_listbox.mm24 CocoaListBox *listbox;
31 assert(listbox);
39 if ([listbox window]) {
40 [[listbox window] makeFirstResponder:listbox];
50 [listbox deselectAll:listbox];
99 CocoaListBox *listbox;
106 assert(listbox);
114 if ([[listbox window] firstResponder] == listbox)
160 CocoaListBox *listbox;
167 assert(listbox);
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_listbox.mm24 CocoaListBox *listbox;
31 assert(listbox);
39 if ([listbox window]) {
40 [[listbox window] makeFirstResponder:listbox];
50 [listbox deselectAll:listbox];
99 CocoaListBox *listbox;
106 assert(listbox);
114 if ([[listbox window] firstResponder] == listbox)
160 CocoaListBox *listbox;
167 assert(listbox);
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_listbox.mm24 CocoaListBox *listbox;
31 assert(listbox);
39 if ([listbox window]) {
40 [[listbox window] makeFirstResponder:listbox];
50 [listbox deselectAll:listbox];
99 CocoaListBox *listbox;
106 assert(listbox);
114 if ([[listbox window] firstResponder] == listbox)
160 CocoaListBox *listbox;
167 assert(listbox);
[all …]

12345678910>>...101