I have a GtkCList, and I can add it to a GtkScrolledWindow. It resizes nicely and I can scroll up and down the list to my heart's content. My problem occurs when I try and add a tool-tip to the vertical scroll bar (like the scroll bar in Adobe Acrobat Reader). When I examine the scrolled windows children I can see the GtkCList, but neither of the scroll bars. Looking at gtkscrolledwindow.h the `class' does store the vertical scroll bar publicly, but there does not seem any way to access it from Python. Can anyone give me a hand in implementing my weird tool-tip. -- Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
