Re: window titles [message #7197] |
Thu, 03 October 1996 00:00 |
Arno F. Granados
Messages: 8 Registered: August 1996
|
Junior Member |
|
|
hto@kaiwan.com (Howard Onishi) wrote:
> Does anyone know how to extract the title off of a window? Is there a
> record with all of the window description data in it?
> Howard Onishi
>
I don't know how to get the info once a window has been created,
but you can set the title when creating windows.
For standard graphics windows, use the title keyword, such as
window,title='window title'
For widget windows, you can either use the title keyword
when creating a widget, e.g
junk=WIDGET_BASE(title='window title')
or you can change the title after creation by using the
TLB_SET_TITLE keyword in a call to WIDGET_CONTROL. Check
out your manual for more info.
Hope this helps.
Arno
granados@possys.com
|
|
|