HomeSort by relevance Sort by last modified time
    Searched defs:Tooltip (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Tooltip.java 27 /** A listener that shows a tooltip actor when another actor is hovered over with the mouse.
29 public class Tooltip<T extends Actor> extends InputListener {
38 public Tooltip (T contents) {
43 public Tooltip (T contents, TooltipManager manager) {
71 /** If true, this tooltip is shown without delay when hovered. */
76 /** If true, this tooltip is shown even when tooltips are not {@link TooltipManager#enabled}. */
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 890 * bootstrap-tooltip.js v2.0.4
915 /* TOOLTIP PUBLIC CLASS DEFINITION
918 var Tooltip = function (element, options) {
919 this.init('tooltip', element, options)
922 Tooltip.prototype = {
924 constructor: Tooltip
1052 $tip.find('.tooltip-inner')[this.isHTML(title) ? 'html' : 'text'](title)
1138 /* TOOLTIP PLUGIN DEFINITION
1141 $.fn.tooltip = function ( option ) {
1144 , data = $this.data('tooltip')
    [all...]

Completed in 300 milliseconds