#include <MathBox.h>
Definition at line 92 of file MathBox.h.
Public Member Functions | |
mgCaret (wxWindow *window, int w, int h) | |
void | ForceShow () |
Shows the caret bypassing standard wxCaret behaviour which is: if the caret was hidden N times, it must be shown N times as well to reappear on the screen. | |
void | ForceHide () |
Like ForceShow() but this function hides the caret. |
|
Shows the caret bypassing standard wxCaret behaviour which is: if the caret was hidden N times, it must be shown N times as well to reappear on the screen. This function always shows the caret, even if Hide() or ForceHide() have been called one million times before. Definition at line 103 of file MathBox.h. Referenced by mgMathBox::UpdateCaret(). |
[ Top ] |