diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-09-20 13:31:38 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-09-20 13:31:38 +0000 |
| commit | eede707852e2a748396f492861faea5fd1a99776 (patch) | |
| tree | d4019512c640bd765f96f25cf9ad489d0799e2ac /fluid/function_panel.fl | |
| parent | 827fa250f3bfd0c9dc68d1483ae3c41b144adfee (diff) | |
Update fluid files and copyright.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11956 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 62046318a..aaf97b8b1 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -7,7 +7,7 @@ comment {// // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 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 @@ -421,13 +421,13 @@ Function {make_class_panel()} {open } { Fl_Window class_panel { label {Class Properties} open - xywh {437 492 342 196} type Double labelsize 11 resizable modal size_range {343 188 0 0} visible + xywh {497 585 342 196} type Double labelsize 11 hide resizable modal size_range {343 188 0 0} } { Fl_Group {} {open xywh {10 10 280 20} hide } { Fl_Light_Button c_public_button { - label public selected + label public tooltip {Make the class publicly accessible.} xywh {10 10 60 20} labelsize 11 when 0 hide } Fl_Box {} { @@ -443,7 +443,7 @@ Function {make_class_panel()} {open tooltip {Name of subclass.} xywh {10 55 320 20} labelfont 1 labelsize 11 align 5 when 0 textfont 4 textsize 11 } Fl_Text_Editor c_comment_input { - label {Comment:} + label {Comment:} selected tooltip {Class comment in Doxygen format} xywh {10 90 320 65} box DOWN_BOX labelfont 1 labelsize 11 align 5 textfont 4 textsize 11 resizable code0 {c_comment_input->buffer(new Fl_Text_Buffer());} code1 {c_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);} |
