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 :