fox1.7.19

所属分类:界面编程
开发工具:Visual C++
文件大小:5425KB
下载次数:32
上传日期:2009-02-23 23:23:03
上 传 者KUGUOXIN
说明:  fox toolkit界面库 刚刚下的 下了很久 主要是跨平台 简洁 高效 我还没用 不知道漂亮不。。。
(fox toolkit interface library has just under the circumstances for a long time is simple and efficient cross-platform did not know I have not used non-beautiful. . .)

文件列表:
fox-1.7.19 (0, 2009-02-06)
fox-1.7.19\aclocal.m4 (239749, 2009-01-20)
fox-1.7.19\ADDITIONS (2994, 1999-09-14)
fox-1.7.19\adie (0, 2009-02-06)
fox-1.7.19\adie\adie.1 (3079, 2008-03-06)
fox-1.7.19\adie\Adie.cpp (7313, 2009-01-07)
fox-1.7.19\adie\Adie.h (4164, 2009-01-07)
fox-1.7.19\adie\Adie.stx (33261, 2009-01-20)
fox-1.7.19\adie\adie_gif.gif (39168, 2001-08-22)
fox-1.7.19\adie\big_gif.gif (1909, 2001-08-22)
fox-1.7.19\adie\bookdel_gif.gif (120, 2002-01-11)
fox-1.7.19\adie\booknext_gif.gif (113, 2002-01-11)
fox-1.7.19\adie\bookprev_gif.gif (111, 2002-01-11)
fox-1.7.19\adie\bookset_gif.gif (98, 2002-01-11)
fox-1.7.19\adie\browser.gif (115, 2006-08-16)
fox-1.7.19\adie\capitalize.gif (77, 2007-03-28)
fox-1.7.19\adie\close_gif.gif (222, 2002-01-11)
fox-1.7.19\adie\colors_gif.gif (130, 2001-08-22)
fox-1.7.19\adie\Commands.cpp (4383, 2009-01-07)
fox-1.7.19\adie\Commands.h (3443, 2009-01-07)
fox-1.7.19\adie\config_gif.gif (590, 2006-06-01)
fox-1.7.19\adie\copy_gif.gif (96, 2001-08-22)
fox-1.7.19\adie\cut_gif.gif (89, 2001-08-22)
fox-1.7.19\adie\delete_gif.gif (77, 2001-08-22)
fox-1.7.19\adie\delimit_gif.gif (186, 2002-01-15)
fox-1.7.19\adie\fonts_gif.gif (93, 2001-08-22)
fox-1.7.19\adie\help.cpp (26141, 2009-01-07)
fox-1.7.19\adie\help.h (1882, 2009-01-07)
fox-1.7.19\adie\HelpWindow.cpp (3251, 2009-01-07)
fox-1.7.19\adie\HelpWindow.h (2136, 2009-01-07)
fox-1.7.19\adie\help_gif.gif (201, 2001-08-22)
fox-1.7.19\adie\Hilite.cpp (8780, 2009-01-07)
fox-1.7.19\adie\Hilite.h (8589, 2009-01-07)
fox-1.7.19\adie\icons.cpp (257916, 2009-02-06)
fox-1.7.19\adie\icons.h (4101, 2009-02-06)
fox-1.7.19\adie\indent_gif.gif (127, 2002-01-15)
fox-1.7.19\adie\info_gif.gif (361, 2002-01-11)
fox-1.7.19\adie\lang_gif.gif (580, 2002-01-17)
fox-1.7.19\adie\LICENSE (35147, 2007-07-06)
fox-1.7.19\adie\lowercase.gif (109, 2007-03-28)
... ...

The FOX GUI Library =================== Jeroen van der Zijp What Is FOX? ============ FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects! Considerable importance has been placed on making FOX one of the fastest toolkits around, and to minimize memory use:- FOX uses a number of techniques to speed up drawing and spatial layout of the GUI. Memory is conserved by allowing programmers to create and destroy GUI elements on the fly. Even though FOX offers a large collection of Controls already, FOX leverages C++ to allow programmers to easily build additional Controls and GUI elements, simply by taking existing controls, and creating a derived class which simply adds or redefines the desired behavior. One of the prime design goals of FOX is the ease of programming; thus, most controls can be created using a single line of C++ code; most parameters have sensible default values, so that they may be omitted, and layout managers ensure that designers of GUI's do not have to worry about precise alignments. Another nice feature of FOX which significantly reduces the number of lines of code which have to be written is FOX's ability to have widgets connect to each other, and passing certain commands between them; for example, a menu entry Hide Toolbar can be directly connected to the Toolbar, and cause it to hide. Finally, FOX makes it easy to maintain the state of the GUI in an application by having the GUI elements automatically updating themselves by interrogating the application's state. This feature eliminates the large amount of effort that may go into sensitizing, graying out, checking/unchecking etc. depending on the application state. Where to get it? ================ You can FTP the complete FOX GUI toolkit from our FTP site: ftp://ftp.fox-toolkit.org/pub/ The distribution includes this on-line (HTML) documentation you see here. Mailing List. ============= To stay informed, we now have a mailing list for FOX. To subscribe, send mail to foxgui-users-request@lists.sourceforge.net with the word subscribe in the message body. Messages to the list can be sent to foxgui-users@lists.sourceforge.net. FOX announcements will be made through the foxgui-announce@lists.sourceforge.net list; you can subscribe to this list by sending a message "subscribe" to the list server at foxgui-announce-request@lists.sourceforge.net. Installation. ============= Please refer to the file INSTALL. FOX should compile on a large number of UNIX systems. The current "configure" scripts are however still somewhat primitive; if you need to make specific alterations to the configure system, feel free to send them to me so that I may merge them into the main distribution. The current FOX distribution compiles on Windows NT using the eXceed system; we expect however to get some core functionality to become available under the native Windows environment fairly soon. Getting started. ================ To get started programming with FOX, take a look at the tests directory, which contains some example programs. The best one to look at is probably the "glviewer" application. Note that you need OpenGL or Mesa on your machine in order to compile it. Finding FOX using GNU configure. ================================ GNU auto configure has features to detect the whereabouts of a library (AC_CHECK_LIB). Unfortunately, it assumes that you're looking for a C library, not a C++ library, and thus name mangling prevents it from finding FOX as all of FOX's API are C++. A special "dummy" C-linkage function was created to allow GNU auto configure to find the FOX library; you can use it in your configure.in as follows: AC_CHECK_LIB(FOX, fxfindfox) Bugs. ===== Please file bugs and questions to the list foxgui-users@lists.sourceforge.net. Before filing a bug, please take a moment to download the latest version of FOX, and make sure the problem still persists:- FOX is being developed fairly rapidly, and it is possible that some of the problems you may have experienced have already been fixed. License. ======== The FOX Library proper is licensed under GNU Lesser GPL; all the examples and demo programs are licensed under GPL. If you write software based on the FOX library, please include the following in your About Box, or some other place where a user may be able to see it: This software uses the FOX Toolkit (http://www.fox-toolkit.org). Thanks!

近期下载者

相关文件


收藏者