[mainpage] [tags]

module: gfxsel

A graphics mode and theme selector

This module implements a dialog to select and possibly change the graphics mode an theme.

When a graphics mode/theme is selected the window sends a MX_GFXSEL_OK event to the parent window. The window can get information about the selected graphics mode and theme using the mx_gfxsel_info() function. The information can also be modified by the parent window. If the parent window does not reply to the MX_GFXSEL_OK event (or replies with 0), then the graphics mode/theme gets changed. (../include/depui/gfxsel.h)

Pressing the OK button sends a MX_GFXSEL_OK event to the parent window and immediatly destroys the graphics mode window. (../include/depui/gfxsel.c)

Pressing the APPLY button sends a MX_GFXSEL_OK event to the parent window. (../include/depui/gfxsel.c)

Part of the depui library.

Generated by MXDOC 2.2 on Sun Feb 4 15:16:27 2007