[wxPython-users] Appearance of Native GTK+2 Widgets
Robin Dunn
robin at alldunn.com
Mon Jan 29 12:21:42 PST 2007
Rich Shepard wrote:
> If there is a more appropriate list for this question, please point me to
> it.
>
> There are a couple of widget behaviors I see on my application using
> wxPython-2.8.0.1 that do not seem proper. Specifically, on a notebook page
> with a tree control, root's label is very faint until I click on it, and
I don't think I've seen this, unless it's just the unfocused/focused
selection colors. That is normal for gtk widgets and can probably be
controlled by changing system color settings somewhere. If that doesn't
appear to be what is going on then can you send a small screen shot and
a sample app?
> when I click on the arrow button of a combo box, the list grows up to the
> top of the screen instead of dropping down.
This is normal. If there isn't room on the screen below to show all of
the drop-down list then it will toss it up instead ;-)
>
> I looked on the GTK+ web site but found no screenshots or other displays
> of native widget behavior except for the Glade page that showed the tree
> control (with no lines, which is OK) but with a highlight across the width
> of the widget's window for the highlighted item.
That is an option that can be selected with a style flag,
wx.TR_FULL_ROW_HIGHLIGHT.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list