/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]
|
D | raised_button.dart | 21 /// on already-raised content such as dialogs or cards.
|
/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/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.
|
D | dialog.dart | 48 // iOS dialogs have a normal display width and another display width that is 274 @Deprecated('Use CupertinoAlertDialog for alert dialogs. Use CupertinoPopupSurface for custom popup… 914 // Defaults to null, and is typically not needed, since most alert dialogs 1277 // from observation of native iOS dialogs.
|
/third_party/cef/tests/cefclient/resources/win/ |
D | cefclient.rc | 33 IDS_DIALOGS_HTML BINARY "..\\dialogs.html"
|
/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/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/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/cupertino/ |
D | page_test.dart | 177 // Fullscreen dialogs transitions vertically only. 197 // Fullscreen dialogs transitions vertically only.
|
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/ |
D | SDLActivity.java | 821 protected int dialogs = 0; field in SDLActivity 866 showDialog(dialogs++, args); in messageboxShowMessageBox()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.conf.in | 63 # This serves for restricting the choice of printers in print dialogs 65 # print dialogs to a more user-friendly amount in large networks with 340 # also recommended if applications/print dialogs which do not support
|