mirror of https://github.com/fltk/fltk
[Version 1.3.4] Update version numbers - hopefully complete.
Note to devs: if I missed something, please mark follow-up commits with [Version 1.3.4] so we can find the necessary commits for version updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c96c4c35b0
commit
0f45a7adf5
40
CHANGES
40
CHANGES
|
@ -1,7 +1,7 @@
|
|||
CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
|
||||
|
||||
New features and extensions
|
||||
|
||||
|
||||
- Added full support of true subwindows to the Mac OS X platform.
|
||||
Window nesting to any depth is possible. An Fl_Gl_Window window or
|
||||
subwindow can contain Fl_Window's as subwindows.
|
||||
|
@ -17,8 +17,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
|
|||
or not (STR #3142). It also captures subwindows of GL windows.
|
||||
- Fl::delete_widget() now hides the widget or window immediately
|
||||
(i.e. when called) - only destruction is delayed as before.
|
||||
- The PostScript code output when printing images under Linux/Unix
|
||||
is quite smaller due to use of lossless compression techniques.
|
||||
- The PostScript code output when printing images under Linux/Unix
|
||||
is quite smaller due to use of lossless compression techniques.
|
||||
|
||||
Bug fixes
|
||||
|
||||
|
@ -45,7 +45,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
|
|||
- New bilinear scaling method for RGB images (STR #2869, STR #3062).
|
||||
- New method Fl_Widget::top_window() (STR #2948).
|
||||
- New method Fl_Widget::top_window_offset() (part of STR #2944).
|
||||
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
|
||||
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
|
||||
- New methods Fl::enable_im() and Fl::disable_im() to enable/disable
|
||||
system Input Methods (IM).
|
||||
- New methods Fl::add_system_handler() and Fl::remove_system_handler()
|
||||
|
@ -220,7 +220,7 @@ CHANGES IN FLTK 1.3.1 RELEASED: Nov 06 2012
|
|||
- Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered
|
||||
when a screen is added, removed, moved or when resolution is changed
|
||||
(STR #2600)
|
||||
- Improved the description of page size and orientation by
|
||||
- Improved the description of page size and orientation by
|
||||
Fl_PostScript_File_Device.
|
||||
- Added support for horizontal wheel movement under X11 and Windows
|
||||
Vista and above (STR #2644).
|
||||
|
@ -268,10 +268,10 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
to be declared const, corrected an Fl_Text_Buffer attrib. typo
|
||||
- All draw() methods of widgets are now protected (STR #2142).
|
||||
- Changed Fl_Group::clip_children() to public (STR #2017)
|
||||
- Changed socket library to winsock2 (ws2_32.dll) instead of
|
||||
wsock32.dll for Windows. The dll is now loaded dynamically only
|
||||
if/when needed.
|
||||
- Changed hide() and show() methods. They are now virtual from
|
||||
- Changed socket library to winsock2 (ws2_32.dll) instead of
|
||||
wsock32.dll for Windows. The dll is now loaded dynamically only
|
||||
if/when needed.
|
||||
- Changed hide() and show() methods. They are now virtual from
|
||||
Fl_Widget.
|
||||
- Added new label and image alignments (STR #2269)
|
||||
- Added global UI options (STR #2471)
|
||||
|
@ -284,7 +284,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
- Added interface to set color chooser mode (STR #2407)
|
||||
- Added Fl_Menu_::find_item by callback
|
||||
- Added loading jpeg images from memory
|
||||
- Added support for shortcuts for Fl_Input_, Fl_Value_Input, and
|
||||
- Added support for shortcuts for Fl_Input_, Fl_Value_Input, and
|
||||
Fl_Text_Display derived widgets (STR #1770)
|
||||
- Added Fl_Menu_ methods: insert(), find_index(), clear_submenu()
|
||||
- Hotspot behavior of fl_message() and other common dialogs is now
|
||||
|
@ -345,7 +345,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
- Added callback when double-clicking file in a file chooser
|
||||
(STR #2346)
|
||||
- Added alternative Xft font names (STR #2215)
|
||||
- Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381)
|
||||
- Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381)
|
||||
- Added indexing to Fl_Preferences
|
||||
- Added OS X cursor control to Fl_Input (STR #2169)
|
||||
- Added menu shortcut alignment for OS X
|
||||
|
@ -353,18 +353,18 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
for the first dropped character
|
||||
- Added flexible gap size for text buffer (STR #2046)
|
||||
- Added clarification to Fl_GL_Window mode function (STR #1945)
|
||||
- Added alternative text input awareness on OS X
|
||||
- Added alternative text input awareness on OS X
|
||||
- Improved handling of composed keys in OS X 10.5 and up
|
||||
- Improved stability of fl_read_image (STR #2021)
|
||||
- Much faster fl_read_image() for Windows (STR #2387).
|
||||
- Improved support for faulty X11 clients (STR #2385)
|
||||
- Integrated default menu into Demo test app
|
||||
- Integrated default menu into Demo test app
|
||||
- Replaced _WIN32 symbols that had come with UTF-8 and the
|
||||
new Fl_Table widget with WIN32
|
||||
- Widgets now remove stale entries from the default callback
|
||||
queue when they are deleted (STR #2302)
|
||||
- Managing all Widget flags in a single location now (STR #2161)
|
||||
- File chooser preview now recognizes UTF-8 encoded
|
||||
- File chooser preview now recognizes UTF-8 encoded
|
||||
text files (STR #2218)
|
||||
- Setting a default font for Xft (STR #2216)
|
||||
- Restructured the unittest application
|
||||
|
@ -396,13 +396,13 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
- Fixed handling of missing fonts in Xft (STR #2355)
|
||||
- Fixed OpenGL hide/show issue in OS X (STR #2260)
|
||||
- Fixed File Chooser preview hang if a device was choosen
|
||||
- Fixed blinking of selection when the mouse was dragged
|
||||
- Fixed blinking of selection when the mouse was dragged
|
||||
outside of the Fl_Text_* widget
|
||||
- Fixed Unicode support for Fl_Text_* widgets
|
||||
- Fixed menu and shortcut handling (STR #2243)
|
||||
- Fixed fltk-config to give --libs on one line (STR #2408)
|
||||
- Fixed outside label redraw damage areas (STR #2436)
|
||||
- Fixed compile errors when HAVE_LIBJPEG was not defined
|
||||
- Fixed compile errors when HAVE_LIBJPEG was not defined
|
||||
(STR #2382)
|
||||
- Fixed special handling for ISO back-tab keycode (STR #2369)
|
||||
- Fixed static allocation in Fl_Tabs (STR #2370)
|
||||
|
@ -417,10 +417,10 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
- Fixed possibility of wrong flags() in Fl_Window::iconlabel()
|
||||
(STR #2161)
|
||||
- Fixed Scrollbar events when max is less than min (STR #2283)
|
||||
- Fixed crash in test/Editor when freeing buffer
|
||||
too soon (STR #2294)
|
||||
- Fixed crash in test/Editor when freeing buffer
|
||||
too soon (STR #2294)
|
||||
- Fixed Fl_Preferences Cygwin wide character bug (STR #2164)
|
||||
- Fixed sorting in Fl_Browser - last item would not
|
||||
- Fixed sorting in Fl_Browser - last item would not
|
||||
be sorted (STR #2300)
|
||||
- Fixed window levels in OS X Cocoa (STR #2316)
|
||||
- Fixed a buffer overflow in fl_utf8from_mb() (STR #2279)
|
||||
|
@ -451,7 +451,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011
|
|||
- Fixed Copy/Paste operations with UTF-8, UTF-16 support and
|
||||
fltk1.1 compatibility. (STR #2104, 2121).
|
||||
- Fixed fl_set_spot() for Windows (STR #2101)
|
||||
- Fixed callback that would not be called when shortcut was used
|
||||
- Fixed callback that would not be called when shortcut was used
|
||||
with radio and toggle buttons in default FL_RELEASE mode.
|
||||
- Fixed a problem with TrackMouseEvent() (Windows only) that would
|
||||
generate wrong FL_LEAVE events with subwindows. TrackMouseEvent
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# The FLTK version
|
||||
set(FLTK_VERSION_MAJOR "1")
|
||||
set(FLTK_VERSION_MINOR "3")
|
||||
set(FLTK_VERSION_PATCH "3")
|
||||
set(FLTK_VERSION_PATCH "4")
|
||||
set(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
|
||||
set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")
|
||||
|
||||
|
|
2
CREDITS
2
CREDITS
|
@ -1,4 +1,4 @@
|
|||
CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.3
|
||||
CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.4
|
||||
--------------------------------------------------
|
||||
|
||||
This file lists the people responsible for the toolkit you are
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
FLTK remains binary compatible between patches.
|
||||
*/
|
||||
#define FL_PATCH_VERSION 3
|
||||
#define FL_PATCH_VERSION 4
|
||||
|
||||
/**
|
||||
The FLTK version number as a \em double.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -23,7 +23,7 @@
|
|||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef Fl_File_Chooser_H
|
||||
#define Fl_File_Chooser_H
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -23,7 +23,7 @@
|
|||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef Fl_Help_Dialog_H
|
||||
#define Fl_Help_Dialog_H
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
README - Fast Light Tool Kit (FLTK) Version 1.3.3
|
||||
README - Fast Light Tool Kit (FLTK) Version 1.3.4
|
||||
-------------------------------------------------
|
||||
|
||||
WHAT IS FLTK?
|
||||
|
|
|
@ -5,7 +5,7 @@ dnl "$Id$"
|
|||
dnl
|
||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||
dnl
|
||||
dnl Copyright 1998-2014 by Bill Spitzak and others.
|
||||
dnl Copyright 1998-2015 by Bill Spitzak and others.
|
||||
dnl
|
||||
dnl This library is free software. Distribution and use rights are outlined in
|
||||
dnl the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -57,7 +57,7 @@ AC_SUBST(USEMMFILES)
|
|||
dnl FLTK library versions...
|
||||
FL_MAJOR_VERSION=1
|
||||
FL_MINOR_VERSION=3
|
||||
FL_PATCH_VERSION=3
|
||||
FL_PATCH_VERSION=4
|
||||
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
|
||||
FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0
|
||||
FL_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.${FL_PATCH_VERSION}
|
||||
|
|
|
@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = "FLTK 1.3.3"
|
||||
PROJECT_NAME = "FLTK 1.3.4"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# by quotes) that should identify the project.
|
||||
|
||||
PROJECT_NAME = "FLTK 1.3.3"
|
||||
PROJECT_NAME = "FLTK 1.3.4"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -20,9 +20,9 @@ The FLTK version number is stored in a number of compile-time constants:
|
|||
|
||||
\li FL_MAJOR_VERSION - The major release number, currently 1
|
||||
\li FL_MINOR_VERSION - The minor release number, currently 3
|
||||
\li FL_PATCH_VERSION - The patch release number, currently 3
|
||||
\li FL_VERSION - A combined floating-point version number for
|
||||
the major, minor, and patch release numbers, currently 1.0303
|
||||
\li FL_PATCH_VERSION - The patch release number, currently 4
|
||||
\li FL_VERSION - A combined floating-point version number for
|
||||
the major, minor, and patch release numbers, currently 1.0304
|
||||
|
||||
|
||||
\section enumerations_events Events
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--BEGIN GENERATE_TREEVIEW-->
|
||||
<li class="footer">
|
||||
<!-- Generated for $projectname by Doxygen -->
|
||||
© 1998-2014 by Bill Spitzak and others.
|
||||
© 1998-2015 by Bill Spitzak and others.
|
||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
<!-- Generated for $projectname by Doxygen -->
|
||||
© 1998-2014 by Bill Spitzak and others.
|
||||
© 1998-2015 by Bill Spitzak and others.
|
||||
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||
</small></address>
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
\image latex FL200.png "" width=5cm
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLTK 1.3.3 Programming Manual</B>
|
||||
<B>FLTK 1.3.4 Programming Manual</B>
|
||||
|
||||
Revision 9 by F. Costantini, D. Gibson, M. Melcher,
|
||||
A. Schlosser, B. Spitzak and M. Sweet.
|
||||
|
||||
Copyright 1998-2014 by Bill Spitzak and others.
|
||||
Copyright 1998-2015 by Bill Spitzak and others.
|
||||
</CENTER></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\page preface Preface
|
||||
|
||||
This manual describes the Fast Light Tool Kit ("FLTK")
|
||||
version 1.3.3, a C++ Graphical User Interface
|
||||
version 1.3.4, a C++ Graphical User Interface
|
||||
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
|
||||
of the chapters in this manual is designed as a tutorial for
|
||||
using FLTK, while the appendices provide a convenient reference
|
||||
|
@ -75,7 +75,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition
|
|||
|
||||
\section preface_copyrights Copyrights and Trademarks
|
||||
|
||||
FLTK is Copyright 1998-2014 by Bill Spitzak and others. Use and
|
||||
FLTK is Copyright 1998-2015 by Bill Spitzak and others. Use and
|
||||
distribution of FLTK is governed by the GNU Library General Public
|
||||
License with 4 exceptions, located in \ref license.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# RPM spec file for FLTK.
|
||||
#
|
||||
# Copyright 1998-2011 by Bill Spitzak and others.
|
||||
# Copyright 1998-2015 by Bill Spitzak and others.
|
||||
#
|
||||
# This library is free software. Distribution and use rights are outlined in
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "about_panel.h"
|
||||
void show_help(const char *name);
|
||||
|
@ -279,7 +279,7 @@ Fl_Double_Window* make_about_panel() {
|
|||
snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION);
|
||||
o->copy_label(about);
|
||||
} // Fl_Box* o
|
||||
{ Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2014 by\nBill Spitzak and others");
|
||||
{ Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2015 by\nBill Spitzak and others");
|
||||
o->align(Fl_Align(132|FL_ALIGN_INSIDE));
|
||||
} // Fl_Box* o
|
||||
{ Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License...");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -29,8 +29,8 @@ Function {make_about_panel()} {open
|
|||
} {
|
||||
Fl_Window about_panel {
|
||||
label {About FLUID} open selected
|
||||
xywh {340 195 345 180} type Double color 50 selection_color 47 hotspot
|
||||
code0 {\#include "../src/flstring.h"} non_modal visible
|
||||
xywh {340 195 345 180} type Double color 50 selection_color 47 hide hotspot
|
||||
code0 {\#include "../src/flstring.h"} non_modal
|
||||
} {
|
||||
Fl_Box {} {
|
||||
image {icons/fluid-96.xpm} xywh {10 10 115 120}
|
||||
|
@ -45,7 +45,7 @@ Version x.x.x}
|
|||
code2 {o->copy_label(about);}
|
||||
}
|
||||
Fl_Box {} {
|
||||
label {Copyright 1998-2014 by
|
||||
label {Copyright 1998-2015 by
|
||||
Bill Spitzak and others}
|
||||
xywh {135 90 200 45} align 148
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef about_panel_h
|
||||
#define about_panel_h
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "alignment_panel.h"
|
||||
#include <FL/Fl_Preferences.H>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -62,9 +62,9 @@ Function {make_project_window()} {open
|
|||
} {
|
||||
Fl_Window project_window {
|
||||
label {Project Settings} open
|
||||
xywh {396 475 399 252} type Double
|
||||
xywh {396 475 399 252} type Double hide
|
||||
code0 {\#include <FL/Fl_Preferences.H>}
|
||||
code1 {\#include <FL/Fl_Tooltip.H>} modal visible
|
||||
code1 {\#include <FL/Fl_Tooltip.H>} modal
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label Close
|
||||
|
@ -161,7 +161,7 @@ decl {void scheme_cb(Fl_Choice *, void *);} {public local
|
|||
Function {make_settings_window()} {} {
|
||||
Fl_Window settings_window {
|
||||
label {GUI Settings} open
|
||||
xywh {393 191 349 241} type Double non_modal visible
|
||||
xywh {393 191 349 241} type Double hide non_modal
|
||||
} {
|
||||
Fl_Choice scheme_choice {
|
||||
label {Scheme: }
|
||||
|
@ -265,7 +265,7 @@ load_history();}
|
|||
Function {make_shell_window()} {} {
|
||||
Fl_Window shell_window {
|
||||
label {Shell Command} open
|
||||
xywh {761 190 365 125} type Double visible
|
||||
xywh {761 190 365 125} type Double hide
|
||||
} {
|
||||
Fl_Input shell_command_input {
|
||||
label {Command:}
|
||||
|
@ -330,7 +330,7 @@ Function {make_shell_window()} {} {
|
|||
Function {make_layout_window()} {} {
|
||||
Fl_Window grid_window {
|
||||
label {Layout Settings} open
|
||||
xywh {812 369 310 245} type Double non_modal visible
|
||||
xywh {812 369 310 245} type Double hide non_modal
|
||||
} {
|
||||
Fl_Input horizontal_input {
|
||||
label x
|
||||
|
@ -526,7 +526,7 @@ global_settings_window->show();} {}
|
|||
Function {make_global_settings_window()} {} {
|
||||
Fl_Window global_settings_window {
|
||||
label {FLTK Preferences} open
|
||||
xywh {1147 190 400 378} type Double color 50 visible
|
||||
xywh {1147 190 400 378} type Double color 50 hide
|
||||
} {
|
||||
Fl_Group {} {
|
||||
label {Keyboard Focus Options} open
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef alignment_panel_h
|
||||
#define alignment_panel_h
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>org.fltk.fluid</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.3</string>
|
||||
<string>1.3.4</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1998-2014 by Bill Spitzak and others</string>
|
||||
<string>Copyright 1998-2015 by Bill Spitzak and others</string>
|
||||
<key>CFAppleHelpAnchor</key>
|
||||
<string>help</string>
|
||||
<key>CFBundleName</key>
|
||||
|
@ -25,9 +25,9 @@
|
|||
<key>CFBundleIconFile</key>
|
||||
<string>fluid.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.3</string>
|
||||
<string>1.3.4</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.3.3, Copyright 1998-2014 by Bill Spitzak and others</string>
|
||||
<string>1.3.4, Copyright 1998-2015 by Bill Spitzak and others</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "function_panel.h"
|
||||
#include <FL/Fl_Pixmap.H>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -49,7 +49,7 @@ decl {extern void toggle_widgetbin_cb(Fl_Widget*, void*);} {private global
|
|||
Function {make_function_panel()} {} {
|
||||
Fl_Window function_panel {
|
||||
label {Function/Method Properties} open
|
||||
xywh {394 671 343 232} type Double resizable modal visible
|
||||
xywh {394 671 343 232} type Double hide resizable modal
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 270 20}
|
||||
|
@ -133,8 +133,8 @@ Function {make_code_panel()} {open
|
|||
callback {if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape)
|
||||
return; // ignore Escape
|
||||
code_panel->hide(); // otherwise hide..} open
|
||||
xywh {353 262 540 180} type Double labelsize 11 resizable
|
||||
code0 {o->size_range(200, 150);} modal visible
|
||||
xywh {353 262 540 180} type Double labelsize 11 hide resizable
|
||||
code0 {o->size_range(200, 150);} modal
|
||||
} {
|
||||
Fl_Text_Editor code_input {
|
||||
xywh {10 10 520 130} box DOWN_BOX labelsize 11 textfont 4 textsize 11 resizable
|
||||
|
@ -163,8 +163,8 @@ code_panel->hide(); // otherwise hide..} open
|
|||
Function {make_codeblock_panel()} {} {
|
||||
Fl_Window codeblock_panel {
|
||||
label {Code Block Properties}
|
||||
xywh {468 221 300 115} type Double labelsize 11 resizable
|
||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal visible
|
||||
xywh {468 221 300 115} type Double labelsize 11 hide resizable
|
||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal
|
||||
} {
|
||||
Fl_Input code_before_input {
|
||||
label {Conditional code block}
|
||||
|
@ -195,8 +195,8 @@ Function {make_codeblock_panel()} {} {
|
|||
Function {make_declblock_panel()} {} {
|
||||
Fl_Window declblock_panel {
|
||||
label {Declaration Block Properties} open
|
||||
xywh {428 215 300 135} type Double labelsize 11 resizable
|
||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal visible
|
||||
xywh {428 215 300 135} type Double labelsize 11 hide resizable
|
||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 280 20}
|
||||
|
@ -251,7 +251,7 @@ Function {make_declblock_panel()} {} {
|
|||
Function {make_decl_panel()} {} {
|
||||
Fl_Window decl_panel {
|
||||
label {Declaration Properties} open
|
||||
xywh {395 411 343 237} type Double align 80 resizable size_range {343 237 0 0} visible
|
||||
xywh {395 411 343 237} type Double align 80 hide resizable size_range {343 237 0 0}
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 270 20}
|
||||
|
@ -327,7 +327,7 @@ Function {make_data_panel()} {open
|
|||
} {
|
||||
Fl_Window data_panel {
|
||||
label {Binary Data Properties} open
|
||||
xywh {414 355 343 237} type Double align 80 resizable size_range {343 237 0 0} visible
|
||||
xywh {414 355 343 237} type Double align 80 hide resizable size_range {343 237 0 0}
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 270 20}
|
||||
|
@ -457,8 +457,8 @@ Function {make_class_panel()} {} {
|
|||
Function {make_comment_panel()} {} {
|
||||
Fl_Window comment_panel {
|
||||
label {Comment Properties} open selected
|
||||
xywh {780 296 550 280} type Double labelsize 11 resizable
|
||||
code0 {o->size_range(320, 180);} modal visible
|
||||
xywh {780 296 550 280} type Double labelsize 11 hide resizable
|
||||
code0 {o->size_range(320, 180);} modal
|
||||
} {
|
||||
Fl_Text_Editor comment_input {
|
||||
xywh {110 10 430 230} box DOWN_BOX labelsize 11 textfont 4 textsize 11 resizable
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef function_panel_h
|
||||
#define function_panel_h
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "print_panel.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// FLUID print panel for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -41,7 +41,7 @@ Function {make_print_panel()} {open
|
|||
} {
|
||||
Fl_Window print_panel {
|
||||
label Print open
|
||||
xywh {394 209 465 235} type Double modal visible
|
||||
xywh {394 209 465 235} type Double hide modal
|
||||
} {
|
||||
Fl_Group print_panel_controls {open
|
||||
xywh {10 10 447 216}
|
||||
|
@ -215,7 +215,7 @@ print_collate_group[1 - i]->hide();}
|
|||
label {Printer Properties}
|
||||
callback {print_properties_panel->hide();
|
||||
print_update_status();} open
|
||||
xywh {400 537 290 130} type Double modal visible
|
||||
xywh {400 537 290 130} type Double hide modal
|
||||
} {
|
||||
Fl_Choice print_page_size {
|
||||
label {Page Size:}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef print_panel_h
|
||||
#define print_panel_h
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "template_panel.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// FLUID template support for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -71,7 +71,7 @@ template_browser->deselect();
|
|||
template_name->value("");
|
||||
template_instance->value("");
|
||||
template_panel->hide();} open
|
||||
xywh {398 200 460 355} type Double resizable modal visible
|
||||
xywh {398 200 460 355} type Double hide resizable modal
|
||||
} {
|
||||
Fl_Browser template_browser {
|
||||
label {Available Templates:}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef template_panel_h
|
||||
#define template_panel_h
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "widget_panel.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// Widget panel for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2010 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -25,8 +25,8 @@ comment {//
|
|||
Function {make_widget_panel()} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {383 206 420 360} type Double labelsize 11 align 80 resizable hotspot
|
||||
code0 {o->size_range(o->w(), o->h());} visible
|
||||
xywh {383 206 420 360} type Double labelsize 11 align 80 hide resizable hotspot
|
||||
code0 {o->size_range(o->w(), o->h());}
|
||||
} {
|
||||
Fl_Tabs {} {
|
||||
callback {propagate_load((Fl_Group *)o,v);} open
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// http://www.fltk.org/str.php
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#ifndef widget_panel_h
|
||||
#define widget_panel_h
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>FLTK</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.3</string>
|
||||
<string>1.3.4</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1998-2014 by Bill Spitzak and others.</string>
|
||||
<string>Copyright 1998-2015 by Bill Spitzak and others.</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Part of the FLTK library. Please visit www.fltk.org.</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -23,7 +23,7 @@
|
|||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "../FL/Fl_File_Chooser.H"
|
||||
#include <FL/fl_draw.H>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {../FL/Fl_File_Chooser.H}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -76,11 +76,11 @@ class FL_EXPORT Fl_File_Chooser {open
|
|||
fileList->deselect();
|
||||
Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this);
|
||||
window->hide();} open
|
||||
private xywh {507 327 490 380} type Double resizable
|
||||
private xywh {507 327 490 380} type Double hide resizable
|
||||
code0 {if (title) window->label(title);}
|
||||
code1 {\#include <stdio.h>}
|
||||
code2 {\#include <stdlib.h>}
|
||||
code3 {\#include <string.h>} modal visible
|
||||
code3 {\#include <string.h>} modal
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
private xywh {10 10 470 25}
|
||||
|
@ -181,8 +181,8 @@ window->hide();}
|
|||
}
|
||||
Fl_Window favWindow {
|
||||
label {Manage Favorites}
|
||||
private xywh {413 100 355 150} type Double resizable
|
||||
code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0} visible
|
||||
private xywh {413 100 355 150} type Double hide resizable
|
||||
code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0}
|
||||
} {
|
||||
Fl_File_Browser favList {
|
||||
callback {favoritesCB(favList);}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -23,7 +23,7 @@
|
|||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0303
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0304
|
||||
|
||||
#include "../FL/Fl_Help_Dialog.H"
|
||||
#include "flstring.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {../FL/Fl_Help_Dialog.H}
|
||||
code_name {.cxx}
|
||||
comment {//
|
||||
|
@ -7,7 +7,7 @@ comment {//
|
|||
//
|
||||
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||
// Copyright 1998-2015 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
|
@ -51,7 +51,7 @@ class FL_EXPORT Fl_Help_Dialog {open
|
|||
} {
|
||||
Fl_Window window_ {
|
||||
label {Help Dialog} open
|
||||
private xywh {398 64 530 385} type Double resizable size_range {260 150 0 0} visible
|
||||
private xywh {398 64 530 385} type Double hide resizable size_range {260 150 0 0}
|
||||
} {
|
||||
Fl_Group {} {open selected
|
||||
xywh {10 10 511 25}
|
||||
|
|
|
@ -311,7 +311,7 @@ Fl_Window::shape_data_type* Fl_Window::shape_data_ = NULL;
|
|||
|
||||
A usage example is found at example/shapedwindow.cxx.
|
||||
|
||||
\version 1.3.3 (and requires compilation with -DFLTK_ABI_VERSION = 10303)
|
||||
\version 1.3.3 (and requires compilation with FLTK_ABI_VERSION >= 10303)
|
||||
*/
|
||||
void Fl_Window::shape(const Fl_Image* img) {
|
||||
#if FLTK_ABI_VERSION >= 10303
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
class CubeViewUI {open
|
||||
|
@ -8,7 +8,7 @@ class CubeViewUI {open
|
|||
} {
|
||||
Fl_Window mainWindow {
|
||||
label CubeView open
|
||||
private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible
|
||||
private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 hide resizable
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {5 3 374 399}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {397 202 318 443} type Double resizable visible
|
||||
xywh {397 202 318 443} type Double hide resizable
|
||||
} {
|
||||
Fl_Slider control {
|
||||
label {move
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {390 200 420 369} type Double resizable visible
|
||||
xywh {390 200 420 369} type Double hide resizable
|
||||
} {
|
||||
Fl_Group the_group {
|
||||
label {activate()/deactivate() called on this Fl_Group} open
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {make_window()} {open
|
||||
} {
|
||||
Fl_Window my_window {open selected
|
||||
xywh {461 296 495 215} type Double
|
||||
xywh {461 296 495 215} type Double hide
|
||||
code0 {\#include "keyboard.h"}
|
||||
class MyWindow visible
|
||||
class MyWindow
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label {Esc }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
decl {\#include "mandelbrot.h"} {public local
|
||||
|
@ -13,8 +13,8 @@ class Drawing_Window {open
|
|||
Function {make_window()} {open return_type void
|
||||
} {
|
||||
Fl_Window window {open
|
||||
xywh {515 343 450 520} type Single resizable
|
||||
code0 {o->size_range(220,220);} visible
|
||||
xywh {515 343 450 520} type Single hide resizable
|
||||
code0 {o->size_range(220,220);}
|
||||
} {
|
||||
Fl_Box d {
|
||||
user_data this user_data_type {void*}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
decl {\#include <FL/Fl_Preferences.H>} {public local
|
||||
|
@ -45,7 +45,7 @@ Function {} {open return_type int
|
|||
Fl_Window myWindow {
|
||||
label {My Preferences}
|
||||
callback closeWindowCB open
|
||||
xywh {408 202 298 311} type Double visible
|
||||
xywh {408 202 298 311} type Double hide
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label Cancel
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {button_cb(Fl_Button *b, void *)} {
|
||||
|
@ -16,7 +16,7 @@ printf("%s\\n",msg);} {selected
|
|||
Function {} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {463 67 369 214} type Double visible
|
||||
xywh {463 67 369 214} type Double hide
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label {&Fl_Button A1}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {401 207 366 261} type Double resizable visible
|
||||
xywh {401 207 366 261} type Double hide resizable
|
||||
} {
|
||||
Fl_Button {} {
|
||||
label {@<-}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open
|
||||
} {
|
||||
Fl_Window foo_window {
|
||||
label {Comparison of Fl_Tab (left) vs. Fl_Wizard (right)} open
|
||||
xywh {423 205 642 337} type Double resizable visible
|
||||
xywh {423 205 642 337} type Double hide resizable
|
||||
} {
|
||||
Fl_Box {} {
|
||||
label {class Fl_Tabs}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
decl {\#include <stdio.h>} {public global
|
||||
|
@ -346,7 +346,7 @@ Function {} {open
|
|||
} {
|
||||
Fl_Window window {
|
||||
label tree open
|
||||
xywh {115 293 1045 580} type Double visible
|
||||
xywh {115 293 1045 580} type Double hide
|
||||
} {
|
||||
Fl_Group tree {
|
||||
label Tree
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0303
|
||||
version 1.0304
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {callback(Fl_Widget* o, void*)} {open private return_type void
|
||||
|
@ -12,8 +12,8 @@ Function {} {open
|
|||
} {
|
||||
Fl_Window {} {
|
||||
label {Valuator classes, showing values for type()} open
|
||||
xywh {400 199 580 510} type Double color 43 selection_color 43
|
||||
code0 {\#include <stdio.h>} visible
|
||||
xywh {400 199 580 510} type Double color 43 selection_color 43 hide
|
||||
code0 {\#include <stdio.h>}
|
||||
} {
|
||||
Fl_Box {} {
|
||||
label Fl_Slider
|
||||
|
|
Loading…
Reference in New Issue