From 6ed54124bbff402944085568bb2fa2148a2eff62 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 13 Dec 2008 18:31:54 +0000 Subject: Fixed typos and doxygen documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6582 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tabs.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Tabs.cxx') diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index fac59eef7..9877beb28 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -29,7 +29,7 @@ // This is the "file card tabs" interface to allow you to put lots and lots // of buttons and switches in a panel, as popularized by many toolkits. -// Each child widget is a card, and it's label() is printed on the card tab. +// Each child widget is a card, and its label() is printed on the card tab. // Clicking the tab makes that card visible. #include @@ -43,7 +43,7 @@ // return the left edges of each tab (plus a fake left edge for a tab // past the right-hand one). These position are actually of the left -// edge of the slope. They are either seperated by the correct distance +// edge of the slope. They are either separated by the correct distance // or by EXTRASPACE or by zero. // Return value is the index of the selected item. @@ -411,7 +411,7 @@ void Fl_Tabs::draw_tab(int x1, int x2, int W, int H, Fl_Widget* o, int what) {

The destructor also deletes all the children. This allows a whole tree to be deleted at once, without having to keep a pointer to all the children in the user code. A kludge - has been done so the Fl_Tabs and all of it's children + has been done so the Fl_Tabs and all of its children can be automatic (local) variables, but you must declare the Fl_Tabs widget first so that it is destroyed last. */ -- cgit v1.2.3