crumbs/persistenttooltip: a new Gtk+ widget for use in Hob
authorJoshua Lock <josh@linux.intel.com>
Fri, 2 Mar 2012 23:36:45 +0000 (15:36 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2012 02:24:04 +0000 (02:24 +0000)
commit267fdfece776522425e1e796b5fd77bf63c2a0b0
tree722f5b23ff38ba1048914ca17788d15d92ee917d
parent0bed2638fe110b994047f6eee897ce9714e39aea
crumbs/persistenttooltip: a new Gtk+ widget for use in Hob

The Hob interaction design calls for a top level widget which shows a
persistent tooltip. This tooltip will not disappear until the user
explicitly closes it.

This allows us to provide clickable hyperlinks, longer instructions and
deeper information in the tooltips.

Note: by design the tooltip should dismiss when the user clicks off it,
this implementation does include that functionality. It's a to do item.

(Bitbake rev: b310fd429150d3a96ecde477934fffad4b4031da)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/persistenttooltip.py [new file with mode: 0644]