mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 09:17:49 +08:00
Added missing accessor for Fl_Text_Display's cursor_style()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12474 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -208,6 +208,7 @@ public:
|
||||
void hide_cursor() { show_cursor(0); }
|
||||
|
||||
void cursor_style(int style);
|
||||
int cursor_style() const { return mCursorStyle; }
|
||||
|
||||
/**
|
||||
Gets the text cursor color.
|
||||
|
||||
Reference in New Issue
Block a user