Home
last modified time | relevance | path

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

123

/third_party/python/Doc/library/
Ddialog.rst4 :mod:`tkinter.simpledialog` --- Standard Tkinter input dialogs
16 functions for creating simple modal dialogs to get a value from the user.
23 The above three functions provide dialogs that prompt the user to enter a value
28 The base class for custom dialogs.
42 :mod:`tkinter.filedialog` --- File selection dialogs
74 | *defaultextension* - default extension to append to file (save dialogs)
212 :synopsis: Tkinter base class for dialogs
219 is the base class for dialogs defined in other supporting modules.
Dtkinter.messagebox.rst6 :synopsis: Various types of alert dialogs
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddialog.dart29 /// dialogs.
33 /// * [AlertDialog], for dialogs that have a message and some buttons.
34 /// * [SimpleDialog], for dialogs that offer a variety of options.
36 /// * <https://material.io/design/components/dialogs.html>
146 /// For dialogs that offer the user a choice between several options, consider
194 /// * <https://material.io/design/components/dialogs.html#alert-dialog>
405 /// dialogs, such as [AlertDialog]s.
406 /// * <https://material.io/design/components/dialogs.html#simple-dialog>
449 /// For dialogs that inform the user about a situation, consider using an
503 /// * [AlertDialog], for dialogs that have a row of buttons below the body.
[all …]
Dflat_button.dart19 /// Use flat buttons on toolbars, in dialogs, or inline with other content but
23 /// dialogs and cards, they should be grouped together in one of the bottom
Dback_button.dart102 /// Use a [CloseButton] instead of a [BackButton] on fullscreen dialogs or
Dtext_theme.dart141 /// Used for large text in dialogs (e.g., the month and year in the dialog
145 /// Used for the primary text in app bars and dialogs (e.g., [AppBar.title]
/third_party/python/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
DNEWS.txt23 IDLE dialog windows as dialogs.
219 run dialogs.
224 bpo-37177: Properly attach search dialogs to their main window so
225 that they behave like other dialogs and do not get hidden behind
380 bpo-34120: Fix freezing after closing some dialogs on Mac.
563 This affects all dialogs. Patch by Serhiy Storchaka.
841 - Issue #27477: IDLE search dialogs now use ttk widgets.
/third_party/ffmpeg/libavcodec/
Dass_split.h94 ASSDialog *dialogs; /**< array of split out dialogs */ member
Dass_split.c124 .offset = offsetof(ASS, dialogs),
426 dialog = ctx->ass.dialogs + count; in ff_ass_split_dialog()
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
DREADME17 programmer simply makes the dialogs non-resizable. When such a
26 Many labels in dialogs are truncated.
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dicons.dart28 static const IconData dialogs = IconData(0xe912, fontFamily: 'GalleryIcons');
Ddemos.dart254 icon: GalleryIcons.dialogs,
470 icon: GalleryIcons.dialogs,
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dpages.dart22 /// iOS, dialogs transitions animate differently and are also not closeable
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dcolors.dart75 /// table view cells and dialogs.
Droute.dart77 /// effect for fullscreen dialogs.
229 // Fullscreen dialogs aren't dismissible by back swipe.
416 /// An iOS-style transition used for summoning fullscreen dialogs.
421 /// Creates an iOS-style transition used for summoning fullscreen dialogs.
/third_party/cef/tests/cefclient/resources/win/
Dcefclient.rc33 IDS_DIALOGS_HTML BINARY "..\\dialogs.html"
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po2859 "There are opened filter run dialogs, close them before you can modify "
3036 #: ../app/dialogs.c:52 ../app/paginate_psprint.c:314 ../glade/property.c:5150
3392 #: ../src/mailbox-node.c:1005 ../mail/mail-dialogs.glade.h:22
3397 #: ../src/mailbox-node.c:1007 ../mail/mail-dialogs.glade.h:24
4128 #: ../gnome/applet/applet.c:356 ../pan/dialogs/dialog-about.c:86
4226 #: ../app/dialogs/offset-dialog.c:215 ../plug-ins/common/papertile.c:349
5257 #: ../src/print.c:1645 ../app/actions/dialogs-actions.c:150
6157 #: ../src/toolbar-factory.c:82 ../app/dialogs/user-install-dialog.c:618
6411 #: ../app/dialogs/dialogs.c:190 ../app/pdb/internal_procs.c:210
15380 #: ../app/dialogs/module-dialog.c:477 ../objects/UML/class_dialog.c:2050
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dlabel_and_value.dart43 /// example in popup dialogs, such as the alert dialog. The text of the
/third_party/mesa3d/docs/drivers/openswr/
Dknobs.rst9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dfull_screen_dialog_demo.dart11 // https://material.io/design/components/dialogs.html#full-screen-dialog
Dbuttons_demo.dart16 'but does not lift. Use flat buttons on toolbars, in dialogs and '
/third_party/flutter/flutter/packages/flutter/test/material/
Dpage_test.dart174 // Fullscreen dialogs transitions vertically only.
194 // Fullscreen dialogs transitions vertically only.
350 testWidgets('test no back gesture on iOS fullscreen dialogs', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dpage_test.dart177 // Fullscreen dialogs transitions vertically only.
197 // Fullscreen dialogs transitions vertically only.
/third_party/boost/libs/test/doc/
Dusage_recommendations.qbk125 to all test modules invocations. Otherwise test program may produce unwanted dialogs (depends on co…

123