X11workbench Toolkit  1.0
s_WB_EXTENT Struct Reference

internal wrapper struct for 'extent' definition More...

#include <window_helper.h>

Data Fields

unsigned int width
 the 'width' value of the extent.
 
unsigned int height
 the 'height' value of the extent.
 

Detailed Description

internal wrapper struct for 'extent' definition

The extent structure has been defined primarily for convenience, so that specific coding methods that work well in GUI environments that use 'extents' can easily be ported into this environment.

typedef struct s_WB_EXTENT
{
unsigned int width; // the 'width' value of the extent.
unsigned int height; // the 'height' value of the extent.

Definition at line 473 of file window_helper.h.


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