|
Functions |
void | dfrm_setw (void *dfrm, int ind, int w) |
| Sets the width of an object.
|
void | dfrm_seth (void *dfrm, int ind, int h) |
| Sets the height of an object.
|
void | dfrm_setx (void *dfrm, int ind, int x) |
| Sets the x-coordinate of an object.
|
void | dfrm_sety (void *dfrm, int ind, int y) |
| Sets the y-coordinate of an object.
|
void | dfrm_setflags (void *dfrm, int ind, int flags, int val) |
| Sets the ob_flags of an object.
|
void | dfrm_setstate (void *dfrm, int ind, int state, int val) |
| Sets the ob_state of an object.
|