Home
last modified time | relevance | path

Searched refs:widgets (Results 1 – 25 of 86) sorted by relevance

1234

/external/autotest/frontend/client/src/autotest/tko/
DWidgetList.java24 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/
DREADME.txt5 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/
Dchameleon_audio_helper.py394 def create_binder(self, *widgets): argument
403 if len(widgets) == 2:
404 return self._create_widget_binder(widgets[0], widgets[1])
406 for index in xrange(len(widgets) - 1):
409 widgets[index], widgets[index + 1]))
/external/pdfium/xfa/fwl/
DREADME.md26 These CFWL widgets are instantiated by and closely related to the CXFA classes
43 Events are originated in the widgets and are then handled by other CFWL_Widget
54 The widgets use IFWL_ThemeProvider for rendering everything, calling
/external/python/cpython2/Doc/library/
Dtix.rst1 :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 …]
Dothergui.rst14 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
Dtkinter.rst34 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 …]
Dttk.rst1 :mod:`ttk` --- Tk themed widgets
44 And then several :mod:`ttk` widgets (:class:`Button`, :class:`Checkbutton`,
47 and :class:`Scrollbar`) will automatically substitute for the Tk widgets.
49 This has the direct benefit of using the new widgets, giving better look & feel
52 widget styling are no longer present in Ttk widgets. Use :class:`ttk.Style` to
57 …`Converting existing applications to use the Tile widgets <http://tktable.sourceforge.net/tile/doc…
59 converting applications to use the new widgets.
65 Ttk comes with 17 widgets, 11 of which already exist in Tkinter:
98 themed widgets and is not supposed to be directly instantiated.
104 All the :mod:`ttk` widgets accept the following options:
[all …]
Dscrolledtext.rst33 The frame which surrounds the text and scroll bar widgets.
/external/python/cpython3/Doc/library/
Dtkinter.tix.rst1 :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 …]
Dothergui.rst15 GTK+ comes with many more widgets than Tkinter provides. An online
43 widgets where ever possible, (GTK+ on Unix-like systems). In addition to
44 an extensive set of widgets, wxPython provides classes for online
51 widgets than Tkinter. In addition, there are many other GUI toolkits for
Dtkinter.rst32 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 the positioning of widgets
[all …]
Dtkinter.ttk.rst1 :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 …]
Dtkinter.scrolledtext.rst31 The frame which surrounds the text and scroll bar widgets.
/external/pdfium/xfa/fxfa/
DREADME.md1 xfa/fxfa contains a set of CXFA_LayoutItems that model forms containing widgets.
32 CXFA_FFField is the base class for widgets. It owns a lower level CFWL widget
/external/pdfium/xfa/fwl/theme/
DREADME.md1 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/
DCodeContext.py62 widgets = self.editwin.text, self.editwin.text_frame
65 for widget in widgets:
70 for widget in widgets:
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h47 std::vector<CPDFSDK_Annot::ObservedPtr>* widgets) const;
49 std::vector<CPDFSDK_Annot::ObservedPtr>* widgets) const;
Dcpdfsdk_interform.cpp151 std::vector<CPDFSDK_Annot::ObservedPtr>* widgets) const { in GetWidgets()
155 GetWidgets(pFormField, widgets); in GetWidgets()
161 std::vector<CPDFSDK_Annot::ObservedPtr>* widgets) const { in GetWidgets()
167 widgets->emplace_back(pWidget); in GetWidgets()
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-06-28-14-56-44.bpo-33974.SA8nNP.rst3 widgets.
/external/python/cpython3/Lib/idlelib/
Dcodecontext.py105 widgets = self.editwin.text, self.editwin.text_frame
109 for widget in widgets:
DNEWS.txt34 bpo-33987: Use ttk Frame for ttk widgets.
42 bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
129 widgets look right, it is important that they look the same for
245 Add new widgets to the widget list.
363 bpo-30781: Use ttk widgets in ConfigDialog pages.
424 positions after the create widgets function.
440 bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
476 so that instances of the latter two can be placed with other widgets
545 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
585 - Issue #27477: IDLE search dialogs now use ttk widgets.
[all …]
/external/python/cpython2/Demo/tkinter/matt/
DREADME24 Message widgets
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro4 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
/external/pdfium/fxjs/
Dcjs_field.cpp268 std::vector<CPDFSDK_Annot::ObservedPtr> widgets; in UpdateFormField() local
269 pInterForm->GetWidgets(pFormField, &widgets); in UpdateFormField()
274 for (auto& pObserved : widgets) { in UpdateFormField()
286 for (auto& pObserved : widgets) { in UpdateFormField()
299 std::vector<CPDFSDK_Annot::ObservedPtr> widgets; in UpdateFormField() local
300 pInterForm->GetWidgets(pFormField, &widgets); in UpdateFormField()
305 for (auto& pObserved : widgets) { in UpdateFormField()
1412 std::vector<CPDFSDK_Annot::ObservedPtr> widgets; in get_page() local
1413 m_pFormFillEnv->GetInterForm()->GetWidgets(pFormField, &widgets); in get_page()
1414 if (widgets.empty()) in get_page()
[all …]

1234