if (((glCompButton *) obj)->common.callbacks.mouseup)
((glCompButton *) obj)->common.callbacks.mouseup(obj, x, y, t);
}
-
-
-
-
-void glCompButtonSetText(glCompButton * p, char *str)
-{
-}
char *caption);
extern int glCompSetRemoveButton(glCompSet * s, glCompButton * p);
extern void glCompButtonDraw(glCompButton * p);
- extern void glCompButtonSetText(glCompButton * p, char *str);
extern int glCompButtonAddPngGlyph(glCompButton * b, char *fileName);
extern void glCompButtonClick(glCompObj * o, GLfloat x, GLfloat y,
glMouseButtonType t);