mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
Update copyright and FLTK site URL
All .fl files and generated files have been updated.
This commit is contained in:
@@ -7,17 +7,17 @@ comment {//
|
||||
//
|
||||
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2018 by Bill Spitzak and others.
|
||||
// Copyright 1998-2020 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
|
||||
// file is missing or damaged, see the license at:
|
||||
//
|
||||
// http://www.fltk.org/COPYING.php
|
||||
// https://www.fltk.org/COPYING.php
|
||||
//
|
||||
// Please report all bugs and problems on the following page:
|
||||
//
|
||||
// http://www.fltk.org/str.php
|
||||
// https://www.fltk.org/str.php
|
||||
//
|
||||
} {in_source in_header
|
||||
}
|
||||
@@ -55,7 +55,7 @@ Function {use_tab_navigation(int, Fl_Text_Editor*)} {
|
||||
Function {make_function_panel()} {} {
|
||||
Fl_Window function_panel {
|
||||
label {Function/Method Properties} open
|
||||
xywh {557 523 343 232} type Double resizable modal visible
|
||||
xywh {557 523 343 232} type Double hide resizable modal
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 270 20}
|
||||
@@ -336,7 +336,7 @@ Function {make_decl_panel()} {} {
|
||||
Function {make_data_panel()} {} {
|
||||
Fl_Window data_panel {
|
||||
label {Inline Data Properties} open
|
||||
xywh {472 191 343 237} type Double align 80 resizable size_range {343 237 0 0} visible
|
||||
xywh {472 191 343 237} type Double align 80 hide resizable size_range {343 237 0 0}
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {10 10 320 20}
|
||||
@@ -543,7 +543,7 @@ Function {make_widgetbin()} {open
|
||||
exit_cb((Fl_Widget*)o, v);
|
||||
else
|
||||
toggle_widgetbin_cb((Fl_Widget*)o, v);} open
|
||||
xywh {410 171 574 85} type Single align 80 non_modal visible
|
||||
xywh {410 171 574 85} type Single align 80 hide non_modal
|
||||
} {
|
||||
Fl_Group {} {
|
||||
xywh {3 3 79 79}
|
||||
|
||||
Reference in New Issue
Block a user