From 780755e46a65e932319fa508a6372a306beda36f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 5 Dec 2016 17:47:02 +0000 Subject: Fl_Text_Display documentation clarifications. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Text_Display.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl_Text_Display.H') diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index 5b05af189..27b3789a5 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -159,6 +159,7 @@ public: Sets the current text buffer associated with the text widget. Multiple text widgets can be associated with the same text buffer. \param buf new text buffer + \see Fl_Text_Display::buffer(Fl_Text_Buffer* buf) */ void buffer(Fl_Text_Buffer& buf) { buffer(&buf); } @@ -166,6 +167,8 @@ public: Gets the current text buffer associated with the text widget. Multiple text widgets can be associated with the same text buffer. \return current text buffer + \see Fl_Text_Display::buffer(Fl_Text_Buffer* buf) + \see Fl_Text_Display::buffer(Fl_Text_Buffer& buf) */ Fl_Text_Buffer* buffer() const { return mBuffer; } -- cgit v1.2.3