View Source wxPaletteChangedEvent (wx v2.4.2)

Functions for wxPaletteChangedEvent class

This class is derived (and can use functions) from: wxEvent

wxWidgets docs: wxPaletteChangedEvent

Summary

Types

-type wxPaletteChanged() :: #wxPaletteChanged{type :: wxPaletteChangedEvent:wxPaletteChangedEventType()}.
Link to this type

wxPaletteChangedEvent()

View Source
-type wxPaletteChangedEvent() :: wx:wx_object().
Link to this type

wxPaletteChangedEventType()

View Source
-type wxPaletteChangedEventType() :: palette_changed.

Functions

-spec getChangedWindow(This) -> wxWindow:wxWindow() when This :: wxPaletteChangedEvent().
Link to this function

setChangedWindow(This, Win)

View Source
-spec setChangedWindow(This, Win) -> ok when This :: wxPaletteChangedEvent(), Win :: wxWindow:wxWindow().