Description |
Parent class: XHandler
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 |
XStyleHandler |
XWindow * window The window to handle the events for.