EZ
Up Prev Next Contents


1.5.3 Disable Button Highlighting/Offseting

By default, a button type widget lights up when the pointer is over it; and its label shifts a little bit to the right when it is pressed. You can control these behavior via the following two pair of functions.

void EZ_DisableHighlight(void)

void EZ_EnableHighlight(void)

void EZ_DisableLabelOffset(void)

void EZ_EnableLabelOffset(void)


HTML Documentation Maintainance:Arturo Espinosa <arturo@nuclecu.unam.mx>