lua-users home
lua-l archive

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


On Tue, Feb 8, 2011 at 7:44 PM, Steve Litt wrote:


> Conceptually I put up a window and lay down textboxes, dropboxes,
> checkboxes, radio buttons and the like on it. I don't care whether I
> do it graphically or with specifications, but I sure don't want to try
> to memorize hundreds of  functions to make a dialog box.


I wrote a fairly simple dialog module as part of the Lua plugin for
Geany[1] (GTK), and a similar one that is now built-in to FXiTe[2]
(FOX). Either one could probably be compiled into a standalone module
without too much trouble.

You can find an overview here:
  http://plugins2.geany.org/geanylua/geanylua-input.html

I also have a FLTK implementation of it laying around here somewhere.

 - Jeff


[1] http://geany.org/
[2] http://code.google.com/p/fxite/