availWidth

The available width for the PODSScreen object; the width of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system.

Interface

PODSScreen

IDL definition
read-only attribute PODSInt32 availWidth;
JavaScript synopsis
screen.availWidth
C synopsis
PODSInt32 PODSgetAvailWidth(PODSScreen* screen);
Parameters
  • screen   The PODSScreen object.

Returns

The available width for the PODSScreen object.

See also

width