[wx-dev] wxGTK toolbar chevron

Paul Cornett pc-wx at bullseye.com
Sun Jun 22 10:29:49 PDT 2008


Julian Smart wrote:
> Since tools with labels can be spaced rather widely in GTK+ (I think 
> because they use the largest label width), and tools can disappear
> off the end of the toolbar, I tried calling:
> 
> gtk_toolbar_set_show_arrow(m_toolbar, TRUE);
> 
> in wxToolBar::GtkSetStyle, to try to get the arrow and menu. But it
> made no difference. Anyone have any insight into that?

gtk_toolbar_set_show_arrow only works with the "new" toolbar API,
introduced in GTK+ 2.4. I've been working on converting trunk to use
the new API, so the arrow will work fine when I check that in. But I
wasn't planning on backporting to 2.8, that would be considerably more
work.


More information about the wx-dev mailing list