Searched refs:dialogs (Results 1 – 25 of 58) sorted by relevance
123
/third_party/python/Doc/library/ |
D | dialog.rst | 4 :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.
|
D | tkinter.messagebox.rst | 6 :synopsis: Various types of alert dialogs
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | dialog.dart | 29 /// 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 …]
|
D | flat_button.dart | 19 /// 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
|
D | back_button.dart | 102 /// Use a [CloseButton] instead of a [BackButton] on fullscreen dialogs or
|
D | text_theme.dart | 141 /// 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/ |
D | README.txt | 41 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
|
D | NEWS.txt | 23 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/ |
D | ass_split.h | 94 ASSDialog *dialogs; /**< array of split out dialogs */ member
|
D | ass_split.c | 124 .offset = offsetof(ASS, dialogs), 426 dialog = ctx->ass.dialogs + count; in ff_ass_split_dialog()
|
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/ |
D | README | 17 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/ |
D | icons.dart | 28 static const IconData dialogs = IconData(0xe912, fontFamily: 'GalleryIcons');
|
D | demos.dart | 254 icon: GalleryIcons.dialogs, 470 icon: GalleryIcons.dialogs,
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | pages.dart | 22 /// iOS, dialogs transitions animate differently and are also not closeable
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | colors.dart | 75 /// table view cells and dialogs.
|
D | route.dart | 77 /// 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/ |
D | cefclient.rc | 33 IDS_DIALOGS_HTML BINARY "..\\dialogs.html"
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 2859 "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/ |
D | label_and_value.dart | 43 /// example in popup dialogs, such as the alert dialog. The text of the
|
/third_party/mesa3d/docs/drivers/openswr/ |
D | knobs.rst | 9 Use dialogs when asserts fire. Asserts are only enabled in debug builds
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | full_screen_dialog_demo.dart | 11 // https://material.io/design/components/dialogs.html#full-screen-dialog
|
D | buttons_demo.dart | 16 'but does not lift. Use flat buttons on toolbars, in dialogs and '
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | page_test.dart | 174 // 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/ |
D | page_test.dart | 177 // Fullscreen dialogs transitions vertically only. 197 // Fullscreen dialogs transitions vertically only.
|
/third_party/boost/libs/test/doc/ |
D | usage_recommendations.qbk | 125 to all test modules invocations. Otherwise test program may produce unwanted dialogs (depends on co…
|
123