Home | History | Annotate | Download | only in gtk

Lines Matching full:tooltip

2997         Position the tooltip under the current focused element when the
2998 tooltip has been triggered using the keyboard.
3012 Convert tooltip area to window coordinates so that tooltips are
3157 Set the area of the widget where the tooltip should be shown when
3158 a new tooltip is set. Since the widget is the same (the view), if
3159 the tooltip area is not set and a new tooltip is triggered while
3160 the previous one is still visible, the text of the tooltip is
8135 Review the tooltip implementation
8138 Change the GTK tooltip implementation to avoid the workaround that
8140 text and all the tooltip handling is done in the webview widget.
8600 Guard GTK+ 2.12 specific tooltip code with #ifdef.
10791 This is the 2nd part of fixing "RTL: tooltip does not get its directionlity from its element's."
10804 Fix tooltip does not get its directionality from its element's directionality.
12619 [GTK] tooltip position doesn't update when hovering consecutive links
12622 are consecutive, by clearing the tooltip when handling
16757 [GTK] Webkit doesn't show title attribute tooltip when hovering over an image
16759 Implement tooltip support using the new Tooltip API.