Home
last modified time | relevance | path

Searched refs:dialogs (Results 1 – 25 of 59) 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]
Draised_button.dart21 /// on already-raised content such as dialogs or cards.
/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/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.
Ddialog.dart48 // 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/
Dcefclient.rc33 IDS_DIALOGS_HTML BINARY "..\\dialogs.html"
/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/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/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/cupertino/
Dpage_test.dart177 // 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/
DSDLActivity.java821 protected int dialogs = 0; field in SDLActivity
866 showDialog(dialogs++, args); in messageboxShowMessageBox()
/third_party/cups-filters/utils/
Dcups-browsed.conf.in63 # 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

123