tis 2004-11-09 klockan 10:01 +0000 skrev Stuart Hughes: > Hi, > > I've been pulling my hair out trying to get tooltips to work within a > toolbutton. > > I'm using glade-2 (2.6.5), libglade-2.3.6, pygtk-2.4.0, and python 2.3.4 > > I've attached a simple test case that shows a normal button's tooltip > works, but a toolbutton's doesn't. > > Has anyone got an idea what's wrong.
I've been running into the same issues. James (author of libglade) fixed it in libglade CVS HEAD a couple of days ago, so it'll work in then next version of libglade. However, if you do not want to depend on CVS of libglade for tooltips I strongly advise you to rewrite it using GtkUIManager and friends. -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
