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:
Greg Ercolano
2017-10-03 05:15:10 +00:00
parent 64052828ca
commit 6434d5d602
+1
View File
@@ -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.