mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
[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:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
# The FLTK version
|
# The FLTK version
|
||||||
set(FLTK_VERSION_MAJOR "1")
|
set(FLTK_VERSION_MAJOR "1")
|
||||||
set(FLTK_VERSION_MINOR "3")
|
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 "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
|
||||||
set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")
|
set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
This file lists the people responsible for the toolkit you are
|
||||||
|
|||||||
+1
-1
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
FLTK remains binary compatible between patches.
|
FLTK remains binary compatible between patches.
|
||||||
*/
|
*/
|
||||||
#define FL_PATCH_VERSION 3
|
#define FL_PATCH_VERSION 4
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The FLTK version number as a \em double.
|
The FLTK version number as a \em double.
|
||||||
|
|||||||
@@ -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-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
|
// 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
|
// 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
|
#ifndef Fl_File_Chooser_H
|
||||||
#define Fl_File_Chooser_H
|
#define Fl_File_Chooser_H
|
||||||
|
|||||||
+2
-2
@@ -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-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
|
// 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
|
// 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
|
#ifndef Fl_Help_Dialog_H
|
||||||
#define Fl_Help_Dialog_H
|
#define Fl_Help_Dialog_H
|
||||||
|
|||||||
@@ -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?
|
WHAT IS FLTK?
|
||||||
|
|||||||
+2
-2
@@ -5,7 +5,7 @@ dnl "$Id$"
|
|||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright 1998-2014 by Bill Spitzak and others.
|
dnl Copyright 1998-2015 by Bill Spitzak and others.
|
||||||
dnl
|
dnl
|
||||||
dnl This library is free software. Distribution and use rights are outlined in
|
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
|
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...
|
dnl FLTK library versions...
|
||||||
FL_MAJOR_VERSION=1
|
FL_MAJOR_VERSION=1
|
||||||
FL_MINOR_VERSION=3
|
FL_MINOR_VERSION=3
|
||||||
FL_PATCH_VERSION=3
|
FL_PATCH_VERSION=4
|
||||||
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
|
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
|
||||||
FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0
|
FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0
|
||||||
FL_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.${FL_PATCH_VERSION}
|
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
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||||
# by quotes) that should identify the project.
|
# 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.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# 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
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||||
# by quotes) that should identify the project.
|
# 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.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# 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_MAJOR_VERSION - The major release number, currently 1
|
||||||
\li FL_MINOR_VERSION - The minor release number, currently 3
|
\li FL_MINOR_VERSION - The minor release number, currently 3
|
||||||
\li FL_PATCH_VERSION - The patch release number, currently 3
|
\li FL_PATCH_VERSION - The patch release number, currently 4
|
||||||
\li FL_VERSION - A combined floating-point version number for
|
\li FL_VERSION - A combined floating-point version number for
|
||||||
the major, minor, and patch release numbers, currently 1.0303
|
the major, minor, and patch release numbers, currently 1.0304
|
||||||
|
|
||||||
|
|
||||||
\section enumerations_events Events
|
\section enumerations_events Events
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!--BEGIN GENERATE_TREEVIEW-->
|
<!--BEGIN GENERATE_TREEVIEW-->
|
||||||
<li class="footer">
|
<li class="footer">
|
||||||
<!-- Generated for $projectname by Doxygen -->
|
<!-- 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>
|
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
<!-- Generated for $projectname by Doxygen -->
|
<!-- 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>
|
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
|
||||||
</small></address>
|
</small></address>
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
|||||||
@@ -8,12 +8,12 @@
|
|||||||
\image latex FL200.png "" width=5cm
|
\image latex FL200.png "" width=5cm
|
||||||
</CENTER></TD>
|
</CENTER></TD>
|
||||||
<TD><CENTER>
|
<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,
|
Revision 9 by F. Costantini, D. Gibson, M. Melcher,
|
||||||
A. Schlosser, B. Spitzak and M. Sweet.
|
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>
|
</CENTER></TD>
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
\page preface Preface
|
\page preface Preface
|
||||||
|
|
||||||
This manual describes the Fast Light Tool Kit ("FLTK")
|
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
|
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
|
||||||
of the chapters in this manual is designed as a tutorial for
|
of the chapters in this manual is designed as a tutorial for
|
||||||
using FLTK, while the appendices provide a convenient reference
|
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
|
\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
|
distribution of FLTK is governed by the GNU Library General Public
|
||||||
License with 4 exceptions, located in \ref license.
|
License with 4 exceptions, located in \ref license.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# RPM spec file for FLTK.
|
# 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
|
# 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
|
# 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).
|
// 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
|
// 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
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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"
|
#include "about_panel.h"
|
||||||
void show_help(const char *name);
|
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);
|
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);
|
o->copy_label(about);
|
||||||
} // Fl_Box* o
|
} // 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));
|
o->align(Fl_Align(132|FL_ALIGN_INSIDE));
|
||||||
} // Fl_Box* o
|
} // Fl_Box* o
|
||||||
{ Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License...");
|
{ 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)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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 {
|
Fl_Window about_panel {
|
||||||
label {About FLUID} open selected
|
label {About FLUID} open selected
|
||||||
xywh {340 195 345 180} type Double color 50 selection_color 47 hotspot
|
xywh {340 195 345 180} type Double color 50 selection_color 47 hide hotspot
|
||||||
code0 {\#include "../src/flstring.h"} non_modal visible
|
code0 {\#include "../src/flstring.h"} non_modal
|
||||||
} {
|
} {
|
||||||
Fl_Box {} {
|
Fl_Box {} {
|
||||||
image {icons/fluid-96.xpm} xywh {10 10 115 120}
|
image {icons/fluid-96.xpm} xywh {10 10 115 120}
|
||||||
@@ -45,7 +45,7 @@ Version x.x.x}
|
|||||||
code2 {o->copy_label(about);}
|
code2 {o->copy_label(about);}
|
||||||
}
|
}
|
||||||
Fl_Box {} {
|
Fl_Box {} {
|
||||||
label {Copyright 1998-2014 by
|
label {Copyright 1998-2015 by
|
||||||
Bill Spitzak and others}
|
Bill Spitzak and others}
|
||||||
xywh {135 90 200 45} align 148
|
xywh {135 90 200 45} align 148
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// About dialog for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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
|
#ifndef about_panel_h
|
||||||
#define about_panel_h
|
#define about_panel_h
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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 "alignment_panel.h"
|
||||||
#include <FL/Fl_Preferences.H>
|
#include <FL/Fl_Preferences.H>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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 {
|
Fl_Window project_window {
|
||||||
label {Project Settings} open
|
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>}
|
code0 {\#include <FL/Fl_Preferences.H>}
|
||||||
code1 {\#include <FL/Fl_Tooltip.H>} modal visible
|
code1 {\#include <FL/Fl_Tooltip.H>} modal
|
||||||
} {
|
} {
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label Close
|
label Close
|
||||||
@@ -161,7 +161,7 @@ decl {void scheme_cb(Fl_Choice *, void *);} {public local
|
|||||||
Function {make_settings_window()} {} {
|
Function {make_settings_window()} {} {
|
||||||
Fl_Window settings_window {
|
Fl_Window settings_window {
|
||||||
label {GUI Settings} open
|
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 {
|
Fl_Choice scheme_choice {
|
||||||
label {Scheme: }
|
label {Scheme: }
|
||||||
@@ -265,7 +265,7 @@ load_history();}
|
|||||||
Function {make_shell_window()} {} {
|
Function {make_shell_window()} {} {
|
||||||
Fl_Window shell_window {
|
Fl_Window shell_window {
|
||||||
label {Shell Command} open
|
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 {
|
Fl_Input shell_command_input {
|
||||||
label {Command:}
|
label {Command:}
|
||||||
@@ -330,7 +330,7 @@ Function {make_shell_window()} {} {
|
|||||||
Function {make_layout_window()} {} {
|
Function {make_layout_window()} {} {
|
||||||
Fl_Window grid_window {
|
Fl_Window grid_window {
|
||||||
label {Layout Settings} open
|
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 {
|
Fl_Input horizontal_input {
|
||||||
label x
|
label x
|
||||||
@@ -526,7 +526,7 @@ global_settings_window->show();} {}
|
|||||||
Function {make_global_settings_window()} {} {
|
Function {make_global_settings_window()} {} {
|
||||||
Fl_Window global_settings_window {
|
Fl_Window global_settings_window {
|
||||||
label {FLTK Preferences} open
|
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 {} {
|
Fl_Group {} {
|
||||||
label {Keyboard Focus Options} open
|
label {Keyboard Focus Options} open
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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
|
#ifndef alignment_panel_h
|
||||||
#define alignment_panel_h
|
#define alignment_panel_h
|
||||||
|
|||||||
@@ -9,11 +9,11 @@
|
|||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.fltk.fluid</string>
|
<string>org.fltk.fluid</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.3</string>
|
<string>1.3.4</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<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>
|
<key>CFAppleHelpAnchor</key>
|
||||||
<string>help</string>
|
<string>help</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
@@ -25,9 +25,9 @@
|
|||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>fluid.icns</string>
|
<string>fluid.icns</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.3</string>
|
<string>1.3.4</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<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>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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 "function_panel.h"
|
||||||
#include <FL/Fl_Pixmap.H>
|
#include <FL/Fl_Pixmap.H>
|
||||||
|
|||||||
+13
-13
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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()} {} {
|
Function {make_function_panel()} {} {
|
||||||
Fl_Window function_panel {
|
Fl_Window function_panel {
|
||||||
label {Function/Method Properties} open
|
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
|
Fl_Group {} {open
|
||||||
xywh {10 10 270 20}
|
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)
|
callback {if (Fl::event()==FL_SHORTCUT && Fl::event_key()==FL_Escape)
|
||||||
return; // ignore Escape
|
return; // ignore Escape
|
||||||
code_panel->hide(); // otherwise hide..} open
|
code_panel->hide(); // otherwise hide..} open
|
||||||
xywh {353 262 540 180} type Double labelsize 11 resizable
|
xywh {353 262 540 180} type Double labelsize 11 hide resizable
|
||||||
code0 {o->size_range(200, 150);} modal visible
|
code0 {o->size_range(200, 150);} modal
|
||||||
} {
|
} {
|
||||||
Fl_Text_Editor code_input {
|
Fl_Text_Editor code_input {
|
||||||
xywh {10 10 520 130} box DOWN_BOX labelsize 11 textfont 4 textsize 11 resizable
|
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()} {} {
|
Function {make_codeblock_panel()} {} {
|
||||||
Fl_Window codeblock_panel {
|
Fl_Window codeblock_panel {
|
||||||
label {Code Block Properties}
|
label {Code Block Properties}
|
||||||
xywh {468 221 300 115} type Double labelsize 11 resizable
|
xywh {468 221 300 115} type Double labelsize 11 hide resizable
|
||||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal visible
|
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal
|
||||||
} {
|
} {
|
||||||
Fl_Input code_before_input {
|
Fl_Input code_before_input {
|
||||||
label {Conditional code block}
|
label {Conditional code block}
|
||||||
@@ -195,8 +195,8 @@ Function {make_codeblock_panel()} {} {
|
|||||||
Function {make_declblock_panel()} {} {
|
Function {make_declblock_panel()} {} {
|
||||||
Fl_Window declblock_panel {
|
Fl_Window declblock_panel {
|
||||||
label {Declaration Block Properties} open
|
label {Declaration Block Properties} open
|
||||||
xywh {428 215 300 135} type Double labelsize 11 resizable
|
xywh {428 215 300 135} type Double labelsize 11 hide resizable
|
||||||
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal visible
|
code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal
|
||||||
} {
|
} {
|
||||||
Fl_Group {} {open
|
Fl_Group {} {open
|
||||||
xywh {10 10 280 20}
|
xywh {10 10 280 20}
|
||||||
@@ -251,7 +251,7 @@ Function {make_declblock_panel()} {} {
|
|||||||
Function {make_decl_panel()} {} {
|
Function {make_decl_panel()} {} {
|
||||||
Fl_Window decl_panel {
|
Fl_Window decl_panel {
|
||||||
label {Declaration Properties} open
|
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
|
Fl_Group {} {open
|
||||||
xywh {10 10 270 20}
|
xywh {10 10 270 20}
|
||||||
@@ -327,7 +327,7 @@ Function {make_data_panel()} {open
|
|||||||
} {
|
} {
|
||||||
Fl_Window data_panel {
|
Fl_Window data_panel {
|
||||||
label {Binary Data Properties} open
|
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
|
Fl_Group {} {open
|
||||||
xywh {10 10 270 20}
|
xywh {10 10 270 20}
|
||||||
@@ -457,8 +457,8 @@ Function {make_class_panel()} {} {
|
|||||||
Function {make_comment_panel()} {} {
|
Function {make_comment_panel()} {} {
|
||||||
Fl_Window comment_panel {
|
Fl_Window comment_panel {
|
||||||
label {Comment Properties} open selected
|
label {Comment Properties} open selected
|
||||||
xywh {780 296 550 280} type Double labelsize 11 resizable
|
xywh {780 296 550 280} type Double labelsize 11 hide resizable
|
||||||
code0 {o->size_range(320, 180);} modal visible
|
code0 {o->size_range(320, 180);} modal
|
||||||
} {
|
} {
|
||||||
Fl_Text_Editor comment_input {
|
Fl_Text_Editor comment_input {
|
||||||
xywh {110 10 430 230} box DOWN_BOX labelsize 11 textfont 4 textsize 11 resizable
|
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
|
// 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
|
#ifndef function_panel_h
|
||||||
#define function_panel_h
|
#define function_panel_h
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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 "print_panel.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// FLUID print panel for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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 {
|
Fl_Window print_panel {
|
||||||
label Print open
|
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
|
Fl_Group print_panel_controls {open
|
||||||
xywh {10 10 447 216}
|
xywh {10 10 447 216}
|
||||||
@@ -215,7 +215,7 @@ print_collate_group[1 - i]->hide();}
|
|||||||
label {Printer Properties}
|
label {Printer Properties}
|
||||||
callback {print_properties_panel->hide();
|
callback {print_properties_panel->hide();
|
||||||
print_update_status();} open
|
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 {
|
Fl_Choice print_page_size {
|
||||||
label {Page Size:}
|
label {Page Size:}
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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
|
#ifndef print_panel_h
|
||||||
#define print_panel_h
|
#define print_panel_h
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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 "template_panel.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// FLUID template support for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -71,7 +71,7 @@ template_browser->deselect();
|
|||||||
template_name->value("");
|
template_name->value("");
|
||||||
template_instance->value("");
|
template_instance->value("");
|
||||||
template_panel->hide();} open
|
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 {
|
Fl_Browser template_browser {
|
||||||
label {Available Templates:}
|
label {Available Templates:}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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
|
#ifndef template_panel_h
|
||||||
#define template_panel_h
|
#define template_panel_h
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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"
|
#include "widget_panel.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// Widget panel for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -25,8 +25,8 @@ comment {//
|
|||||||
Function {make_widget_panel()} {open
|
Function {make_widget_panel()} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window {} {open
|
Fl_Window {} {open
|
||||||
xywh {383 206 420 360} type Double labelsize 11 align 80 resizable hotspot
|
xywh {383 206 420 360} type Double labelsize 11 align 80 hide resizable hotspot
|
||||||
code0 {o->size_range(o->w(), o->h());} visible
|
code0 {o->size_range(o->w(), o->h());}
|
||||||
} {
|
} {
|
||||||
Fl_Tabs {} {
|
Fl_Tabs {} {
|
||||||
callback {propagate_load((Fl_Group *)o,v);} open
|
callback {propagate_load((Fl_Group *)o,v);} open
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// 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
|
#ifndef widget_panel_h
|
||||||
#define widget_panel_h
|
#define widget_panel_h
|
||||||
|
|||||||
@@ -40,9 +40,9 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>FLTK</string>
|
<string>FLTK</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.3</string>
|
<string>1.3.4</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<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>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Part of the FLTK library. Please visit www.fltk.org.</string>
|
<string>Part of the FLTK library. Please visit www.fltk.org.</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
|||||||
@@ -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-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
|
// 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
|
// 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_File_Chooser.H"
|
||||||
#include <FL/fl_draw.H>
|
#include <FL/fl_draw.H>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {../FL/Fl_File_Chooser.H}
|
header_name {../FL/Fl_File_Chooser.H}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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();
|
fileList->deselect();
|
||||||
Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this);
|
Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this);
|
||||||
window->hide();} open
|
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);}
|
code0 {if (title) window->label(title);}
|
||||||
code1 {\#include <stdio.h>}
|
code1 {\#include <stdio.h>}
|
||||||
code2 {\#include <stdlib.h>}
|
code2 {\#include <stdlib.h>}
|
||||||
code3 {\#include <string.h>} modal visible
|
code3 {\#include <string.h>} modal
|
||||||
} {
|
} {
|
||||||
Fl_Group {} {open
|
Fl_Group {} {open
|
||||||
private xywh {10 10 470 25}
|
private xywh {10 10 470 25}
|
||||||
@@ -181,8 +181,8 @@ window->hide();}
|
|||||||
}
|
}
|
||||||
Fl_Window favWindow {
|
Fl_Window favWindow {
|
||||||
label {Manage Favorites}
|
label {Manage Favorites}
|
||||||
private xywh {413 100 355 150} type Double resizable
|
private xywh {413 100 355 150} type Double hide resizable
|
||||||
code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0} visible
|
code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0}
|
||||||
} {
|
} {
|
||||||
Fl_File_Browser favList {
|
Fl_File_Browser favList {
|
||||||
callback {favoritesCB(favList);}
|
callback {favoritesCB(favList);}
|
||||||
|
|||||||
@@ -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-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
|
// 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
|
// 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 "../FL/Fl_Help_Dialog.H"
|
||||||
#include "flstring.h"
|
#include "flstring.h"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {../FL/Fl_Help_Dialog.H}
|
header_name {../FL/Fl_Help_Dialog.H}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
comment {//
|
comment {//
|
||||||
@@ -7,7 +7,7 @@ comment {//
|
|||||||
//
|
//
|
||||||
// Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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_ {
|
Fl_Window window_ {
|
||||||
label {Help Dialog} open
|
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
|
Fl_Group {} {open selected
|
||||||
xywh {10 10 511 25}
|
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.
|
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) {
|
void Fl_Window::shape(const Fl_Image* img) {
|
||||||
#if FLTK_ABI_VERSION >= 10303
|
#if FLTK_ABI_VERSION >= 10303
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
class CubeViewUI {open
|
class CubeViewUI {open
|
||||||
@@ -8,7 +8,7 @@ class CubeViewUI {open
|
|||||||
} {
|
} {
|
||||||
Fl_Window mainWindow {
|
Fl_Window mainWindow {
|
||||||
label CubeView open
|
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
|
Fl_Group {} {open
|
||||||
xywh {5 3 374 399}
|
xywh {5 3 374 399}
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {} {open
|
Function {} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window {} {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 {
|
Fl_Slider control {
|
||||||
label {move
|
label {move
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {} {open
|
Function {} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window {} {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 {
|
Fl_Group the_group {
|
||||||
label {activate()/deactivate() called on this Fl_Group} open
|
label {activate()/deactivate() called on this Fl_Group} open
|
||||||
|
|||||||
+3
-3
@@ -1,13 +1,13 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {make_window()} {open
|
Function {make_window()} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window my_window {open selected
|
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"}
|
code0 {\#include "keyboard.h"}
|
||||||
class MyWindow visible
|
class MyWindow
|
||||||
} {
|
} {
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label {Esc }
|
label {Esc }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
decl {\#include "mandelbrot.h"} {public local
|
decl {\#include "mandelbrot.h"} {public local
|
||||||
@@ -13,8 +13,8 @@ class Drawing_Window {open
|
|||||||
Function {make_window()} {open return_type void
|
Function {make_window()} {open return_type void
|
||||||
} {
|
} {
|
||||||
Fl_Window window {open
|
Fl_Window window {open
|
||||||
xywh {515 343 450 520} type Single resizable
|
xywh {515 343 450 520} type Single hide resizable
|
||||||
code0 {o->size_range(220,220);} visible
|
code0 {o->size_range(220,220);}
|
||||||
} {
|
} {
|
||||||
Fl_Box d {
|
Fl_Box d {
|
||||||
user_data this user_data_type {void*}
|
user_data this user_data_type {void*}
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
decl {\#include <FL/Fl_Preferences.H>} {public local
|
decl {\#include <FL/Fl_Preferences.H>} {public local
|
||||||
@@ -45,7 +45,7 @@ Function {} {open return_type int
|
|||||||
Fl_Window myWindow {
|
Fl_Window myWindow {
|
||||||
label {My Preferences}
|
label {My Preferences}
|
||||||
callback closeWindowCB open
|
callback closeWindowCB open
|
||||||
xywh {408 202 298 311} type Double visible
|
xywh {408 202 298 311} type Double hide
|
||||||
} {
|
} {
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label Cancel
|
label Cancel
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {button_cb(Fl_Button *b, void *)} {
|
Function {button_cb(Fl_Button *b, void *)} {
|
||||||
@@ -16,7 +16,7 @@ printf("%s\\n",msg);} {selected
|
|||||||
Function {} {open
|
Function {} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window {} {open
|
Fl_Window {} {open
|
||||||
xywh {463 67 369 214} type Double visible
|
xywh {463 67 369 214} type Double hide
|
||||||
} {
|
} {
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label {&Fl_Button A1}
|
label {&Fl_Button A1}
|
||||||
|
|||||||
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {} {open
|
Function {} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window {} {open
|
Fl_Window {} {open
|
||||||
xywh {401 207 366 261} type Double resizable visible
|
xywh {401 207 366 261} type Double hide resizable
|
||||||
} {
|
} {
|
||||||
Fl_Button {} {
|
Fl_Button {} {
|
||||||
label {@<-}
|
label {@<-}
|
||||||
|
|||||||
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
Function {} {open
|
Function {} {open
|
||||||
} {
|
} {
|
||||||
Fl_Window foo_window {
|
Fl_Window foo_window {
|
||||||
label {Comparison of Fl_Tab (left) vs. Fl_Wizard (right)} open
|
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 {} {
|
Fl_Box {} {
|
||||||
label {class Fl_Tabs}
|
label {class Fl_Tabs}
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 1.0303
|
version 1.0304
|
||||||
header_name {.h}
|
header_name {.h}
|
||||||
code_name {.cxx}
|
code_name {.cxx}
|
||||||
decl {\#include <stdio.h>} {public global
|
decl {\#include <stdio.h>} {public global
|
||||||
@@ -346,7 +346,7 @@ Function {} {open
|
|||||||
} {
|
} {
|
||||||
Fl_Window window {
|
Fl_Window window {
|
||||||
label tree open
|
label tree open
|
||||||
xywh {115 293 1045 580} type Double visible
|
xywh {115 293 1045 580} type Double hide
|
||||||
} {
|
} {
|
||||||
Fl_Group tree {
|
Fl_Group tree {
|
||||||
label Tree
|
label Tree
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user