CVSROOT: /cvs/directfb Module name: lite Changes by: kent 20050203 07:07:40
Modified files:
lite : button.c button.h
Log message:
New LiteButton call, lite_set_button_image_surface(). This makes it possible
to implement bi-state buttons (checkboxes, radiobuttons), tri-state
buttons... The image surface could be stored in a compound LiteBox, and
set in the underlying LiteButton based on a defined state.
