23 #ifndef _LAX_FUNCFRAME_H
24 #define _LAX_FUNCFRAME_H
27 #include <lax/anxapp.h>
39 WinDef(
anXWindow *nwin,
const char *xx,
const char *yy,
const char *ww,
const char *hh);
40 ~
WinDef() {
if (x)
delete[] x;
if (y)
delete[] y;
if (w)
delete[] w;
if (h)
delete[] h; }
48 int xx,
int yy,
int ww,
int hh,
int brder,
49 anXWindow *prev,
unsigned long owner,
const char *mes);
51 virtual const char *whattype() {
return "FuncFrame"; }
53 virtual void SyncWin(
int addwindow=0);
54 virtual int getval(
const char *def);
55 virtual void AddVar(
const char *var,
int val);
56 virtual void AddWin(
anXWindow *win,
const char *x,
const char *y,
const char *w,
const char *h);
57 virtual int Resize(
int nw,
int nh);
58 virtual int MoveResize(
int nx,
int ny,
int nw,
int nh);
Mon Feb 17 2014 11:52:56, Laxkit