X11workbench Toolkit  1.0
_WBExtent_ 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 _WBExtent_
{
unsigned int width; // the 'width' value of the extent.
unsigned int height; // the 'height' value of the extent.

Definition at line 440 of file window_helper.h.


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