diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-18 06:29:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-18 06:29:11 +0000 |
| commit | a218f44b5db233bbbd588b5766ec6f3e5e6cb822 (patch) | |
| tree | 8a57e704f0e9fe849ca04478890561a26cd832d7 /fluid/widget_panel.fl | |
| parent | 1e742cc41f169d97790bba4f63b7a56db8a66455 (diff) | |
Bug fixes and UI tweaking...
src/Fl_Menu_.cxx:
- Fl_Menu_::find_item(): wasn't checking for a non-NULL label()...
fluid/alignment_panel.*:
fluid/widget_panel.*:
- Use small controls, normalize layout.
- Add FLTK header/footer comments.
fluid/Fluid_Image.cxx:
- Use relative paths for images.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 236 |
1 files changed, 135 insertions, 101 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 4ce690629..37c778ccd 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -2,492 +2,526 @@ version 1.0107 header_name {.h} code_name {.cxx} +comment {// +// "$Id$" +// +// Widget panel for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2005 by Bill Spitzak and others. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Library General Public License for more details. +// +// You should have received a copy of the GNU Library General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// +} {in_source in_header +} + Function {make_widget_panel()} {open } { Fl_Window {} {open - xywh {851 210 415 370} type Double resizable hotspot visible + xywh {4 21 415 365} type Double labelsize 11 resizable hotspot visible } { Fl_Tabs {} { callback {propagate_load((Fl_Group *)o,v);} open - xywh {10 10 395 315} when 0 resizable + xywh {9 10 396 315} selection_color 8 labelsize 11 when 0 resizable } { Fl_Group {} { label GUI - callback propagate_load open selected - xywh {10 30 395 295} when 0 resizable + callback propagate_load + xywh {9 30 395 295} labelsize 11 when 0 hide resizable } { Fl_Group {} { callback propagate_load open - xywh {95 40 301 280} resizable + xywh {85 40 314 285} labelsize 11 resizable } { Fl_Group {} { callback propagate_load open - xywh {95 40 300 20} + xywh {94 40 300 20} labelsize 11 } { Fl_Input {} { label {Label:} callback label_cb - tooltip {The label text for the widget.} xywh {95 40 195 20} when 1 resizable + tooltip {The label text for the widget.} xywh {94 40 195 20} labelfont 1 labelsize 11 when 1 textsize 11 resizable } Fl_Choice {} { callback labeltype_cb open - tooltip {The label style for the widget.} xywh {290 40 105 20} box THIN_UP_BOX down_box BORDER_BOX + tooltip {The label style for the widget.} xywh {289 40 105 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11 textsize 11 code0 {extern Fl_Menu_Item labeltypemenu[];} code1 {o->menu(labeltypemenu);} } {} } Fl_Group {} { callback propagate_load open - xywh {95 65 300 20} + xywh {94 65 300 20} labelsize 11 } { Fl_Input {} { label {Image:} callback image_cb - tooltip {The active image for the widget.} xywh {95 65 195 20} resizable + tooltip {The active image for the widget.} xywh {94 65 240 20} labelfont 1 labelsize 11 textsize 11 resizable } Fl_Button {} { label {Browse...} callback image_browse_cb - tooltip {Click to choose the active image.} xywh {290 65 105 20} + tooltip {Click to choose the active image.} xywh {334 65 60 20} labelsize 11 } } Fl_Group {} { callback propagate_load open - xywh {95 90 300 20} + xywh {94 90 300 20} labelsize 11 } { Fl_Input {} { label {Inactive:} callback inactive_cb - tooltip {The inactive image for the widget.} xywh {95 90 195 20} resizable + tooltip {The inactive image for the widget.} xywh {94 90 240 20} labelfont 1 labelsize 11 textsize 11 resizable } Fl_Button {} { label {Browse...} callback inactive_browse_cb - tooltip {Click to choose the inactive image.} xywh {290 90 105 20} + tooltip {Click to choose the inactive image.} xywh {334 90 60 20} labelsize 11 } } Fl_Group {} { label {Alignment:} callback propagate_load open - xywh {95 115 300 21} align 4 + xywh {95 114 304 21} labelfont 1 labelsize 11 align 4 } { Fl_Button {} { - label clip + label Clip user_data FL_ALIGN_CLIP callback align_cb - tooltip {Clip the label to the inside of the widget.} xywh {95 115 40 20} type Toggle labelsize 8 + tooltip {Clip the label to the inside of the widget.} xywh {95 115 30 20} type Toggle labelsize 11 } Fl_Button {} { - label wrap + label Wrap user_data FL_ALIGN_WRAP callback align_cb - tooltip {Wrap the label text.} xywh {135 115 40 20} type Toggle labelsize 8 + tooltip {Wrap the label text.} xywh {125 115 38 20} type Toggle labelsize 11 } Fl_Button {} { - label {text -image} + label {Text/Image} user_data FL_ALIGN_TEXT_OVER_IMAGE callback align_cb - tooltip {Show the label text over the image.} xywh {175 115 55 20} type Toggle labelsize 8 + tooltip {Show the label text over the image.} xywh {162 115 69 20} type Toggle labelsize 11 } Fl_Button {} { label {@-1<-} user_data FL_ALIGN_LEFT callback align_cb - tooltip {Left-align the label.} xywh {295 115 20 20} type Toggle labelcolor 8 + tooltip {Left-align the label.} xywh {234 115 20 20} type Toggle labelsize 11 labelcolor 8 } Fl_Button {} { label {@-1->} user_data FL_ALIGN_RIGHT callback align_cb - tooltip {Right-align the label.} xywh {315 115 20 20} type Toggle labelcolor 8 + tooltip {Right-align the label.} xywh {254 115 20 20} type Toggle labelsize 11 labelcolor 8 } Fl_Button {} { label {@-18} user_data FL_ALIGN_TOP callback align_cb - tooltip {Top-align the label.} xywh {335 115 20 20} type Toggle labelcolor 8 + tooltip {Top-align the label.} xywh {274 115 20 20} type Toggle labelsize 11 labelcolor 8 } Fl_Button {} { label {@-12} user_data FL_ALIGN_BOTTOM callback align_cb - tooltip {Bottom-align the label.} xywh {355 115 20 20} type Toggle labelcolor 8 + tooltip {Bottom-align the label.} xywh {294 115 20 20} type Toggle labelsize 11 labelcolor 8 } Fl_Button {} { label {@-3square} user_data FL_ALIGN_INSIDE callback align_cb - tooltip {Show the label inside the widget.} xywh {375 115 20 20} type Toggle labelcolor 8 + tooltip {Show the label inside the widget.} xywh {314 115 20 20} type Toggle labelsize 11 labelcolor 8 } Fl_Box {} { - xywh {256 116 20 20} resizable + xywh {376 115 18 20} labelsize 11 resizable } } Fl_Value_Input widget_x_input { label {X:} callback x_cb - tooltip {The X position of the widget.} xywh {95 150 60 20} labelsize 10 align 5 maximum 2048 step 1 + tooltip {The X position of the widget.} xywh {94 150 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11 } Fl_Box {} { label {Position:} - xywh {95 150 0 20} align 24 + xywh {94 150 0 20} labelfont 1 labelsize 11 align 24 } Fl_Value_Input widget_y_input { label {Y:} callback y_cb - tooltip {The Y position of the widget.} xywh {155 150 60 20} labelsize 10 align 5 maximum 2048 step 1 + tooltip {The Y position of the widget.} xywh {154 150 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11 } Fl_Value_Input widget_w_input { label {Width:} callback w_cb - tooltip {The width of the widget.} xywh {215 150 60 20} labelsize 10 align 5 maximum 2048 step 1 + tooltip {The width of the widget.} xywh {214 150 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11 } Fl_Value_Input widget_h_input { label {Height:} callback h_cb - tooltip {The height of the widget.} xywh {275 150 60 20} labelsize 10 align 5 maximum 2048 step 1 + tooltip {The height of the widget.} xywh {274 150 60 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11 } Fl_Box {} { label {Values:} - xywh {95 185 0 20} align 24 + xywh {94 185 0 20} labelfont 1 labelsize 11 align 24 } Fl_Value_Input {} { label {Size:} callback slider_size_cb - tooltip {The size of the slider.} xywh {95 185 60 20} labelsize 10 align 5 step 0.010101 + tooltip {The size of the slider.} xywh {94 185 60 20} labelsize 11 align 5 step 0.010101 textsize 11 } Fl_Value_Input {} { label {Minimum:} callback min_cb - tooltip {The minimum value of the widget.} xywh {155 185 60 20} labelsize 10 align 5 + tooltip {The minimum value of the widget.} xywh {154 185 60 20} labelsize 11 align 5 textsize 11 } Fl_Value_Input {} { label {Maximum:} callback max_cb - tooltip {The maximum value of the widget.} xywh {215 185 60 20} labelsize 10 align 5 value 1 + tooltip {The maximum value of the widget.} xywh {214 185 60 20} labelsize 11 align 5 value 1 textsize 11 } Fl_Value_Input {} { label {Step:} callback step_cb - tooltip {The resolution of the widget value.} xywh {275 185 60 20} labelsize 10 align 5 + tooltip {The resolution of the widget value.} xywh {274 185 60 20} labelsize 11 align 5 textsize 11 } Fl_Value_Input {} { label {Value:} callback value_cb - tooltip {The current widget value.} xywh {335 185 60 20} labelsize 10 align 5 + tooltip {The current widget value.} xywh {334 185 60 20} labelsize 11 align 5 textsize 11 } Fl_Button {} { label {Shortcut:} callback shortcut_in_cb - tooltip {The shortcut key for the widget.} xywh {95 210 300 20} box DOWN_BOX color 7 selection_color 7 align 4 + tooltip {The shortcut key for the widget.} xywh {94 210 300 20} box DOWN_BOX color 7 selection_color 7 labelfont 1 labelsize 11 align 4 code0 {\#include "Shortcut_Button.h"} class Shortcut_Button } Fl_Group {} { callback propagate_load open - xywh {95 235 300 20} + xywh {94 235 300 21} labelsize 11 } { Fl_Input {} { label {X Class:} callback xclass_cb - tooltip {The X resource class.} xywh {95 235 115 20} resizable + tooltip {The X resource class.} xywh {94 235 115 20} labelfont 1 labelsize 11 textsize 11 resizable } Fl_Light_Button {} { label Border callback border_cb - tooltip {Add a border around the window.} xywh {210 235 60 20} selection_color 1 labelsize 10 + tooltip {Add a border around the window.} xywh {209 235 57 20} selection_color 1 labelsize 11 } Fl_Light_Button {} { label Modal callback modal_cb - tooltip {Make the window modal.} xywh {270 235 55 20} selection_color 1 labelsize 10 + tooltip {Make the window modal.} xywh {266 235 54 20} selection_color 1 labelsize 11 } Fl_Light_Button {} { label Nonmodal callback non_modal_cb - tooltip {Make the window non-modal.} xywh {325 235 70 20} selection_color 1 labelsize 9 align 148 + tooltip {Make the window non-modal.} xywh {320 235 74 21} selection_color 1 labelsize 11 align 148 } } Fl_Group {} { callback propagate_load open - xywh {95 260 301 20} + xywh {94 260 301 20} labelsize 11 } { Fl_Light_Button {} { label Visible callback visible_cb - tooltip {Show the widget.} xywh {95 260 70 20} selection_color 1 labelsize 10 + tooltip {Show the widget.} xywh {94 260 55 20} selection_color 1 labelsize 11 } Fl_Box {} { label {Attributes:} - xywh {95 260 0 20} align 4 + xywh {94 260 0 20} labelfont 1 labelsize 11 align 4 } Fl_Light_Button {} { label Active callback active_cb - tooltip {Activate the widget.} xywh {165 260 70 20} selection_color 1 labelsize 10 + tooltip {Activate the widget.} xywh {149 260 55 20} selection_color 1 labelsize 11 } Fl_Light_Button {} { label Resizable callback resizable_cb - tooltip {Make the widget resizable.} xywh {235 260 70 20} selection_color 1 labelsize 10 when 1 + tooltip {Make the widget resizable.} xywh {204 260 72 20} selection_color 1 labelsize 11 when 1 } Fl_Light_Button {} { label Hotspot callback hotspot_cb - tooltip {Center the window under this widget.} xywh {305 260 70 20} selection_color 1 labelsize 10 when 1 + tooltip {Center the window under this widget.} xywh {276 260 61 20} selection_color 1 labelsize 11 when 1 } Fl_Box {} { - xywh {376 260 20 20} resizable + xywh {375 260 20 20} labelsize 11 resizable } } Fl_Input {} { label {Tooltip:} callback tooltip_cb - tooltip {The tooltip text for the widget.} xywh {95 285 300 20} + tooltip {The tooltip text for the widget.} xywh {94 285 300 20} labelfont 1 labelsize 11 textsize 11 } Fl_Box {} { - xywh {95 308 300 12} resizable + xywh {94 305 300 20} labelsize 11 resizable } } } Fl_Group {} { label Style callback propagate_load - xywh {10 30 395 295} when 0 hide + xywh {10 30 395 295} labelsize 11 when 0 hide } { Fl_Group {} { callback propagate_load open - xywh {100 40 295 276} resizable + xywh {100 40 295 276} labelsize 11 resizable } { Fl_Group {} { callback propagate_load open - xywh {100 40 295 95} + xywh {100 40 295 95} labelsize 11 } { Fl_Group {} { callback propagate_load open - xywh {100 40 295 20} + xywh {100 40 295 20} labelsize 11 } { Fl_Choice {} { label {Label Font:} callback labelfont_cb open - tooltip {The style of the label text.} xywh {100 40 155 20} box THIN_UP_BOX down_box BORDER_BOX resizable + tooltip {The style of the label text.} xywh {100 40 155 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable code0 {extern Fl_Menu_Item fontmenu[];} code1 {o->menu(fontmenu);} } {} Fl_Value_Input {} { callback labelsize_cb - tooltip {The size of the label text.} xywh {255 40 50 20} maximum 100 step 1 value 14 + tooltip {The size of the label text.} xywh {255 40 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11 } Fl_Button {} { label {Label Color} callback labelcolor_cb - tooltip {The color of the label text.} xywh {305 40 90 20} labelsize 8 + tooltip {The color of the label text.} xywh {305 40 90 20} labelsize 11 } } Fl_Group {} { callback propagate_load open - xywh {100 65 295 20} + xywh {100 65 295 20} labelsize 11 } { Fl_Choice {} { label {Box:} callback box_cb open - tooltip {The "up" box of the widget.} xywh {100 65 205 20} box THIN_UP_BOX down_box BORDER_BOX resizable + tooltip {The "up" box of the widget.} xywh {100 65 205 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable code0 {extern Fl_Menu_Item boxmenu[];} code1 {o->menu(boxmenu);} } {} Fl_Button {} { label Color callback color_cb - tooltip {The background color of the widget.} xywh {305 65 90 20} labelsize 8 + tooltip {The background color of the widget.} xywh {305 65 90 20} labelsize 11 } } Fl_Group {} { callback propagate_load open - xywh {100 90 295 20} + xywh {100 90 295 20} labelsize 11 } { Fl_Choice {} { label {Down Box:} callback down_box_cb open - tooltip {The "down" box of the widget.} xywh {100 90 205 20} box THIN_UP_BOX down_box BORDER_BOX resizable + tooltip {The "down" box of the widget.} xywh {100 90 205 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable code0 {extern Fl_Menu_Item boxmenu[];} code1 {o->menu(boxmenu);} } {} Fl_Button {} { label {Select Color} callback color2_cb - tooltip {The selection color of the widget.} xywh {305 90 90 20} labelsize 8 + tooltip {The selection color of the widget.} xywh {305 90 90 20} labelsize 11 } } Fl_Group {} { callback propagate_load open - xywh {100 115 295 20} + xywh {100 115 295 20} labelsize 11 } { Fl_Choice {} { label {Text Font:} callback textfont_cb open - tooltip {The value text style.} xywh {100 115 155 20} box DOWN_BOX down_box BORDER_BOX resizable + tooltip {The value text style.} xywh {100 115 155 20} box DOWN_BOX down_box BORDER_BOX labelfont 1 labelsize 11 resizable code0 {extern Fl_Menu_Item fontmenu[];} code1 {o->menu(fontmenu);} } {} Fl_Value_Input {} { callback textsize_cb - tooltip {The value text size.} xywh {255 115 50 20} maximum 100 step 1 value 14 + tooltip {The value text size.} xywh {255 115 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11 } Fl_Button {} { label {Text Color} callback textcolor_cb - tooltip {The value text color.} xywh {305 115 90 20} labelsize 8 + tooltip {The value text color.} xywh {305 115 90 20} labelsize 11 } } } Fl_Box {} { - xywh {100 304 295 12} resizable + xywh {100 304 295 12} labelsize 11 resizable } } } Fl_Group {} { label {C++} - callback propagate_load - xywh {10 30 395 295} when 0 hide + callback propagate_load selected + xywh {10 30 395 295} labelsize 11 when 0 } { Fl_Group {} { callback propagate_load open - xywh {100 40 295 132} + xywh {100 40 295 132} labelsize 11 } { Fl_Group {} { callback propagate_load open - xywh {100 40 295 20} + xywh {100 40 295 20} labelsize 11 } { Fl_Input {} { label {Class:} user_data 4 callback subclass_cb - tooltip {The widget subclass.} xywh {100 40 160 20} textfont 4 resizable + tooltip {The widget subclass.} xywh {100 40 160 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable } Fl_Choice {} { callback subtype_cb open - tooltip {The widget subtype.} xywh {260 40 135 20} box THIN_UP_BOX down_box BORDER_BOX + tooltip {The widget subtype.} xywh {260 40 135 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11 } {} } Fl_Group {} { callback propagate_load open - xywh {100 65 295 20} + xywh {100 65 295 20} labelsize 11 } { Fl_Input {} { label {Name:} callback name_cb - tooltip {The name of the widget.} xywh {100 65 230 20} resizable + tooltip {The name of the widget.} xywh {100 65 230 20} labelfont 1 labelsize 11 textsize 11 resizable } Fl_Light_Button {} { label public callback name_public_cb - tooltip {Make the widget publicly accessible.} xywh {330 65 65 20} selection_color 1 labelsize 10 when 1 + tooltip {Make the widget publicly accessible.} xywh {330 65 65 20} selection_color 1 labelsize 11 when 1 } } Fl_Input {v_input[0]} { label {Extra Code:} user_data 0 callback v_input_cb - tooltip {Extra initialization code for the widget.} xywh {100 90 295 20} textfont 4 + tooltip {Extra initialization code for the widget.} xywh {100 90 295 20} labelfont 1 labelsize 11 textfont 4 textsize 11 } Fl_Input {v_input[1]} { user_data 1 callback v_input_cb - tooltip {Extra initialization code for the widget.} xywh {100 110 295 20} textfont 4 + tooltip {Extra initialization code for the widget.} xywh {100 110 295 20} labelsize 11 textfont 4 textsize 11 } Fl_Input {v_input[2]} { user_data 2 callback v_input_cb - tooltip {Extra initialization code for the widget.} xywh {100 130 295 20} textfont 4 + tooltip {Extra initialization code for the widget.} xywh {100 130 295 20} labelsize 11 textfont 4 textsize 11 } Fl_Input {v_input[3]} { user_data 3 callback v_input_cb - tooltip {Extra initialization code for the widget.} xywh {100 150 295 20} textfont 4 + tooltip {Extra initialization code for the widget.} xywh {100 150 295 20} labelsize 11 textfont 4 textsize 11 } } Fl_Group {} { callback propagate_load open - xywh {100 175 295 90} box DOWN_BOX resizable + xywh {100 175 295 90} box DOWN_BOX labelsize 11 resizable } { Fl_Text_Editor {} { label {Callback:} callback callback_cb - tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX align 4 textfont 4 resizable + tooltip {The callback function or code for the widget.} xywh {102 177 291 86} box NO_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 resizable code0 {o->buffer(new Fl_Text_Buffer());} code1 {o->textfont(FL_COURIER);} } } Fl_Group {} { callback propagate_load open - xywh {100 270 295 45} + xywh {100 270 295 45} labelsize 11 } { Fl_Group {} { callback propagate_load open - xywh {100 270 295 20} + xywh {100 270 295 20} labelsize 11 } { Fl_Input {} { label {User Data:} callback user_data_cb - tooltip {The user data to pass into the callback code.} xywh {100 270 140 20} textfont 4 resizable + tooltip {The user data to pass into the callback code.} xywh {100 270 140 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable } Fl_Choice {} { label {When:} callback when_cb open - tooltip {When to call the callback function.} xywh {290 270 105 20} box THIN_UP_BOX down_box BORDER_BOX when 1 + tooltip {When to call the callback function.} xywh {290 270 105 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 when 1 code0 {extern Fl_Menu_Item whenmenu[];} code1 {o->menu(whenmenu);} } {} } Fl_Group {} { callback propagate_load open - xywh {100 295 295 20} + xywh {100 295 295 20} labelsize 11 } { Fl_Input {} { label {Type:} callback user_data_type_cb - tooltip {The type of the user data.} xywh {100 295 140 20} textfont 4 resizable + tooltip {The type of the user data.} xywh {100 295 140 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable } Fl_Light_Button {} { label {No Change} callback when_button_cb - tooltip {Call the callback even if the value has not changed.} xywh {290 295 105 20} selection_color 1 labelsize 10 + tooltip {Call the callback even if the value has not changed.} xywh {290 295 105 20} selection_color 1 labelsize 11 } } } Fl_Box {} { label label - xywh {95 325 100 0} hide deactivate + xywh {95 325 100 0} labelsize 11 hide deactivate } } } Fl_Group {} { - xywh {10 335 395 25} + xywh {8 335 396 20} labelsize 11 } { Fl_Box {} { - xywh {12 335 12 25} resizable + xywh {8 335 20 0} labelsize 11 resizable } Fl_Button {} { label {No &Overlay} callback overlay_cb - tooltip {Hide the widget overlay box.} xywh {215 335 100 25} labelcolor 1 + tooltip {Hide the widget overlay box.} xywh {274 335 77 19} labelsize 11 labelcolor 1 } Fl_Button {} { label Revert callback revert_cb - xywh {155 335 80 25} hide + xywh {159 335 80 0} labelsize 11 hide } Fl_Return_Button {} { label OK callback ok_cb - xywh {325 335 80 25} + xywh {356 335 48 19} labelsize 11 } Fl_Button {} { label Cancel callback cancel_cb - xywh {325 335 80 25} hide + xywh {329 335 75 0} labelsize 11 hide } } } } + +comment { +// +// End of "$Id$". +//} {in_source in_header +} |
