ClanSoft logo
ClanSoft logo

    CL_Event_WindowResize

Event callback interface for window resizes.

Parents: public virtual CL_Event

Description

This interface is used to intercept resize events from ClanLib windows.

To use this interface, inherit it and implement on_window_resize(). Then add it to a CL_EventChain_WindowResize chain. The topmost chain is located in CL_Display.

Class members

virtual ~CL_Event_WindowResize()
virtual bool on_window_resize( CL_DisplayCard *card, int new_width, int new_height)

See Also

None


Back to index



This page was built using the Perceps documentation system.