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)