diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-02 00:43:07 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-02 00:43:07 +0000 |
| commit | e5fc1560b08c411d93c76921812cf60b106b473f (patch) | |
| tree | aecd6949ae5a7d0e4b158bf04e033de340b30844 /FL/Fl_Text_Display.H | |
| parent | 17963c0475565be7019d73e3fc68cb8ee089e198 (diff) | |
Fixed Doxygen comments, typos, and a few indenting issues.
Part 1, more to come ...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7936 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Text_Display.H')
| -rw-r--r-- | FL/Fl_Text_Display.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index 9e13e812e..c50e341c5 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -152,7 +152,7 @@ public: int move_down(); int count_lines(int start, int end, bool start_pos_is_line_start) const; int line_start(int pos) const; - int line_end(int pos, bool start_pos_is_line_start) const; + int line_end(int startPos, bool startPosIsLineStart) const; int skip_lines(int startPos, int nLines, bool startPosIsLineStart); int rewind_lines(int startPos, int nLines); void next_word(void); @@ -287,7 +287,7 @@ public: \param x number of pixels form the left margin \return an approximate column number based on the main font */ - double x_to_col(double y) const; + double x_to_col(double x) const; /** Convert a column number into an x pixel position. |
