Description


Include file: xstylhdl.h

Parent class: XHandler

Overview

XStyleHandler catch events when the style of a window has changed (e.g. if the user droped a font or color on a window). If you want to catch these events derive a class of XStyleHandler and override HandleEvent(). In HandleEvent you get a XEvent where you can get the ID of the event. Valid values are:
STY_FONT font changed
STY_FOREGROUNDCOLOR foreground-color changed
STY_BACKGROUNDCOLOR background-color changed

Functions

XStyleHandler

Parameters

XWindow * window The window to handle the events for.

Remarks


This document was generated by Jens von Pilgrim's Autodoc