/external/autotest/frontend/client/src/autotest/tko/ |
D | WidgetList.java | 24 private List<T> widgets = new ArrayList<T>(); field in WidgetList 45 widgets.add(widget); in addWidget() 50 widgets.remove(widget); in deleteWidget() 63 return Collections.unmodifiableList(widgets); in getWidgets() 67 widgets.clear(); in clear()
|
/external/python/cpython2/Demo/tix/ |
D | README.txt | 5 pytix (another Python-Tix marriage). Tix widgets are an attractive and 11 2) Tix widgets are represented by classes in Python. Sub-widgets 17 of widgets like ButtonBox, the members are added dynamically.
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_audio_helper.py | 376 def create_binder(self, *widgets): argument 385 if len(widgets) == 2: 386 return self._create_widget_binder(widgets[0], widgets[1]) 388 for index in range(len(widgets) - 1): 391 widgets[index], widgets[index + 1]))
|
/external/angle/src/libANGLE/ |
D | gen_overlay_widgets.py | 329 widgets = layout['widgets'] 334 for widget_properties in widgets: 342 for widget_properties in widgets: 355 widget_ids = [WIDGET_ID_TEMPLATE.format(**widget) for widget in widgets] 356 widget_x_defs = ["PROC(" + widget['name'] + ")" for widget in widgets]
|
D | OverlayWidgets.cpp | 87 TextWidgetData widgets[kMaxRenderableTextWidgets]; member 92 GraphWidgetData widgets[kMaxRenderableGraphWidgets]; member 604 &textWidgets->widgets[widgetCounts[WidgetInternalType::Text]], in fillWidgetData() 605 &graphWidgets->widgets[widgetCounts[WidgetInternalType::Graph]], &widgetCounts); in fillWidgetData()
|
/external/pdfium/xfa/fwl/ |
D | README.md | 24 These CFWL widgets are instantiated by and closely related to the CXFA classes 41 Events are originated in the widgets and are then handled by other CFWL_Widget 52 The widgets use IFWL_ThemeProvider for rendering everything, calling
|
/external/python/cpython2/Doc/library/ |
D | othergui.rst | 14 the C one. It comes with many more widgets than Tkinter provides, and has 36 widgets where ever possible, (GTK+ on Unix-like systems). In addition to 37 an extensive set of widgets, wxPython provides classes for online 46 widgets than Tkinter. In addition, there are many other GUI toolkits for
|
D | tix.rst | 1 :mod:`Tix` --- Extension widgets for Tk 12 of widgets. Although the standard Tk library has many useful widgets, they are 14 widgets that are missing from standard Tk: :class:`HList`, :class:`ComboBox`, 15 :class:`Control` (a.k.a. SpinBox) and an assortment of scrollable widgets. 16 :mod:`Tix` also includes many more widgets that are generally useful in a wide 20 With all these new widgets, you can introduce new interaction techniques into 22 design your application by choosing the most appropriate widgets to match the 68 To use :mod:`Tix`, you must have the :mod:`Tix` widgets installed, usually 69 alongside your installation of the Tk widgets. To test your installation, try 93 demo of all the :mod:`Tix` widgets in the :file:`Demo/tix` directory of the [all …]
|
D | tkinter.rst | 34 Extensive tutorial plus friendlier widget pages for some of the widgets. 260 for subclassing to make "real" widgets (in C++, this is called an 'abstract 281 enforce this, widgets in Tk are named with *pathnames*, just like files in a 353 various forms of the pack command are implemented as methods. All widgets in 382 The Tcl part of the Tk widgets is used to bind certain default behaviors to 383 widgets, and is executed once at the point where the Python :mod:`Tkinter` 426 widgets, the latter are the options that are idiosyncratic to that particular 431 document. Some options don't apply to some kinds of widgets. Whether a given 474 .. index:: single: packing (widgets) 477 are used to specify the relative positioning of the positioning of widgets [all …]
|
/external/pdfium/xfa/fxfa/ |
D | README.md | 1 xfa/fxfa contains a set of CXFA_LayoutItems that model forms containing widgets. 29 CXFA_FFField is the base class for widgets. It owns a lower level CFWL widget
|
/external/python/cpython3/Doc/library/ |
D | othergui.rst | 15 GTK+ comes with many more widgets than Tkinter provides. An online 44 widgets where ever possible, (GTK+ on Unix-like systems). In addition to 45 an extensive set of widgets, wxPython provides classes for online 52 widgets than Tkinter. In addition, there are many other GUI toolkits for
|
D | tkinter.tix.rst | 1 :mod:`tkinter.tix` --- Extension widgets for Tk 20 rich set of widgets. Although the standard Tk library has many useful widgets, 22 commonly needed widgets that are missing from standard Tk: :class:`HList`, 24 scrollable widgets. 25 :mod:`tkinter.tix` also includes many more widgets that are generally useful in 29 With all these new widgets, you can introduce new interaction techniques into 31 design your application by choosing the most appropriate widgets to match the 71 To use :mod:`tkinter.tix`, you must have the Tix widgets installed, usually 72 alongside your installation of the Tk widgets. To test your installation, try 154 widgets inside a LabelFrame widget, one creates the new widgets relative to the [all …]
|
D | tkinter.rst | 32 Extensive tutorial plus friendlier widget pages for some of the widgets. 247 for subclassing to make "real" widgets (in C++, this is called an 'abstract 270 enforce this, widgets in Tk are named with *pathnames*, just like files in a 342 various forms of the pack command are implemented as methods. All widgets in 372 The Tcl part of the Tk widgets is used to bind certain default behaviors to 373 widgets, and is executed once at the point where the Python :mod:`tkinter` 416 widgets, the latter are the options that are idiosyncratic to that particular 421 document. Some options don't apply to some kinds of widgets. Whether a given 464 .. index:: single: packing (widgets) 467 are used to specify the relative positioning of widgets within their container - [all …]
|
D | tkinter.ttk.rst | 1 :mod:`tkinter.ttk` --- Tk themed widgets 40 To override the basic Tk widgets, the import should follow the Tk import:: 45 That code causes several :mod:`tkinter.ttk` widgets (:class:`Button`, 49 automatically replace the Tk widgets. 51 This has the direct benefit of using the new widgets which gives a better 52 look and feel across platforms; however, the replacement widgets are not 55 longer present in Ttk widgets. Instead, use the :class:`ttk.Style` class 61 …`Converting existing applications to use Tile widgets <http://tktable.sourceforge.net/tile/doc/con… 63 encountered when moving applications to use the new widgets. 69 Ttk comes with 18 widgets, twelve of which already existed in tkinter: [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | OverlayCull.comp | 6 // OverlayCull.comp: Cull overlay widgets. A maximum of 32 text widgets and 32 graph widgets is 143 // size, either all widgets and graphs are processed simultaneously (subgroup size 64) or
|
D | OverlayDraw.comp | 6 // OverlayDraw.comp: Draw overlay widgets. A maximum of 32 text widgets and 32 graph widgets is 185 // Loop through possible graph widgets that can intersect with this block. 226 // Loop through possible text widgets that can intersect with this block.
|
/external/pdfium/xfa/fwl/theme/ |
D | README.md | 1 xfa/fwl/theme contains code for rendering XFA widgets. 27 DrawBackground() calls from CFWL widgets to draw themselves and routes them to
|
/external/python/cpython2/Lib/idlelib/ |
D | CodeContext.py | 62 widgets = self.editwin.text, self.editwin.text_frame 65 for widget in widgets: 70 for widget in widgets:
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.h | 42 std::vector<ObservedPtr<CPDFSDK_Annot>>* widgets) const; 44 std::vector<ObservedPtr<CPDFSDK_Annot>>* widgets) const;
|
D | cpdfsdk_interactiveform.cpp | 157 std::vector<ObservedPtr<CPDFSDK_Annot>>* widgets) const { in GetWidgets() 162 GetWidgets(pFormField, widgets); in GetWidgets() 168 std::vector<ObservedPtr<CPDFSDK_Annot>>* widgets) const { in GetWidgets() 174 widgets->emplace_back(pWidget); in GetWidgets()
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-06-28-14-56-44.bpo-33974.SA8nNP.rst | 3 widgets.
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | README | 24 Message widgets
|
/external/python/cpython3/Lib/idlelib/ |
D | codecontext.py | 103 widgets = self.editwin.text, self.editwin.text_frame 107 for widget in widgets:
|
/external/oboe/samples/drumthumper/ |
D | README.md | 7 **DrumThumper** consists of a set of trigger pad widgets and an optional UI for controlling the lev… 62 An Android View subclass which implements the "trigger pad" UI widgets
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.pro | 4 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|