const MX_RECT* mx_expose_rect(void)
While handling an MX_EXPOSE event we can find out what area of the
screen is being exposed.
(../include/depui/corepui.c)
(library depui : module corepui)
unsigned mx_exposing(void)
This function can only be used while handling an MX_EXPOSE event. It
determines wether we are actually exposing the object or are just pretending
to expose so that we can find out what portions of the screen are used by the
object. This function should probably not be used by end users, only by
theme designers.
(../include/depui/corepui.c)
(library depui : module corepui)
MX_EXPOSE events dont get passed to
the window handler. Instead they go directly to the object class
function.
(../include/depui/corepui.c)
(library depui : module corepui)
void mx_expose_background(const MX_RECT* rect)
This function can be used while handling an MX_EXPOSE event to tell
the drawing code to make sure that underlying objects are drawn first. This
is necessary when drawing transparent or non-rectangular objects. This function
is probably only useful for theme designers.
(../include/depui/corepui.c)
(library depui : module corepui)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007