mirror of https://github.com/fltk/fltk.git
Browse Source
- Added #defines for Visual C++ to speed up compiles. - Added FLTK.DLL project to visualc directory. - Added editor project to visualc directory. - Added icon() method to Fl_Window class. - Implemented xclass() method for WIN32. - Fixed extern declaration of fl_send_extra_move in Fl_Menu_Window.cxx. - scandir_win32.c needed to include <stdlib.h>. - Added fix from Bill for fl_width() bug. - Updated fix for Fl_Input to default to FL_DOWN_BOX. - Added visible() check for children of Fl_Pack. - Added WinMain() function to library. - Now show console window in debug mode. - Fixed demo.menu and demo.cxx to work under WIN32. git-svn-id: file:///fltk/svn/fltk/trunk@180 ea41ed52-d2ee-0310-a9c1-e6b18d33e121branch-1.0
72 changed files with 1493 additions and 631 deletions
@ -0,0 +1,33 @@ |
|||||||
|
/*
|
||||||
|
* "$Id: dummymain.c,v 1.1 1999/01/04 19:25:04 mike Exp $" |
||||||
|
* |
||||||
|
* Dummy main() entry routine for the Fast Light Tool Kit (FLTK). |
||||||
|
* This is only used to build the WIN32 DLL. |
||||||
|
* |
||||||
|
* Copyright 1998 by Bill Spitzak and others. |
||||||
|
* |
||||||
|
* This library is free software; you can redistribute it and/or |
||||||
|
* modify it under the terms of the GNU Library General Public |
||||||
|
* License as published by the Free Software Foundation; either |
||||||
|
* version 2 of the License, or (at your option) any later version. |
||||||
|
* |
||||||
|
* This library is distributed in the hope that it will be useful, |
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
||||||
|
* Library General Public License for more details. |
||||||
|
* |
||||||
|
* You should have received a copy of the GNU Library General Public |
||||||
|
* License along with this library; if not, write to the Free Software |
||||||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
||||||
|
* USA. |
||||||
|
* |
||||||
|
* Please report all bugs and problems to "fltk-bugs@easysw.com". |
||||||
|
*/ |
||||||
|
|
||||||
|
#ifdef WIN32 |
||||||
|
int main(int argc, char **argv) { return 0; } |
||||||
|
#endif /* WIN32 */ |
||||||
|
|
||||||
|
/*
|
||||||
|
* End of "$Id: dummymain.c,v 1.1 1999/01/04 19:25:04 mike Exp $". |
||||||
|
*/ |
@ -0,0 +1,80 @@ |
|||||||
|
# Menu description file for the generic demo program |
||||||
|
# |
||||||
|
# Each line consists of three fields, separated by : |
||||||
|
# |
||||||
|
# - menu name : To which the item belongs (starts with @) |
||||||
|
# - item name : Placed on button. (use \n for newline) |
||||||
|
# - command name: To be executed. Use a menu name to define a submenu. |
||||||
|
# |
||||||
|
# @main indicates the main menu. |
||||||
|
# |
||||||
|
|
||||||
|
@main:Widget\nTests:@x |
||||||
|
@x:Fl_Browser:browser |
||||||
|
@x:Fl_Input:input |
||||||
|
@x:Fl_Output:output |
||||||
|
@x:Fl_Button:radio |
||||||
|
@x:Fl_Tabs:tabs |
||||||
|
@x:Fl_Tile:tile |
||||||
|
@x:Fl_Scroll:scroll |
||||||
|
@x:Fl_Pack:pack |
||||||
|
@x:Fl_Menu:menubar |
||||||
|
|
||||||
|
@main:Window\nTests:@w |
||||||
|
@w:overlay:overlay |
||||||
|
@w:subwindow:subwindow |
||||||
|
@w:double\nbuffer:doublebuffer |
||||||
|
@w:GL window:cube |
||||||
|
@w:GL overlay:gl_overlay |
||||||
|
@w:iconize:iconize |
||||||
|
@w:fullscreen:fullscreen |
||||||
|
@w:resizable:resizebox |
||||||
|
@w:resize:resize |
||||||
|
|
||||||
|
@main:Drawing\nTests:@d |
||||||
|
@d:Fl_Bitmap:bitmap |
||||||
|
@d:Fl_Pixmap:pixmap |
||||||
|
@d:Fl_Image:image |
||||||
|
@d:pixmap\nbrowser:pixmap_browser |
||||||
|
@d:cursor:cursor |
||||||
|
@d:labels:label |
||||||
|
@d:fl_arc:arc |
||||||
|
@d:fl_curve:curve |
||||||
|
@d:fonts:fonts |
||||||
|
|
||||||
|
@main:Events:@u |
||||||
|
@u:navigation:navigation |
||||||
|
@u:minimum update:minimum |
||||||
|
@u:keyboard:keyboard |
||||||
|
@u:fast & slow widgets:fast_slow |
||||||
|
@u:inactive:inactive |
||||||
|
|
||||||
|
@main:Fluid\n(UI design tool):../fluid/fluid valuators.fl |
||||||
|
|
||||||
|
@main:Cool\nDemos:@e |
||||||
|
@e:X Color\nBrowser:colbrowser |
||||||
|
@e:Mandelbrot:mandelbrot |
||||||
|
@e:Fractals:fractals |
||||||
|
@e:Puzzle:glpuzzle |
||||||
|
@e:shiny\nOpenGL\nbuttons:shiny |
||||||
|
@e:Checkers:checkers |
||||||
|
|
||||||
|
@main:Other\nTests:@o |
||||||
|
@o:color choosers:color_chooser r |
||||||
|
@o:file chooser:file_chooser |
||||||
|
@o:XForms Emulation:forms |
||||||
|
|
||||||
|
@main:Tutorial\nfrom\nManual:@j |
||||||
|
@j:ask\n(modified):ask |
||||||
|
@j:button:button |
||||||
|
@j:editor:editor |
||||||
|
@j:hello:hello |
||||||
|
@j:shape:shape |
||||||
|
|
||||||
|
@main:Images\nfor\nManual:@i |
||||||
|
@i:valuators:valuators |
||||||
|
@i:symbols:symbols |
||||||
|
@i:buttons:buttons |
||||||
|
@i:clock:clock |
||||||
|
@i:popups:message |
||||||
|
@i:boxtypes:boxtype |
@ -0,0 +1,96 @@ |
|||||||
|
# Microsoft Developer Studio Project File - Name="editor" - Package Owner=<4> |
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 5.00 |
||||||
|
# ** DO NOT EDIT ** |
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Application" 0x0101 |
||||||
|
|
||||||
|
CFG=editor - Win32 Debug |
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE, |
||||||
|
!MESSAGE use the Export Makefile command and run |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE NMAKE /f "editor.mak". |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE You can specify a configuration when running NMAKE |
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example: |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE NMAKE /f "editor.mak" CFG="editor - Win32 Debug" |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE Possible choices for configuration are: |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE "editor - Win32 Release" (based on "Win32 (x86) Application") |
||||||
|
!MESSAGE "editor - Win32 Debug" (based on "Win32 (x86) Application") |
||||||
|
!MESSAGE |
||||||
|
|
||||||
|
# Begin Project |
||||||
|
# PROP Scc_ProjName "" |
||||||
|
# PROP Scc_LocalPath "" |
||||||
|
CPP=cl.exe |
||||||
|
MTL=midl.exe |
||||||
|
RSC=rc.exe |
||||||
|
|
||||||
|
!IF "$(CFG)" == "editor - Win32 Release" |
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0 |
||||||
|
# PROP BASE Use_Debug_Libraries 0 |
||||||
|
# PROP BASE Output_Dir "Release" |
||||||
|
# PROP BASE Intermediate_Dir "Release" |
||||||
|
# PROP BASE Target_Dir "" |
||||||
|
# PROP Use_MFC 0 |
||||||
|
# PROP Use_Debug_Libraries 0 |
||||||
|
# PROP Output_Dir "Release" |
||||||
|
# PROP Intermediate_Dir "Release" |
||||||
|
# PROP Ignore_Export_Lib 0 |
||||||
|
# PROP Target_Dir "" |
||||||
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
||||||
|
# ADD CPP /nologo /MT /GX /Os /Ob1 /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c |
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG" |
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG" |
||||||
|
BSC32=bscmake.exe |
||||||
|
# ADD BASE BSC32 /nologo |
||||||
|
# ADD BSC32 /nologo |
||||||
|
LINK32=link.exe |
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 |
||||||
|
# ADD LINK32 fltk.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /entry:"" /subsystem:windows /incremental:yes /machine:I386 /nodefaultlib:"libcd" /out:"../test/editor.exe" /libpath:"..\lib" |
||||||
|
# SUBTRACT LINK32 /pdb:none |
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "editor - Win32 Debug" |
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0 |
||||||
|
# PROP BASE Use_Debug_Libraries 1 |
||||||
|
# PROP BASE Output_Dir "editor_" |
||||||
|
# PROP BASE Intermediate_Dir "editor_" |
||||||
|
# PROP BASE Target_Dir "" |
||||||
|
# PROP Use_MFC 0 |
||||||
|
# PROP Use_Debug_Libraries 1 |
||||||
|
# PROP Output_Dir "editor_" |
||||||
|
# PROP Intermediate_Dir "editor_" |
||||||
|
# PROP Ignore_Export_Lib 0 |
||||||
|
# PROP Target_Dir "" |
||||||
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
||||||
|
# ADD CPP /nologo /MTd /Gm /GX /Zi /Od /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c |
||||||
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD BASE RSC /l 0x409 /d "_DEBUG" |
||||||
|
# ADD RSC /l 0x409 /d "_DEBUG" |
||||||
|
BSC32=bscmake.exe |
||||||
|
# ADD BASE BSC32 /nologo |
||||||
|
# ADD BSC32 /nologo |
||||||
|
LINK32=link.exe |
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept |
||||||
|
# ADD LINK32 fltkd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /entry:"" /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd" /out:"../test/editord.exe" /pdbtype:sept /libpath:"..\lib" |
||||||
|
# SUBTRACT LINK32 /pdb:none |
||||||
|
|
||||||
|
!ENDIF |
||||||
|
|
||||||
|
# Begin Target |
||||||
|
|
||||||
|
# Name "editor - Win32 Release" |
||||||
|
# Name "editor - Win32 Debug" |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\test\editor.cxx |
||||||
|
# End Source File |
||||||
|
# End Target |
||||||
|
# End Project |
@ -0,0 +1,555 @@ |
|||||||
|
# Microsoft Developer Studio Project File - Name="fltkdll" - Package Owner=<4> |
||||||
|
# Microsoft Developer Studio Generated Build File, Format Version 5.00 |
||||||
|
# ** DO NOT EDIT ** |
||||||
|
|
||||||
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 |
||||||
|
|
||||||
|
CFG=fltkdll - Win32 Debug |
||||||
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE, |
||||||
|
!MESSAGE use the Export Makefile command and run |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE NMAKE /f "fltkdll.mak". |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE You can specify a configuration when running NMAKE |
||||||
|
!MESSAGE by defining the macro CFG on the command line. For example: |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE NMAKE /f "fltkdll.mak" CFG="fltkdll - Win32 Debug" |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE Possible choices for configuration are: |
||||||
|
!MESSAGE |
||||||
|
!MESSAGE "fltkdll - Win32 Release" (based on\ |
||||||
|
"Win32 (x86) Dynamic-Link Library") |
||||||
|
!MESSAGE "fltkdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") |
||||||
|
!MESSAGE |
||||||
|
|
||||||
|
# Begin Project |
||||||
|
# PROP Scc_ProjName "" |
||||||
|
# PROP Scc_LocalPath "" |
||||||
|
CPP=cl.exe |
||||||
|
MTL=midl.exe |
||||||
|
RSC=rc.exe |
||||||
|
|
||||||
|
!IF "$(CFG)" == "fltkdll - Win32 Release" |
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0 |
||||||
|
# PROP BASE Use_Debug_Libraries 0 |
||||||
|
# PROP BASE Output_Dir "fltkdll_" |
||||||
|
# PROP BASE Intermediate_Dir "fltkdll_" |
||||||
|
# PROP BASE Target_Dir "" |
||||||
|
# PROP Use_MFC 0 |
||||||
|
# PROP Use_Debug_Libraries 0 |
||||||
|
# PROP Output_Dir "fltkdll_" |
||||||
|
# PROP Intermediate_Dir "fltkdll_" |
||||||
|
# PROP Ignore_Export_Lib 0 |
||||||
|
# PROP Target_Dir "" |
||||||
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c |
||||||
|
# ADD CPP /nologo /MT /GX /Os /Ob1 /I "." /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c |
||||||
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD BASE RSC /l 0x409 /d "NDEBUG" |
||||||
|
# ADD RSC /l 0x409 /d "NDEBUG" |
||||||
|
BSC32=bscmake.exe |
||||||
|
# ADD BASE BSC32 /nologo |
||||||
|
# ADD BSC32 /nologo |
||||||
|
LINK32=link.exe |
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 |
||||||
|
# ADD LINK32 glu32.lib opengl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /incremental:yes /machine:I386 /out:"../lib/fltk.dll" |
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "fltkdll - Win32 Debug" |
||||||
|
|
||||||
|
# PROP BASE Use_MFC 0 |
||||||
|
# PROP BASE Use_Debug_Libraries 1 |
||||||
|
# PROP BASE Output_Dir "fltkdll0" |
||||||
|
# PROP BASE Intermediate_Dir "fltkdll0" |
||||||
|
# PROP BASE Target_Dir "" |
||||||
|
# PROP Use_MFC 0 |
||||||
|
# PROP Use_Debug_Libraries 1 |
||||||
|
# PROP Output_Dir "fltkdll0" |
||||||
|
# PROP Intermediate_Dir "fltkdll0" |
||||||
|
# PROP Ignore_Export_Lib 0 |
||||||
|
# PROP Target_Dir "" |
||||||
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c |
||||||
|
# ADD CPP /nologo /MTd /Gm /GX /Zi /Od /Ob1 /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /FD /c |
||||||
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 |
||||||
|
# ADD BASE RSC /l 0x409 /d "_DEBUG" |
||||||
|
# ADD RSC /l 0x409 /d "_DEBUG" |
||||||
|
BSC32=bscmake.exe |
||||||
|
# ADD BASE BSC32 /nologo |
||||||
|
# ADD BSC32 /nologo |
||||||
|
LINK32=link.exe |
||||||
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept |
||||||
|
# ADD LINK32 glu32.lib opengl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../lib/fltkd.dll" /pdbtype:sept |
||||||
|
|
||||||
|
!ENDIF |
||||||
|
|
||||||
|
# Begin Target |
||||||
|
|
||||||
|
# Name "fltkdll - Win32 Release" |
||||||
|
# Name "fltkdll - Win32 Debug" |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\dummymain.c |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_absolute.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_expand.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_ext.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_isdir.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_list.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_match.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\filename_setext.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_abort.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Adjuster.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_arc.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_arci.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_arg.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_ask.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Bitmap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_boxtype.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Browser.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Browser_.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Browser_load.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Chart.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Check_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Choice.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Clock.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_color.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Color_Chooser.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Counter.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_cursor.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_curve.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_cutpaste.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Dial.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_diamond_box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_display.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Double_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_draw.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_draw_image.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_draw_pixmap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_engraved_label.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_file_chooser.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_font.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_get_key.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_get_system_colors.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Gl_Choice.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Gl_Choice.H |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Gl_Overlay.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Gl_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Group.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Image.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Input.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Input_.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_labeltype.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Light_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_add.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_Bar.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_global.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Menu_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Multi_Label.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Output.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_oval_box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_overlay.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_overlay_visual.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Overlay_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_own_colormap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Pack.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Pixmap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Positioner.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_rect.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Repeat_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Return_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Roller.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_round_box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Round_Button.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_rounded_box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Scroll.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_scroll_area.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Scrollbar.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_set_font.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_set_fonts.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_shadow_box.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_shortcut.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_show_colormap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Single_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Slider.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_symbols.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Tabs.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Tile.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Valuator.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Value_Input.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Value_Output.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Value_Slider.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\fl_vertex.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_visual.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Widget.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Window.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Window_fullscreen.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Window_hotspot.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_Window_iconize.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\Fl_x.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_bitmap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_compatability.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_free.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_fselect.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_pixmap.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\forms_timer.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\gl_draw.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\gl_start.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\glut_compatability.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\glut_font.cxx |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\numericsort.c |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\scandir.c |
||||||
|
# End Source File |
||||||
|
# Begin Source File |
||||||
|
|
||||||
|
SOURCE=..\src\vsnprintf.c |
||||||
|
# End Source File |
||||||
|
# End Target |
||||||
|
# End Project |
Loading…
Reference in new issue