From a529510e5b8f84b15aacd103936df89bb767bb29 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 26 Jul 2004 20:52:52 +0000 Subject: More documentation updates... Fl_File_Chooser did not handle some cases for filename completion (STR #376) Fl_Help_View didn't properly compute the default maximum width of the page properly, resulting in non-wrapped text in table cells (STR #464) Fl_Text_Editor no longer tries to emulate the Emacs CTRL-A shortcut to move to the first column, since there is a key for that and the widget does not emulate any other Emacs keys (STR #421) Fl_File_Chooser always disabled the OK button when the user pressed DELETE or BACKSPACE (STR #397) Added Fl_Browser::swap() methods (STR #459) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3698 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Browser.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/Fl_Browser.html') diff --git a/documentation/Fl_Browser.html b/documentation/Fl_Browser.html index bf439dfce..8db61d937 100644 --- a/documentation/Fl_Browser.html +++ b/documentation/Fl_Browser.html @@ -81,8 +81,13 @@ subclass of Fl_Browser_.

+ + + @@ -192,6 +197,8 @@ will always return 0.

int Fl_Browser::size() const

Returns how many lines are in the browser. The last line number is equal to this. +

void Fl_Browser::swap(int a, int b)

+Swaps two lines in the browser.

const char *Fl_Browser::text(int n) const
void Fl_Browser::text(int n, const char *)

The first form returns the text for line n. If n is -- cgit v1.2.3