|
Functions |
char * | liqcell_local_lookup_getname (liqcell *self, char *name) |
char * | liqcell_local_lookup_getcaption (liqcell *self, char *name) |
liqcell * | liqcell_new () |
liqcell * | liqcell_hold (liqcell *self) |
void | liqcell_release (liqcell *self) |
void | liqcell_free (liqcell *self) |
void | liqcell_setpos (liqcell *self, int x, int y) |
void | liqcell_setsize (liqcell *self, int w, int h) |
void | liqcell_setsize_from_inner (liqcell *self) |
void | liqcell_setinnersize (liqcell *self, int w, int h) |
void | liqcell_setinnersize_from_outer (liqcell *self) |
void | liqcell_setrect (liqcell *self, int x, int y, int w, int h) |
int | liqcell_movetowardsrect (liqcell *self, int x, int y, int w, int h, float fraction) |
void | liqcell_setrect_autoscale (liqcell *self, int x, int y, int w, int h, float sx, float sy) |
void | liqcell_adjustpos (liqcell *self, int dx, int dy) |
void | liqcell_adjustsize (liqcell *self, int dw, int dh) |
void | liqcell_adjustinnersize (liqcell *self, int dw, int dh) |
void | liqcell_setdirtyhold (liqcell *self, int dirtyhold) |
int | liqcell_getdirtyhold (liqcell *self) |
void | liqcell_setdirty (liqcell *self, int dirty) |
int | liqcell_getdirty (liqcell *self) |
void | liqcell_setname (liqcell *self, char *name) |
void | liqcell_setcaption (liqcell *self, char *caption) |
void | liqcell_setclassname (liqcell *self, char *classname) |
void | liqcell_setcontext (liqcell *self, char *context) |
void | liqcell_setdata (liqcell *self, void *data) |
void | liqcell_setsketch (liqcell *self, liqsketch *sketch) |
void | liqcell_sketch_autoload (liqcell *self) |
void | liqcell_setimage (liqcell *self, liqimage *image) |
void | liqcell_setfont (liqcell *self, liqfont *font) |
void | liqcell_setcontent (liqcell *self, liqcell *content) |
void | liqcell_setselected (liqcell *self, int arg) |
int | liqcell_getselected (liqcell *self) |
void | liqcell_settag (liqcell *self, void *tag) |
void * | liqcell_gettag (liqcell *self) |
void | liqcell_setenabled (liqcell *self, int arg) |
int | liqcell_getenabled (liqcell *self) |
void | liqcell_setkinetic (liqcell *self, int kx, int ky) |
void | liqcell_setshown (liqcell *self, int arg) |
int | liqcell_getshown (liqcell *self) |
liqcell * | liqcell_getlinkparent (liqcell *self) |
liqcell * | liqcell_getlinkprev (liqcell *self) |
liqcell * | liqcell_getlinknext (liqcell *self) |
liqcell * | liqcell_getlinkchild (liqcell *self) |
void * | liqcell_getdata (liqcell *self) |
int | liqcell_getflagwidget (liqcell *self) |
int | liqcell_getflagvisual (liqcell *self) |
int | liqcell_getvisible (liqcell *self) |
void | liqcell_setvisible (liqcell *self, int arg) |
char * | liqcell_getname (liqcell *self) |
int | liqcell_getqualifiedname (liqcell *self, char *buff, int buffmax) |
char * | liqcell_getclassname (liqcell *self) |
char * | liqcell_getcaption (liqcell *self) |
liqsketch * | liqcell_getsketch (liqcell *self) |
liqimage * | liqcell_getimage (liqcell *self) |
liqfont * | liqcell_getfont (liqcell *self) |
liqcell * | liqcell_getcontent (liqcell *self) |
int | liqcell_getx (liqcell *self) |
int | liqcell_gety (liqcell *self) |
int | liqcell_getw (liqcell *self) |
int | liqcell_geth (liqcell *self) |
int | liqcell_getinnerw (liqcell *self) |
int | liqcell_getinnerh (liqcell *self) |
liqcell * | liqcell_lastchild (liqcell *self) |
void | liqcell_zorder_totop (liqcell *self) |
liqcell * | liqcell_child_insert (liqcell *self, liqcell *child) |
int | liqcell_child_countvisible (liqcell *self) |
liqcell * | liqcell_child_append (liqcell *self, liqcell *c) |
int | liqcell_child_remove (liqcell *self, liqcell *child) |
liqcell * | liqcell_child_insertsorted (liqcell *self, liqcell *ch) |
liqcell * | liqcell_child_insertsortedbyname (liqcell *self, liqcell *ch, int sortpositive) |
liqcell * | liqcell_child_lookup (liqcell *self, char *name) |
liqcell * | liqcell_child_lookup_nameclass (liqcell *self, char *name, char *classname) |
liqcell * | liqcell_local_lookup (liqcell *self, char *name) |
liqcell * | liqcell_local_lookup_nameclass (liqcell *self, char *name, char *classname) |
liqcell * | liqcell_global_lookup (liqcell *self, char *name) |
liqcell * | liqcell_global_lookup_nameclass (liqcell *self, char *name, char *classname) |
liqcell * | liqcell_quickcreatewidget (char *name, char *classname, int innerw, int innerh) |
liqcell * | liqcell_quickcreatevis (char *name, char *classname, int x, int y, int w, int h) |
liqcell * | liqcell_quickcreatenameclass (char *name, char *classname) |
liqcell * | liqcell_quickcreatedata (char *name, char *classname, void *data) |
liqcell * | liqcell_quickcreatefull (char *name, char *classname, char *context, void *data) |
int | liqcell_iskind (liqcell *self, int cellkind) |
void | liqcell_print (liqcell *self, char *title, int recdep) |
void | liqcell_print2 (liqcell *self) |
int | strcmpx (const char *s1, const char *s2) |
void * | liqcell_handlerfind (liqcell *self, char *handlername) |
liqcell * | liqcell_handleradd (liqcell *self, char *handlername, void *handler) |
liqcell * | liqcell_handleradd_withcontext (liqcell *self, char *handlername, void *handler, void *context) |
int | liqcell_handlerrun (liqcell *self, char *handlername, void *args) |
liqcell * | liqcell_getbasewidget (liqcell *self) |
int | liqcell_isclass (liqcell *self, char *classname) |
void | liqcell_test () |
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA