The documentation for the GtkRxDlg REXX external functions is limited because the GtkRxDlg class interface is meant to abstract the functions in this library. You should use the class interface to manipulate GTK+ GUI widgets. Do not call the external functions directly. This way if it becomes necessary to modify the external function architecture those changes should not affect the class interface. This will make upgrades and changes to the external function library transparent to your Object REXX applications.
The following are the public functions available to the REXX programmer.
Returns the GtkRxDlg module version string.
version = GrxVersion(); /* version = "1.0.0" */ |
None.