Home
last modified time | relevance | path

Searched refs:tooltip (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/python/Lib/idlelib/idle_test/
Dtest_tooltip.py8 from idlelib.tooltip import TooltipBase, Hovertip
64 tooltip = TooltipBase(button)
65 tooltip.showtip()
72 def is_tipwindow_shown(self, tooltip): argument
73 return tooltip.tipwindow and tooltip.tipwindow.winfo_viewable()
76 tooltip = Hovertip(self.button, 'ToolTip text')
77 self.addCleanup(tooltip.hidetip)
78 self.assertFalse(self.is_tipwindow_shown(tooltip))
79 tooltip.showtip()
80 self.assertTrue(self.is_tipwindow_shown(tooltip))
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtooltip.dart17 /// A material design tooltip.
27 /// [PopupMenuButton] have a `tooltip` property that, when non-null, causes the
39 /// Creates a tooltip.
66 /// The text to display in the tooltip.
69 /// The height of the tooltip's [child].
71 /// If the [child] is null, then this is the tooltip's intrinsic height.
74 /// The amount of space by which to inset the tooltip's [child].
79 /// The empty space that surrounds the tooltip.
81 /// Defines the tooltip's outer [Container.margin]. By default, a
82 /// long tooltip will span the width of its window. If long enough,
[all …]
Dtooltip_theme.dart25 /// tooltip theme.
50 /// The vertical gap between the widget and the displayed tooltip.
59 /// Whether the tooltip is displayed below its widget by default.
61 /// If there is insufficient space to display the tooltip in the preferred
62 /// direction, the tooltip will be displayed in the opposite direction.
65 /// Whether the tooltip's [message] should be excluded from the semantics
79 /// The length of time that a pointer must hover over a tooltip's widget
80 /// before the tooltip will be shown.
83 /// The length of time that the tooltip will be shown once it has appeared.
114 /// Linearly interpolate between two tooltip themes.
[all …]
Dicon_button.dart16 import 'tooltip.dart';
59 /// tooltip: 'Increase volume by 10',
154 this.tooltip,
271 final String tooltip;
303 if (tooltip != null) {
305 message: tooltip,
337 properties.add(StringProperty('tooltip', tooltip, defaultValue: null, quoted: false));
Dmaterial_localizations.dart19 // widget and it has a tooltip), follow these steps:
53 /// The tooltip for the leading [AppBar] menu (a.k.a. 'hamburger') button.
56 /// The [BackButton]'s tooltip.
59 /// The [CloseButton]'s tooltip.
62 /// The tooltip for the delete button on a [Chip].
65 /// The tooltip for the [MonthPicker]'s "next month" button.
68 /// The tooltip for the [MonthPicker]'s "previous month" button.
71 /// The tooltip for the [PaginatedDataTable]'s "next page" button.
74 /// The tooltip for the [PaginatedDataTable]'s "previous page" button.
77 /// The default [PopupMenuButton] tooltip.
[all …]
Dfloating_action_button.dart17 import 'tooltip.dart';
131 this.tooltip,
170 this.tooltip,
229 final String tooltip;
472 if (tooltip != null) {
474 message: tooltip,
493 properties.add(StringProperty('tooltip', tooltip, defaultValue: null));
/third_party/boost/libs/hana/doc/js/
Dchart.js63 options.tooltip = options.tooltip || {};
64 options.tooltip.valueSuffix = options.tooltip.valueSuffix || 's';
/third_party/boost/libs/hana/doc/html/
Dchart.js63 options.tooltip = options.tooltip || {};
64 options.tooltip.valueSuffix = options.tooltip.valueSuffix || 's';
/third_party/boost/libs/asio/tools/
Dhandlerviz.pl218 "%begin%" -> "%end%" [ label="%label%", labeltooltip="%tooltip%" ]
311 my $tooltip = "";
316 $tooltip = $tooltip . escape($line) . "\n";
323 $line =~ s/%tooltip%/$tooltip/g;
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dcontacts_demo.dart45 const _ContactItem({ Key key, this.icon, this.lines, this.tooltip, this.onPressed })
51 final String tooltip;
125 tooltip: 'Edit',
193 tooltip: 'Send message',
206 tooltip: 'Send message',
219 tooltip: 'Send message',
238 tooltip: 'Send personal e-mail',
251 tooltip: 'Send work e-mail',
269 tooltip: 'Open map',
283 tooltip: 'Open map',
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Ddata_table_test.dart24 tooltip: 'Name',
28 tooltip: 'Calories',
286 tooltip: 'Name',
290 tooltip: 'Calories',
322 tooltip: 'Name',
326 tooltip: 'Calories',
407 tooltip: 'Name',
411 tooltip: 'Calories',
417 tooltip: 'Fat',
514 tooltip: 'Name',
[all …]
Dtooltip_test.dart24 // methods of the tooltip code in order to test it. Normally, the
25 // state of a tooltip is a private class, but by using a GlobalKey we
43 testWidgets('Does tooltip end up in the right place - center', (WidgetTester tester) async {
100 testWidgets('Does tooltip end up in the right place - top left', (WidgetTester tester) async {
154 …testWidgets('Does tooltip end up in the right place - center prefer above fits', (WidgetTester tes…
210 …testWidgets('Does tooltip end up in the right place - center prefer above does not fit', (WidgetTe…
277 …testWidgets('Does tooltip end up in the right place - center prefer below fits', (WidgetTester tes…
332 …testWidgets('Does tooltip end up in the right place - way off to the right', (WidgetTester tester)…
389 …testWidgets('Does tooltip end up in the right place - near the edge', (WidgetTester tester) async {
446 testWidgets('Custom tooltip margin', (WidgetTester tester) async {
[all …]
Dfloating_action_button_test.dart37 testWidgets('Floating Action Button tooltip', (WidgetTester tester) async {
43 tooltip: 'Add',
55 …testWidgets('Floating Action Button tooltip (long press button edge)', (WidgetTester tester) async…
61 tooltip: 'Add',
76 …testWidgets('Floating Action Button tooltip (long press button edge - no child)', (WidgetTester te…
82 tooltip: 'Add',
95 testWidgets('Floating Action Button tooltip (no child)', (WidgetTester tester) async {
101 tooltip: 'Add',
109 // Test hover for tooltip.
125 // Test long press for tooltip.
[all …]
Dicon_button_test.dart130 testWidgets('test tooltip', (WidgetTester tester) async {
156 tooltip: 'Test tooltip',
164 expect(find.byTooltip('Test tooltip'), findsOneWidget);
166 await tester.tap(find.byTooltip('Test tooltip'));
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dsearch_demo.dart28 tooltip: 'Navigation menu',
41 tooltip: 'Search',
57 tooltip: 'More (not implemented)',
99 tooltip: 'Back', // Tests depend on this label to exit the demo.
143 tooltip: 'Back',
209 tooltip: 'Voice Search',
216 tooltip: 'Clear',
Dpage_selector_demo.dart37 tooltip: 'Page back',
44 tooltip: 'Page forward',
/third_party/wayland_standard/doc/doxygen/dot/
Dx-architecture.gv28 …xserver [tooltip="X Server", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>X Server…
29 …comp [tooltip="Compositor", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>Composito…
32 …impl [tooltip="KMS evdev Kernel", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>KMS</TD>…
Dwayland-architecture.gv21 …comp [tooltip="Wayland Compositor", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>W…
23 …impl [tooltip="KMS evdev Kernel", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>KMS</TD>…
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/
Dsemantics_event.dart92 /// An event for a semantic announcement of a tooltip.
94 /// This is only used by Android to announce tooltip values.
97 /// Constructs an event that triggers a tooltip announcement by the platform.
98 const TooltipSemanticsEvent(this.message) : super('tooltip');
100 /// The text content of the tooltip.
Dsemantics_service.dart35 /// Sends a semantic announcement of a tooltip.
39 static Future<void> tooltip(String message) async {
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_en.arb16 "description": "The tooltip for the leading app bar menu (aka 'hamburger') button."
21 …"description": "The tooltip for the back button, which closes the current page and returns to the …
26 …"description": "The tooltip for the close button, which closes the current page and returns to the…
31 "description": "The tooltip for the delete button of chips."
36 "description": "The tooltip for the month picker's 'next month' button."
41 "description": "The tooltip for the month picker's 'previous month' button."
46 …"description": "The tooltip for the button that sends the user to the next page of a paginated dat…
51 …"description": "The tooltip for the button that sends the user to the previous page of a paginated…
56 "description": "The tooltip for the button that shows a popup menu."
/third_party/weston/clients/
Dwindow.c294 struct tooltip *tooltip; member
436 struct tooltip { struct
1679 widget->tooltip = NULL; in widget_create()
1723 if (widget->tooltip) in widget_destroy()
2096 struct tooltip *tooltip = data; in tooltip_redraw_handler() local
2116 cairo_show_text(cr, tooltip->entry); in tooltip_redraw_handler()
2121 get_text_extents(struct display *display, struct tooltip *tooltip) in get_text_extents() argument
2132 cairo_text_extents(cr, tooltip->entry, &extents); in get_text_extents()
2139 window_create_tooltip(struct tooltip *tooltip) in window_create_tooltip() argument
2141 struct widget *parent = tooltip->parent; in window_create_tooltip()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo.dart43 tooltip: 'Help',
120 tooltip: 'Reset Transform',
149 tooltip: 'Edit Tile',
/third_party/skia/tools/viewer/
DImGuiLayer.h67 void dragPoint(SkPoint* p, bool tooltip = false, ImU32 color = 0xFFFFFFFF) {
87 if (tooltip && ImGui::IsItemHovered()) {
/third_party/flutter/skia/tools/viewer/
DImGuiLayer.h66 void dragPoint(SkPoint* p, bool tooltip = false, ImU32 color = 0xFFFFFFFF) {
86 if (tooltip && ImGui::IsItemHovered()) {

1234567