DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Static Text

 

To display static text, you would use :

 

DDgui_widget(id$, text$ [, width%, height%])

 

with id$ being a unique identifier, and text$ is the text to be displayed.

 

width% and height% are optional.  If these are given, the the widget will be created with the horizontal size defined by width% and the vertical size by height%.

 

If these values aren't given, the the widget with take the horizontal size of the text length and the font height.

 

Static text looks like :

 

img6.png