Lines Matching refs:list
169 // Get list of devices.
304 // Select from a list.
305 SaneFixedBox list = new SaneFixedBox(
307 addLabeledOption(group, title, list, c);
308 addControl(list);
328 // Select from a list.
329 SaneIntBox list = new SaneIntBox(
331 addLabeledOption(group, title, list, c);
332 addControl(list);
341 // Make a list.
342 SaneStringBox list = new SaneStringBox(
344 addLabeledOption(group, title, list, c);
345 addControl(list);
915 * A combo-box for showing a list of items.
955 * A list of strings.
973 // Let's get the whole list.
978 removeAllItems(); // Clear list.
979 // Go through list from option.
1003 * A list of integers.
1021 // Let's get the whole list.
1026 removeAllItems(); // Clear list.
1027 // Go through list from option.
1057 * A list of fixed-point floating point numbers.
1075 // Let's get the whole list.
1080 removeAllItems(); // Clear list.
1081 // Go through list from option.