update_font(p,p->text,fontName,temp->size);
}
-void glCompLabelMouseOut(glCompObj * obj, GLfloat x, GLfloat y)
-{
- /*Put your internal code here */
- if (((glCompLabel *) obj)->common.callbacks.mouseout)
- ((glCompLabel *) obj)->common.callbacks.mouseout(obj, x, y);
-}
-
void glCompLabelMouseOver(glCompObj * obj, GLfloat x, GLfloat y)
{
/*Put your internal code here */
/*events*/
extern int glCompLabelDraw(glCompLabel * p);
- extern void glCompLabelMouseOut(glCompObj * obj, GLfloat x, GLfloat y);
extern void glCompLabelMouseOver(glCompObj * obj, GLfloat x,
GLfloat y);
extern void glCompLabelMouseUp(glCompObj * obj, GLfloat x, GLfloat y,