Home
last modified time | relevance | path

Searched refs:Dialog (Results 1 – 25 of 45) sorted by relevance

12

/third_party/python/Lib/msilib/
Dschema.py183 Dialog = Table('Dialog') variable
184 Dialog.add_field(1,'Dialog',11592)
185 Dialog.add_field(2,'HCentering',1282)
186 Dialog.add_field(3,'VCentering',1282)
187 Dialog.add_field(4,'Width',1282)
188 Dialog.add_field(5,'Height',1282)
189 Dialog.add_field(6,'Attributes',4356)
190 Dialog.add_field(7,'Title',8064)
191 Dialog.add_field(8,'Control_First',3378)
192 Dialog.add_field(9,'Control_Default',7474)
[all …]
/third_party/libphonenumber/resources/carrier/en/
D94.txt18 9474|Dialog
20 9476|Dialog
21 9477|Dialog
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java12 import java.awt.Dialog;
22 public class InfoDialog extends Dialog {
29 protected Dialog me;
/third_party/python/Doc/library/
Ddialog.rst26 .. class:: Dialog(parent, title=None)
47 :synopsis: Dialog classes for file selection
207 :mod:`tkinter.commondialog` --- Dialog window templates
218 The :mod:`tkinter.commondialog` module provides the :class:`Dialog` class that
221 .. class:: Dialog(master=None, **options)
225 Render the Dialog window.
Dtkinter.colorchooser.rst15 the :class:`~tkinter.commondialog.Dialog` class.
Dmsilib.rst88 e.g. ``'Feature'``, ``'File'``, ``'Component'``, ``'Dialog'``, ``'Control'``,
481 .. class:: Dialog(db, name, x, y, w, h, attr, title, first, default, cancel)
483 Return a new :class:`Dialog` object. An entry in the ``Dialog`` table is made,
529 `Dialog Table <https://msdn.microsoft.com/en-us/library/windows/desktop/aa368286.aspx>`_
/third_party/python/Lib/tkinter/
Dcolorchooser.py12 from tkinter.commondialog import Dialog
17 class Chooser(Dialog):
Ddialog.py10 class Dialog(Widget): class
28 d = Dialog(None, {'title': 'File Modified',
Dmessagebox.py25 from tkinter.commondialog import Dialog
61 class Message(Dialog):
Dsimpledialog.py89 class Dialog(Toplevel): class
270 class _QueryDialog(Dialog):
283 Dialog.__init__(self, parent, title)
287 Dialog.destroy(self)
Dfiledialog.py25 from tkinter.dialog import Dialog
259 d = Dialog(self.top,
304 class _Dialog(commondialog.Dialog):
359 class Directory(commondialog.Dialog):
Dcommondialog.py16 class Dialog: class
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_simpledialog.py5 from tkinter.simpledialog import Dialog, askinteger
19 with swap_attr(Dialog, 'wait_window', mock_wait_window):
Dtest_messagebox.py5 from tkinter.commondialog import Dialog
20 with swap_attr(Dialog, '_test_callback', test_callback):
Dtest_colorchooser.py7 from tkinter.commondialog import Dialog
51 with swap_attr(Dialog, '_test_callback', test_callback):
/third_party/python/Lib/distutils/command/
Dbdist_msi.py19 from msilib import Directory, Feature, Dialog, add_data
21 class PyDialog(Dialog):
28 Dialog.__init__(self, *args)
528 error = Dialog(db, "ErrorDlg",
545 cancel = Dialog(db, "CancelDlg", 50, 10, 260, 85, 3, title,
559 costing = Dialog(db, "WaitForCostingDlg", 50, 10, 260, 85, modal, title,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc93 // Dialog
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.rc94 // Dialog
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVulkan.rc96 // Dialog
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL.rc93 // Dialog
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.rc104 // Dialog
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
Dmakefile42 $O\Dialog.obj \
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
Dmakefile53 $O\Dialog.obj \
/third_party/lame/ACM/
Dacm.rc107 // Dialog
/third_party/python/Tools/unittestgui/
Dunittestgui.py206 class DiscoverSettingsDialog(simpledialog.Dialog):
220 simpledialog.Dialog.__init__(self, master, title="Discover Settings",

12