|
Functions |
vcell * | vcell_new () |
vcell * | vcell_hold (vcell *self) |
void | vcell_release (vcell *self) |
void | vcell_free (vcell *self) |
void | vcell_setpos (vcell *self, int x, int y) |
void | vcell_setsize (vcell *self, int w, int h) |
void | vcell_setsize_from_inner (vcell *self, int w, int h) |
void | vcell_setinnersize (vcell *self, int w, int h) |
void | vcell_setinnersize_from_outer (vcell *self) |
void | vcell_adjustpos (vcell *self, int dx, int dy) |
void | vcell_adjustsize (vcell *self, int dw, int dh) |
void | vcell_adjustinnersize (vcell *self, int dw, int dh) |
void | vcell_setdirtyhold (vcell *self, int dirtyhold) |
int | vcell_getdirtyhold (vcell *self) |
void | vcell_setdirty (vcell *self, int dirty) |
int | vcell_getdirty (vcell *self) |
void | vcell_setrect (vcell *self, int x, int y, int w, int h) |
void | vcell_setname (vcell *self, char *name) |
void | vcell_setcaption (vcell *self, char *caption) |
void | vcell_setclassname (vcell *self, char *classname) |
void | vcell_setcontext (vcell *self, char *context) |
void | vcell_setdata (vcell *self, void *data) |
void | vcell_setsketch (vcell *self, liqsketch *sketch) |
void | vcell_setimage (vcell *self, liqimage *image) |
void | vcell_setfont (vcell *self, liqfont *font) |
void | vcell_setcontent (vcell *self, vcell *content) |
void | vcell_setselected (vcell *self, int arg) |
int | vcell_getselected (vcell *self) |
void | vcell_setkinetic (vcell *self, int kx, int ky) |
void | vcell_setshown (vcell *self, int arg) |
int | vcell_getshown (vcell *self) |
vcell * | vcell_getlinkparent (vcell *self) |
vcell * | vcell_getlinkprev (vcell *self) |
vcell * | vcell_getlinknext (vcell *self) |
vcell * | vcell_getlinkchild (vcell *self) |
void * | vcell_getdata (vcell *self) |
int | vcell_getvisible (vcell *self) |
char * | vcell_getname (vcell *self) |
int | vcell_getqualifiedname (vcell *self, char *buff, int buffmax) |
char * | vcell_getclassname (vcell *self) |
char * | vcell_getcaption (vcell *self) |
liqsketch * | vcell_getsketch (vcell *self) |
liqimage * | vcell_getimage (vcell *self) |
liqfont * | vcell_getfont (vcell *self) |
vcell * | vcell_getcontent (vcell *self) |
int | vcell_getx (vcell *self) |
int | vcell_gety (vcell *self) |
int | vcell_getw (vcell *self) |
int | vcell_geth (vcell *self) |
int | vcell_getinnerw (vcell *self) |
int | vcell_getinnerh (vcell *self) |
vcell * | vcell_lastchild (vcell *self) |
void | vcell_zorder_totop (vcell *self) |
vcell * | vcell_child_insert (vcell *self, vcell *child) |
vcell * | vcell_child_append (vcell *self, vcell *c) |
void | vcell_child_remove (vcell *self, vcell *child) |
vcell * | vcell_child_insertsorted (vcell *self, vcell *ch) |
vcell * | vcell_child_lookup (vcell *self, char *name) |
vcell * | vcell_child_lookup_nameclass (vcell *self, char *name, char *classname) |
vcell * | vcell_local_lookup (vcell *self, char *name) |
vcell * | vcell_local_lookup_nameclass (vcell *self, char *name, char *classname) |
vcell * | vcell_global_lookup (vcell *self, char *name) |
vcell * | vcell_global_lookup_nameclass (vcell *self, char *name, char *classname) |
vcell * | vcell_quickcreatewidget (char *name, char *classname, int innerw, int innerh) |
vcell * | vcell_quickcreatevis (char *name, char *classname, int x, int y, int w, int h) |
vcell * | vcell_quickcreatenameclass (char *name, char *classname) |
vcell * | vcell_quickcreatedata (char *name, char *classname, void *data) |
vcell * | vcell_quickcreatefull (char *name, char *classname, char *context, void *data) |
int | vcell_iskind (vcell *self, int cellkind) |
void | vcell_print (vcell *self, char *title, int recdep) |
void | vcell_print2 (vcell *self) |
int | strcmpx (const char *s1, const char *s2) |
void * | vcell_handlerfind (vcell *self, char *handlername) |
vcell * | vcell_handleradd (vcell *self, char *handlername, void *handler) |
int | vcell_handlerrun (vcell *self, char *handlername, void *args) |
vcell * | vcell_getbasewidget (vcell *self) |
void | vcell_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