mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 02:46:34 +08:00
Doxygen documentation : took the opportunity to update copyright info as we modified already in batch almost all sources, added also a fil doxygen command to class headers to harmonize with original matt Fl_Widget dox. format.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6265 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Main header file for the Fast Light Tool Kit (FLTK).
|
// Main header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2006 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,11 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
|
||||||
|
* Fl static class .
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef Fl_H
|
#ifndef Fl_H
|
||||||
# define Fl_H
|
# define Fl_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
|
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Adjuster widget . */
|
||||||
|
|
||||||
// 3-button "slider", made for Nuke
|
// 3-button "slider", made for Nuke
|
||||||
|
|
||||||
#ifndef Fl_Adjuster_H
|
#ifndef Fl_Adjuster_H
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// BMP image header file for the Fast Light Tool Kit (FLTK).
|
// BMP image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_BMP_Image widget . */
|
||||||
|
|
||||||
#ifndef Fl_BMP_Image_H
|
#ifndef Fl_BMP_Image_H
|
||||||
#define Fl_BMP_Image_H
|
#define Fl_BMP_Image_H
|
||||||
# include "Fl_Image.H"
|
# include "Fl_Image.H"
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Bitmap header file for the Fast Light Tool Kit (FLTK).
|
// Bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Bitmap widget . */
|
||||||
|
|
||||||
#ifndef Fl_Bitmap_H
|
#ifndef Fl_Bitmap_H
|
||||||
#define Fl_Bitmap_H
|
#define Fl_Bitmap_H
|
||||||
# include "Fl_Image.H"
|
# include "Fl_Image.H"
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Box header file for the Fast Light Tool Kit (FLTK).
|
// Box header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Box widget . */
|
||||||
|
|
||||||
#ifndef Fl_Box_H
|
#ifndef Fl_Box_H
|
||||||
#define Fl_Box_H
|
#define Fl_Box_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Browser header file for the Fast Light Tool Kit (FLTK).
|
// Browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Browser widget . */
|
||||||
|
|
||||||
// Forms-compatable browser. Probably useful for other
|
// Forms-compatable browser. Probably useful for other
|
||||||
// lists of textual data. Notice that the line numbers
|
// lists of textual data. Notice that the line numbers
|
||||||
// start from 1, and 0 means "no line".
|
// start from 1, and 0 means "no line".
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Common browser header file for the Fast Light Tool Kit (FLTK).
|
// Common browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Browser_ widget . */
|
||||||
|
|
||||||
// This is the base class for browsers. To be useful it must
|
// This is the base class for browsers. To be useful it must
|
||||||
// be subclassed and several virtual functions defined. The
|
// be subclassed and several virtual functions defined. The
|
||||||
// Forms-compatable browser and the file chooser's browser are
|
// Forms-compatable browser and the file chooser's browser are
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Button widget . */
|
||||||
|
|
||||||
#ifndef Fl_Button_H
|
#ifndef Fl_Button_H
|
||||||
#define Fl_Button_H
|
#define Fl_Button_H
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Chart widget . */
|
||||||
|
|
||||||
#ifndef Fl_Chart_H
|
#ifndef Fl_Chart_H
|
||||||
#define Fl_Chart_H
|
#define Fl_Chart_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
|
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Check_Browser widget . */
|
||||||
|
|
||||||
#ifndef Fl_Check_Browser_H
|
#ifndef Fl_Check_Browser_H
|
||||||
#define Fl_Check_Browser_H
|
#define Fl_Check_Browser_H
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Check_Button widget . */
|
||||||
|
|
||||||
#ifndef Fl_Check_Button_H
|
#ifndef Fl_Check_Button_H
|
||||||
#define Fl_Check_Button_H
|
#define Fl_Check_Button_H
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Choice widget . */
|
||||||
|
|
||||||
#ifndef Fl_Choice_H
|
#ifndef Fl_Choice_H
|
||||||
#define Fl_Choice_H
|
#define Fl_Choice_H
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -26,8 +26,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
/** \file
|
/** \file
|
||||||
* Fl_Clock widget definitions for the Fast Light Tool Kit (FLTK).
|
Fl_Clock, Fl_Clock_Output widgets . */
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef Fl_Clock_H
|
#ifndef Fl_Clock_H
|
||||||
#define Fl_Clock_H
|
#define Fl_Clock_H
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Color_Chooser widget . */
|
||||||
|
|
||||||
// The color chooser object and the color chooser popup. The popup
|
// The color chooser object and the color chooser popup. The popup
|
||||||
// is just a window containing a single color chooser and some boxes
|
// is just a window containing a single color chooser and some boxes
|
||||||
// to indicate the current and cancelled color.
|
// to indicate the current and cancelled color.
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Counter widget . */
|
||||||
|
|
||||||
// A numerical value with up/down step buttons. From Forms.
|
// A numerical value with up/down step buttons. From Forms.
|
||||||
|
|
||||||
#ifndef Fl_Counter_H
|
#ifndef Fl_Counter_H
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Dial header file for the Fast Light Tool Kit (FLTK).
|
// Dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Dial widget . */
|
||||||
|
|
||||||
#ifndef Fl_Dial_H
|
#ifndef Fl_Dial_H
|
||||||
#define Fl_Dial_H
|
#define Fl_Dial_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Double-buffered window header file for the Fast Light Tool Kit (FLTK).
|
// Double-buffered window header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Double_Window widget . */
|
||||||
|
|
||||||
#ifndef Fl_Double_Window_H
|
#ifndef Fl_Double_Window_H
|
||||||
#define Fl_Double_Window_H
|
#define Fl_Double_Window_H
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* "$Id$"
|
* "$Id$"
|
||||||
*
|
*
|
||||||
* WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK).
|
* WIN32 DLL export .
|
||||||
*
|
*
|
||||||
* Copyright 1998-2005 by Bill Spitzak and others.
|
* Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_File_Browser widget . */
|
||||||
|
|
||||||
//
|
//
|
||||||
// Include necessary header files...
|
// Include necessary header files...
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_File_Chooser widget . */
|
||||||
|
|
||||||
// generated by Fast Light User Interface Designer (fluid) version 1.0300
|
// generated by Fast Light User Interface Designer (fluid) version 1.0300
|
||||||
|
|
||||||
#ifndef Fl_File_Chooser_H
|
#ifndef Fl_File_Chooser_H
|
||||||
|
|||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_File_Icon widget . */
|
||||||
|
|
||||||
//
|
//
|
||||||
// Include necessary header files...
|
// Include necessary header files...
|
||||||
//
|
//
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// File_Input header file for the Fast Light Tool Kit (FLTK).
|
// File_Input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
// Original version Copyright 1998 by Curtis Edwards.
|
// Original version Copyright 1998 by Curtis Edwards.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@@ -26,6 +26,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_File_Input widget . */
|
||||||
|
|
||||||
#ifndef Fl_File_Input_H
|
#ifndef Fl_File_Input_H
|
||||||
# define Fl_File_Input_H
|
# define Fl_File_Input_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Filled dial header file for the Fast Light Tool Kit (FLTK).
|
// Filled dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Fill_Dial widget . */
|
||||||
|
|
||||||
#ifndef Fl_Fill_Dial_H
|
#ifndef Fl_Fill_Dial_H
|
||||||
#define Fl_Fill_Dial_H
|
#define Fl_Fill_Dial_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Filled slider header file for the Fast Light Tool Kit (FLTK).
|
// Filled slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Fill_Slider widget . */
|
||||||
|
|
||||||
#ifndef Fl_Fill_Slider_H
|
#ifndef Fl_Fill_Slider_H
|
||||||
#define Fl_Fill_Slider_H
|
#define Fl_Fill_Slider_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Floating point input header file for the Fast Light Tool Kit (FLTK).
|
// Floating point input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Float_Input widget . */
|
||||||
|
|
||||||
|
|
||||||
#ifndef Fl_Float_Input_H
|
#ifndef Fl_Float_Input_H
|
||||||
#define Fl_Float_Input_H
|
#define Fl_Float_Input_H
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
|
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_FormsBitmap widget . */
|
||||||
|
|
||||||
#ifndef Fl_FormsBitmap_H
|
#ifndef Fl_FormsBitmap_H
|
||||||
#define Fl_FormsBitmap_H
|
#define Fl_FormsBitmap_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
|
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_FormsPixmap widget . */
|
||||||
|
|
||||||
#ifndef Fl_FormsPixmap_H
|
#ifndef Fl_FormsPixmap_H
|
||||||
#define Fl_FormsPixmap_H
|
#define Fl_FormsPixmap_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Forms free header file for the Fast Light Tool Kit (FLTK).
|
// Forms free header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Free widget . */
|
||||||
|
|
||||||
#ifndef Fl_Free_H
|
#ifndef Fl_Free_H
|
||||||
#define Fl_Free_H
|
#define Fl_Free_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// GIF image header file for the Fast Light Tool Kit (FLTK).
|
// GIF image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_GIF_Image widget . */
|
||||||
|
|
||||||
#ifndef Fl_GIF_Image_H
|
#ifndef Fl_GIF_Image_H
|
||||||
#define Fl_GIF_Image_H
|
#define Fl_GIF_Image_H
|
||||||
# include "Fl_Pixmap.H"
|
# include "Fl_Pixmap.H"
|
||||||
|
|||||||
+5
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// OpenGL header file for the Fast Light Tool Kit (FLTK).
|
// OpenGL header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -24,6 +24,10 @@
|
|||||||
//
|
//
|
||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Gl_Window widget . */
|
||||||
|
|
||||||
#ifndef Fl_Gl_Window_H
|
#ifndef Fl_Gl_Window_H
|
||||||
#define Fl_Gl_Window_H
|
#define Fl_Gl_Window_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Group header file for the Fast Light Tool Kit (FLTK).
|
// Group header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Group, Fl_End classes . */
|
||||||
|
|
||||||
#ifndef Fl_Group_H
|
#ifndef Fl_Group_H
|
||||||
#define Fl_Group_H
|
#define Fl_Group_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Help_Dialog widget . */
|
||||||
|
|
||||||
// generated by Fast Light User Interface Designer (fluid) version 1.0108
|
// generated by Fast Light User Interface Designer (fluid) version 1.0108
|
||||||
|
|
||||||
#ifndef Fl_Help_Dialog_H
|
#ifndef Fl_Help_Dialog_H
|
||||||
|
|||||||
@@ -26,6 +26,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Help_View widget . */
|
||||||
|
|
||||||
#ifndef Fl_Help_View_H
|
#ifndef Fl_Help_View_H
|
||||||
# define Fl_Help_View_H
|
# define Fl_Help_View_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Hold browser header file for the Fast Light Tool Kit (FLTK).
|
// Hold browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Hold_Browser widget . */
|
||||||
|
|
||||||
#ifndef Fl_Hold_Browser_H
|
#ifndef Fl_Hold_Browser_H
|
||||||
#define Fl_Hold_Browser_H
|
#define Fl_Hold_Browser_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
|
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -24,6 +24,10 @@
|
|||||||
//
|
//
|
||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Hor_Fill_Slider widget . */
|
||||||
|
|
||||||
#ifndef Fl_Hor_Fill_Slider_H
|
#ifndef Fl_Hor_Fill_Slider_H
|
||||||
#define Fl_Hor_Fill_Slider_H
|
#define Fl_Hor_Fill_Slider_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
|
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Hor_Nice_Slider widget . */
|
||||||
|
|
||||||
#ifndef Fl_Hor_Nice_Slider_H
|
#ifndef Fl_Hor_Nice_Slider_H
|
||||||
#define Fl_Hor_Nice_Slider_H
|
#define Fl_Hor_Nice_Slider_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
|
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Hor_Slider widget . */
|
||||||
|
|
||||||
#ifndef Fl_Hor_Slider_H
|
#ifndef Fl_Hor_Slider_H
|
||||||
#define Fl_Hor_Slider_H
|
#define Fl_Hor_Slider_H
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
|
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Hor_Value_Slider widget . */
|
||||||
|
|
||||||
#ifndef Fl_Hor_Value_Slider_H
|
#ifndef Fl_Hor_Value_Slider_H
|
||||||
#define Fl_Hor_Value_Slider_H
|
#define Fl_Hor_Value_Slider_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Image header file for the Fast Light Tool Kit (FLTK).
|
// Image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Image, Fl_RGB_Image classes . */
|
||||||
|
|
||||||
#ifndef Fl_Image_H
|
#ifndef Fl_Image_H
|
||||||
# define Fl_Image_H
|
# define Fl_Image_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Input header file for the Fast Light Tool Kit (FLTK).
|
// Input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Input widget . */
|
||||||
|
|
||||||
#ifndef Fl_Input_H
|
#ifndef Fl_Input_H
|
||||||
#define Fl_Input_H
|
#define Fl_Input_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Input base class header file for the Fast Light Tool Kit (FLTK).
|
// Input base class header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Input_ widget . */
|
||||||
|
|
||||||
#ifndef Fl_Input__H
|
#ifndef Fl_Input__H
|
||||||
#define Fl_Input__H
|
#define Fl_Input__H
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
// | input area || \/ |
|
// | input area || \/ |
|
||||||
// |______________||____|
|
// |______________||____|
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
// Copyright 2004 by Greg Ercolano.
|
// Copyright 2004 by Greg Ercolano.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@@ -30,6 +30,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Input_Choice widget . */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef Fl_Input_Choice_H
|
#ifndef Fl_Input_Choice_H
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Integer input header file for the Fast Light Tool Kit (FLTK).
|
// Integer input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Int_Input widget . */
|
||||||
|
|
||||||
#ifndef Fl_Int_Input_H
|
#ifndef Fl_Int_Input_H
|
||||||
#define Fl_Int_Input_H
|
#define Fl_Int_Input_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// JPEG image header file for the Fast Light Tool Kit (FLTK).
|
// JPEG image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_JPEG_Image class . */
|
||||||
|
|
||||||
#ifndef Fl_JPEG_Image_H
|
#ifndef Fl_JPEG_Image_H
|
||||||
#define Fl_JPEG_Image_H
|
#define Fl_JPEG_Image_H
|
||||||
# include "Fl_Image.H"
|
# include "Fl_Image.H"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Lighted button header file for the Fast Light Tool Kit (FLTK).
|
// Lighted button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Light_Button widget . */
|
||||||
|
|
||||||
#ifndef Fl_Light_Button_H
|
#ifndef Fl_Light_Button_H
|
||||||
#define Fl_Light_Button_H
|
#define Fl_Light_Button_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Line dial header file for the Fast Light Tool Kit (FLTK).
|
// Line dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Line_Dial widget . */
|
||||||
|
|
||||||
#ifndef Fl_Line_Dial_H
|
#ifndef Fl_Line_Dial_H
|
||||||
#define Fl_Line_Dial_H
|
#define Fl_Line_Dial_H
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Old menu header file for the Fast Light Tool Kit (FLTK).
|
// Old menu header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Menu base class header file for the Fast Light Tool Kit (FLTK).
|
// Menu base class header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Menu_ widget . */
|
||||||
|
|
||||||
#ifndef Fl_Menu__H
|
#ifndef Fl_Menu__H
|
||||||
#define Fl_Menu__H
|
#define Fl_Menu__H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Menu bar header file for the Fast Light Tool Kit (FLTK).
|
// Menu bar header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Menu_Bar widget . */
|
||||||
|
|
||||||
#ifndef Fl_Menu_Bar_H
|
#ifndef Fl_Menu_Bar_H
|
||||||
#define Fl_Menu_Bar_H
|
#define Fl_Menu_Bar_H
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Menu button header file for the Fast Light Tool Kit (FLTK).
|
// Menu button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2005 by Bill Spitzak and others.
|
// Copyright 1998-2008 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@@ -25,6 +25,9 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/** \file
|
||||||
|
Fl_Menu_Button widget . */
|
||||||
|
|
||||||
#ifndef Fl_Menu_Button_H
|
#ifndef Fl_Menu_Button_H
|
||||||
#define Fl_Menu_Button_H
|
#define Fl_Menu_Button_H
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user