Tells the application program to draw the indicator.
int IMIndicatorDraw(IM, IndicatorInformation, UData) IMObject IM; IMIndicatorInfo *IndicatorInformation; caddr_t UData;
The IMIndicatorDraw callback subroutine is called by the input method when the value of the indicator is changed. The application program then draws the indicator.
If an error happens, the IMIndicatorDraw subroutine returns the IMError global variable. Otherwise, the IMNoError value is returned.
This subroutine is provided by applications that use input methods.
The IMCreate subroutine, IMIndicatorHide subroutine.
Input Method Overview and National Language Support Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Understanding Callbacks in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.