Older Newer
Sun, 30 Sep 2007 13:46:07 . . . . c51470c03.cable.wanadoo.nl


Changes by last author:

Added:
= getDialogWidth =

== Syntax ==

:getDialogWidth()

== Arguments ==

:none

== Description ==

:Gets the current width of the dialog in horizontal DBUs (HDBU).

== Example ==

<code>

Info("DialogSize: %d x %d", getDialogWidth(), getDialogHeight());

</code>

== Also see ==

:getDialogHeight, setDialogMinMax, setDialogPos, HDBUsToPixels

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.