diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-04-06 20:04:16 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-04-06 20:04:16 +0200 |
| commit | d46351a5917e66fdc990646da4b51402d6bac265 (patch) | |
| tree | 9a42d520ea8bcd75169b05fd3c4613fe820003d0 /fluid/function_panel.fl | |
| parent | 21fb8725c656d6f8325d1a5cf22fac594651002d (diff) | |
Update copyright and FLTK site URL
All .fl files and generated files have been updated.
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 945295ad0..81dbfe4b4 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -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} |
