Home
last modified time | relevance | path

Searched refs:dialogs (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython2/Doc/library/
Deasydialogs.rst2 :mod:`EasyDialogs` --- Basic Macintosh dialogs
7 :synopsis: Basic Macintosh dialogs.
11 The :mod:`EasyDialogs` module contains some simple dialogs for the Macintosh.
12 The dialogs get launched in a separate application which appears in the dock and
13 must be clicked on for the dialogs be displayed. All routines take an optional
156 :class:`ProgressBar` objects provide support for modeless progress-bar dialogs.
Dundoc.rst145 :mod:`macresource` helps scripts finding their resources, such as dialogs and
Dtkinter.rst103 Base class for the dialogs defined in the other modules listed here.
106 Common dialogs to allow the user to specify a file to open or save.
115 Basic dialogs and convenience functions.
Didle.rst33 * configuration, browsers, and other dialogs
502 text in popups and dialogs is not user-configurable.
Dframework.rst148 The default methods take care of dispatching events to windows and dialogs,
/external/python/cpython2/Lib/idlelib/
DREADME.txt66 SearchDialogBase.py # Define base for search, replace, and grep dialogs.
67 SearchEngine.py # Define engine for all 3 search dialogs.
75 configDialog.py # Display user configuration dialogs.
151 --- # Next 5 items use SearchEngine; dialogs use SearchDialogBase
DNEWS.txt844 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
1086 - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2140 LinkedList dialogs; in auditDialogs() local
2142 dialogs = new LinkedList(dialogTable.values()); in auditDialogs()
2150 Iterator it = dialogs.iterator(); in auditDialogs()
2300 HashSet<Dialog> dialogs = new HashSet<Dialog>(); in getDialogs() local
2301 dialogs.addAll(this.dialogTable.values()); in getDialogs()
2302 dialogs.addAll(this.earlyDialogTable.values()); in getDialogs()
2303 return dialogs; in getDialogs()
2315 Collection<SIPDialog> dialogs = dialogTable.values(); in getDialogs() local
2316 for (SIPDialog dialog : dialogs) { in getDialogs()
/external/python/cpython3/Lib/idlelib/
DREADME.txt41 configdialog.py # Display user configuration dialogs.
77 searchbase.py # Define base for search, replace, and grep dialogs.
78 searchengine.py # Define engine for all 3 search dialogs.
150 --- # Next 5 items use searchengine; dialogs use searchbase
DNEWS2x.txt341 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
586 - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
DNEWS.txt48 - Issue #27477: IDLE search dialogs now use ttk widgets.
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java42 public Level(int level, DialogEntry dialogs, String title, String time, in Level() argument
45 dialogResources = dialogs; in Level()
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dknobs.rst9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
/external/python/cpython3/Doc/library/
Dtkinter.rst99 Base class for the dialogs defined in the other modules listed here.
102 Common dialogs to allow the user to specify a file to open or save.
111 Basic dialogs and convenience functions.
Didle.rst37 * configuration, browsers, and other dialogs
506 text in popups and dialogs is not user-configurable.
Dtest.rst665 On Windows, it disables Windows Error Reporting dialogs using
Dturtle.rst2417 :meth:`Screen.numinput`. These popup input dialogs and return
/external/libvncserver/webclients/java-applet/ssl/
DREADME46 dialogs quickly. x11vnc has to wait to see if the traffic is VNC or
/external/walt/docs/usage/
DWALT_usage.md49 1. At this stage you will see several USB permission dialogs. Confirm them all by pressing OK. Thi…
/external/python/cpython2/Modules/
DSetup.dist287 # components such as dialogs and buttons using SGI's GL and FM
/external/python/cpython3/Doc/howto/
Dcurses.rst43 or dialogs; if you need such features, consider a user interface library such as
/external/libcups/filter/
Dspec-ppd.shtml964 …er size names that should be grouped together in the Print or Page Setup dialogs. The "name" porti…
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1128 mostly in the dialogs. As a result, IDLE no longer runs with tcl/tk 8.4. It
/external/python/cpython3/Misc/
DNEWS1825 - Issue #27477: IDLE search dialogs now use ttk widgets.
5392 - Issue #23919: Prevents assert dialogs appearing in the test suite.
8500 result of this change is the addition of new native file dialogs when
/external/python/cpython2/Misc/
DHISTORY4489 - EasyDialogs dialogs are now movable-modal, and if the application is
4903 - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
15037 dialogs.

12