Ubuntu Platform API  2.7.0
A library helping with tight integration into the Ubuntu platform
ResizeEvent Struct Reference

#include <event.h>

+ Collaboration diagram for ResizeEvent:

Data Fields

WindowEventType type
 
int32_t width
 The new surface width. More...
 
int32_t height
 The new surface height. More...
 

Detailed Description

Information describing a surface resize event.

Definition at line 194 of file event.h.

Field Documentation

int32_t ResizeEvent::height

The new surface height.

Definition at line 199 of file event.h.

WindowEventType ResizeEvent::type

Definition at line 196 of file event.h.

int32_t ResizeEvent::width

The new surface width.

Definition at line 198 of file event.h.


The documentation for this struct was generated from the following file: