|
From: Jeff H. <je...@Ac...> - 2005-08-10 21:46:11
|
Kevin Walzer wrote:
> I've been using Bryan Oakley's combobox on the Mac with a
> horrible hack (a gif taken from a screenshot of a native Aqua
> dropdown combobox arrow) because it has a native scrollbar,
> but have been playing with Tile's combobox, where the
> scrollbar looks wrong.
>
> I've found that if I add this to the Tile combobox.tcl file:
>
> if {[string equal [tk windowingsystem] "aqua"]} {
> ~ interp alias {} ::ttk::scrollbar {} ::scrollbar
> }
>
> the scrollbar looks right. Consequently, I'm probably going
> to move to using the Tile combobox, as it has similar
> functionality to Bryan's.
This eliminates the ttk scrollbar totally, which isn't ideal.
I have already patched tile (in cvs) to use the regular
scrollbar on aqua for the combobox.
Jeff
|