Fanuc C-Executer Operating Manual
B-62443EN-3/03E
- 735 -
------------------------------------------------------------------------------
2.13 Set window title string. <Main>
------------------------------------------------------------------------------
[Name]
win_setttl
[Syntax]
#include <crt.h>
int win_setttl( whandle handle, char *title ) ;
[Arguments]
handle window handle of the window whose title string is to
be changed
title window title string
[Return]
Returns zero if successful. When failed, returns "-1" and sets
following error code to the global variable "errno".
EW_NOTOPEN specified window not exist
[Description]
Change title string for a window.
The length of the window title string should be less than 32 single
byte characters. (single byte alpha-numeric and Katakana characters,
symbols and double byte alpha-numeric, Hirakana, Kanji characters
and symbols can be used.)
Calling this function redraws whole screen.