lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Mar 26, 2011 at 10:55 AM, Christof Schardt
<christof@schardt.info> wrote:
> But when I tryed it out on windows, I immediatly
> faced many shortcomings (which apparently are results
> of using gtk):

Yes, the GTK file chooser, not everyone's cup of tea!  At least 'go
native' at this point (20 extra lines of C to give the user the system
dialog.)

With a small C core like that, true Windows/Mac ports would not be
terribly difficult, but would it be worth it?

The points of customization are not clear.  I just went in a played
with the source, which does not feel like the 'correct' strategy ;)

steve d.