[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua maximize/minimized window
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 27 Mar 2011 16:06:18 +0200
On Sun, Mar 27, 2011 at 3:57 PM, Philippe Lhoste <PhiLho@gmx.net> wrote:
> Beside, it is hardly a Lua question, as all you will do is to write a C
> wrapper to access the corresponding API call.
> In short: in current stock Lua, you cannot do that.
Fortunately, for X11 windows, someone has already done this - look at
http://lua-users.org/lists/lua-l/2010-10/msg00698.html
(Jeff Pohlmeyer's xctrl module, which is available through LuaRocks)
steve d.