mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Giving access to some Fl_Text_Display member variables (#1153)
And typos in FLUID source code docs.
This commit is contained in:
@@ -537,7 +537,11 @@ protected:
|
||||
void xy_to_rowcol(int x, int y, int* row, int* column,
|
||||
int PosType = CHARACTER_POS) const;
|
||||
void maintain_absolute_top_line_number(int state);
|
||||
public:
|
||||
int get_absolute_top_line_number() const;
|
||||
int scroll_row() { return mTopLineNum; }
|
||||
int scroll_col() { return mHorizOffset; }
|
||||
protected:
|
||||
void absolute_top_line_number(int oldFirstChar);
|
||||
int maintaining_absolute_top_line_number() const;
|
||||
void reset_absolute_top_line_number();
|
||||
|
||||
Reference in New Issue
Block a user