Developer's Toolkit Release Notes for HP-UX 11i

46 Chapter 2
What’s In This Version
11i Features and Updates
_XmTextSetTopCharacter();
_XmTextCountCharacters();
_XmTextSetCursorPosition();
_XmTextDisableRedisplay();
_XmTextEnableRedisplay();
56.TextSelP.h
The following function declarations have been moved to TextSelI.h:
_XmTextConvert();
_XmTextLoseSelection();
57. TextStrSoP.h
The following typedef has been moved to Xm.h:
typedef enum {EditDone, EditError, EditReject } XmTextStatus;
The following typedef has been moved to XmP.h:
typedef enum { XmsdLeft, XmsdRight } XmTextScanDirection;
The following element has been added to XmSourceDataRec
structure:
Boolean take_selection;
The following file declarations have been moved to TextStrSoI.h
_XmStringSourceGetString() ;
_XmTextFindStringBackwards() ;
_XmTextFindStringForwards() ;
_XmStringSourceFindString() ;
_XmStringSourceSetGappedBuffer() ;
_XmTextModifyVerify() ;
_XmStringSourceCreate() ;
_XmStringSourceDestroy() ;
_XmStringSourceGetValue() ;
_XmStringSourceSetValue() ;
_XmStringSourceHasSelection() ;