readme.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. Flmm_Tabs | Matthias Melcher | [email protected]
  2. Due to popular request, Flmm_Tabs implements tabs with an arbitrary number of children. When the tab row grows too big, a pulldown menu button shows up to the right of the tabs which allows selection of any child. It is also possible to walk through all tabs by clicking the left or right tab at the very outside border.
  3. Flmm_Tabs is derived from Fl_Tabs and uses precisely the same API.
  4. REPORTING BUGS
  5. To report a bug in FLMM, send an email to
  6. "[email protected]". Please include the FLMM version,
  7. operating system & version, and compiler that you are using
  8. when describing the bug or problem.
  9. COPYRIGHT
  10. FLMM is copyright 2002-2004 by Matthias Melcher ([email protected])
  11. This library is free software; you can redistribute it
  12. and/or modify it under the terms of the GNU Library General
  13. Public License as published by the Free Software Foundation;
  14. either version 2 of the License, or (at your option) any
  15. later version.
  16. This library is distributed in the hope that it will be
  17. useful, but WITHOUT ANY WARRANTY; without even the implied
  18. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  19. PURPOSE. See the GNU Library General Public License for
  20. more details.
  21. You should have received a copy of the GNU Library General
  22. Public License along with this library; if not, write to the
  23. Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  24. Boston, MA 02111-1307 USA.