Fl_Panzoomer: Always draw box.
[ntk.git] / fluid / widget_panel.fl
blobc787b6726cafb970cc23e3d431372986bc1d2ab8
1 # data file for the Fltk User Interface Designer (fluid)
2 version 1.0300 
3 header_name {.h} 
4 code_name {.cxx}
5 comment {//
6 // "$Id: widget_panel.fl 7913 2010-11-29 18:18:27Z greg.ercolano $"
7 //
8 // Widget panel for the Fast Light Tool Kit (FLTK).
9 //
10 // Copyright 1998-2010 by Bill Spitzak and others.
12 // This library is free software; you can redistribute it and/or
13 // modify it under the terms of the GNU Library General Public
14 // License as published by the Free Software Foundation; either
15 // version 2 of the License, or (at your option) any later version.
17 // This library is distributed in the hope that it will be useful,
18 // but WITHOUT ANY WARRANTY; without even the implied warranty of
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 // Library General Public License for more details.
22 // You should have received a copy of the GNU Library General Public
23 // License along with this library; if not, write to the Free Software
24 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
25 // USA.
27 // Please report all bugs and problems on the following page:
29 //     http://www.fltk.org/str.php
31 } {in_source in_header
32
34 Function {make_widget_panel()} {open
35 } {
36   Fl_Window {} {open
37     xywh {383 206 420 360} type Double labelsize 11 align 80 resizable hotspot
38     code0 {o->size_range(o->w(), o->h());} visible
39   } {
40     Fl_Tabs {} {
41       callback {propagate_load((Fl_Group *)o,v);} open
42       xywh {10 10 400 310} selection_color 12 labelsize 11 labelcolor 7 when 0 resizable
43     } {
44       Fl_Group {} {
45         label GUI
46         callback propagate_load open
47         xywh {10 30 400 290} labelsize 11 when 0 resizable
48       } {
49         Fl_Group {} {
50           label {Label:}
51           callback propagate_load open
52           xywh {95 40 309 20} labelfont 1 labelsize 11 align 4
53         } {
54           Fl_Input {} {
55             callback label_cb
56             tooltip {The label text for the widget.
57 Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 textsize 11 resizable
58           }
59           Fl_Choice {} {
60             callback labeltype_cb open
61             tooltip {The label style for the widget.} xywh {284 40 120 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11
62             code0 {extern Fl_Menu_Item labeltypemenu[];}
63             code1 {o->menu(labeltypemenu);}
64           } {}
65         }
66         Fl_Group {} {
67           label {Image:}
68           callback propagate_load
69           xywh {95 65 309 20} labelfont 1 labelsize 11 align 4
70         } {
71           Fl_Input {} {
72             callback image_cb
73             tooltip {The active image for the widget.} xywh {95 65 240 20} labelfont 1 labelsize 11 textsize 11 resizable
74           }
75           Fl_Button {} {
76             label {Browse...}
77             callback image_browse_cb
78             tooltip {Click to choose the active image.} xywh {334 65 70 20} labelsize 11
79           }
80         }
81         Fl_Group {} {
82           label {Inactive:}
83           callback propagate_load
84           xywh {95 90 309 20} labelfont 1 labelsize 11 align 4
85         } {
86           Fl_Input {} {
87             callback inactive_cb
88             tooltip {The inactive image for the widget.} xywh {95 90 240 20} labelfont 1 labelsize 11 textsize 11 resizable
89           }
90           Fl_Button {} {
91             label {Browse...}
92             callback inactive_browse_cb
93             tooltip {Click to choose the inactive image.} xywh {334 90 70 20} labelsize 11
94           }
95         }
96         Fl_Group {} {
97           label {Alignment:}
98           callback propagate_load open
99           xywh {95 115 300 20} labelfont 1 labelsize 11 align 4
100         } {
101           Fl_Button {} {
102             label Clip
103             user_data FL_ALIGN_CLIP
104             callback align_cb
105             tooltip {Clip the label to the inside of the widget.} xywh {95 115 30 20} type Toggle selection_color 8 labelsize 11 align 16
106           }
107           Fl_Button {} {
108             label Wrap
109             user_data FL_ALIGN_WRAP
110             callback align_cb
111             tooltip {Wrap the label text.} xywh {130 115 30 20} type Toggle selection_color 8 labelsize 11
112           }
113           Fl_Button {} {
114             label {@-1<-}
115             user_data FL_ALIGN_LEFT
116             callback align_cb
117             tooltip {Left-align the label.} xywh {270 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
118           }
119           Fl_Button {} {
120             label {@-1->}
121             user_data FL_ALIGN_RIGHT
122             callback align_cb
123             tooltip {Right-align the label.} xywh {295 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
124           }
125           Fl_Button {} {
126             label {@-18}
127             user_data FL_ALIGN_TOP
128             callback align_cb
129             tooltip {Top-align the label.} xywh {320 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
130           }
131           Fl_Button {} {
132             label {@-12}
133             user_data FL_ALIGN_BOTTOM
134             callback align_cb
135             tooltip {Bottom-align the label.} xywh {345 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8 hide
136           }
137           Fl_Choice {} {
138             callback align_text_image_cb open selected
139             xywh {165 115 110 20} down_box BORDER_BOX labelsize 11 textsize 11
140           } {
141             MenuItem {} {
142               label {   Image Alignment   }
143               user_data 0xFFFFFFFF
144               xywh {145 145 100 20} labelfont 2 labelsize 11 deactivate
145             }
146             MenuItem {} {
147               label {image over text}
148               user_data FL_ALIGN_IMAGE_OVER_TEXT
149               xywh {25 25 100 20} labelsize 11
150             }
151             MenuItem {} {
152               label {text over image}
153               user_data FL_ALIGN_TEXT_OVER_IMAGE
154               xywh {15 15 100 20} labelsize 11
155             }
156             MenuItem {} {
157               label {text next to image}
158               user_data FL_ALIGN_TEXT_NEXT_TO_IMAGE
159               xywh {35 35 100 20} labelsize 11
160             }
161             MenuItem {} {
162               label {image next to text}
163               user_data FL_ALIGN_IMAGE_NEXT_TO_TEXT
164               xywh {45 45 100 20} labelsize 11
165             }
166             MenuItem {} {
167               label {image is backdrop}
168               user_data FL_ALIGN_IMAGE_BACKDROP
169               xywh {55 55 100 20} labelsize 11
170             }
171           }
172           Fl_Choice {} {
173             callback align_position_cb open
174             xywh {280 115 85 20} down_box BORDER_BOX labelsize 11 textsize 11
175           } {
176             MenuItem {} {
177               label {   Inside && Outside   }
178               user_data 0xFFFFFFFF
179               xywh {135 135 100 20} labelfont 2 labelsize 11 deactivate
180             }
181             MenuItem {} {
182               label {top left}
183               user_data FL_ALIGN_TOP_LEFT
184               xywh {45 45 100 20} labelsize 11
185             }
186             MenuItem {} {
187               label top
188               user_data FL_ALIGN_TOP
189               xywh {55 55 100 20} labelsize 11
190             }
191             MenuItem {} {
192               label {top right}
193               user_data FL_ALIGN_TOP_RIGHT
194               xywh {65 65 100 20} labelsize 11
195             }
196             MenuItem {} {
197               label left
198               user_data FL_ALIGN_LEFT
199               xywh {75 75 100 20} labelsize 11
200             }
201             MenuItem {} {
202               label center
203               user_data FL_ALIGN_CENTER
204               xywh {35 35 100 20} labelsize 11
205             }
206             MenuItem {} {
207               label right
208               user_data FL_ALIGN_RIGHT
209               xywh {85 85 100 20} labelsize 11
210             }
211             MenuItem {} {
212               label {bottom left}
213               user_data FL_ALIGN_BOTTOM_LEFT
214               xywh {95 95 100 20} labelsize 11
215             }
216             MenuItem {} {
217               label bottom
218               user_data FL_ALIGN_BOTTOM
219               xywh {105 105 100 20} labelsize 11
220             }
221             MenuItem {} {
222               label {bottom right}
223               user_data FL_ALIGN_BOTTOM_RIGHT
224               xywh {115 115 100 20} labelsize 11 divider
225             }
226             MenuItem {} {
227               label {   Outside Alignment   }
228               user_data 0xFFFFFFFF
229               xywh {125 125 100 20} labelfont 2 labelsize 11 deactivate
230             }
231             MenuItem {} {
232               label {left top}
233               user_data FL_ALIGN_LEFT_TOP
234               xywh {135 135 100 20} labelsize 11
235             }
236             MenuItem {} {
237               label {right top}
238               user_data FL_ALIGN_RIGHT_TOP
239               xywh {145 145 100 20} labelsize 11
240             }
241             MenuItem {} {
242               label {left bottom}
243               user_data FL_ALIGN_LEFT_BOTTOM
244               xywh {155 155 100 20} labelsize 11
245             }
246             MenuItem {} {
247               label {right bottom}
248               user_data FL_ALIGN_RIGHT_BOTTOM
249               xywh {45 45 100 20} labelsize 11
250             }
251           }
252           Fl_Button {} {
253             label {@-3square}
254             user_data FL_ALIGN_INSIDE
255             callback align_cb
256             tooltip {Show the label inside the widget.} xywh {370 115 20 20} type Toggle selection_color 8 labelsize 11 labelcolor 8
257           }
258           Fl_Box {} {
259             xywh {395 115 0 20} labelsize 11 resizable
260           }
261         }
262         Fl_Group {} {
263           label {Position:}
264           callback propagate_load
265           xywh {95 150 300 20} labelfont 1 labelsize 11 align 4
266         } {
267           Fl_Value_Input widget_x_input {
268             label {X:}
269             callback x_cb
270             tooltip {The X position of the widget.} xywh {95 150 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
271           }
272           Fl_Value_Input widget_y_input {
273             label {Y:}
274             callback y_cb
275             tooltip {The Y position of the widget.} xywh {155 150 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
276           }
277           Fl_Value_Input widget_w_input {
278             label {Width:}
279             callback w_cb
280             tooltip {The width of the widget.} xywh {215 150 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
281           }
282           Fl_Value_Input widget_h_input {
283             label {Height:}
284             callback h_cb
285             tooltip {The height of the widget.} xywh {275 150 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
286           }
287           Fl_Light_Button {} {
288             label Relative
289             callback wc_relative_cb
290             tooltip {If set, widgets inside a widget class of type Fl_Group are repositioned relative to the origin at construction time} xywh {335 150 55 20} labelsize 11
291           }
292           Fl_Box {} {
293             xywh {394 150 1 20} resizable
294           }
295         }
296         Fl_Group {} {
297           label {Values:}
298           callback propagate_load
299           xywh {95 185 300 20} labelfont 1 labelsize 11 align 4
300         } {
301           Fl_Value_Input {} {
302             label {Size:}
303             callback slider_size_cb
304             tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 step 0.010101 textsize 11
305           }
306           Fl_Value_Input {} {
307             label {Minimum:}
308             callback min_cb
309             tooltip {The minimum value of the widget.} xywh {155 185 55 20} labelsize 11 align 5 textsize 11
310           }
311           Fl_Value_Input {} {
312             label {Maximum:}
313             callback max_cb
314             tooltip {The maximum value of the widget.} xywh {215 185 55 20} labelsize 11 align 5 value 1 textsize 11
315           }
316           Fl_Value_Input {} {
317             label {Step:}
318             callback step_cb
319             tooltip {The resolution of the widget value.} xywh {275 185 55 20} labelsize 11 align 5 textsize 11
320           }
321           Fl_Value_Input {} {
322             label {Value:}
323             callback value_cb
324             tooltip {The current widget value.} xywh {335 185 55 20} labelsize 11 align 5 textsize 11
325           }
326           Fl_Box {} {
327             xywh {395 185 0 20} resizable
328           }
329         }
330         Fl_Group {} {
331           label {Size Range:}
332           callback propagate_load
333           xywh {95 185 300 20} labelfont 1 labelsize 11 align 4 hide
334         } {
335           Fl_Value_Input {} {
336             label {Minimum Size:}
337             callback min_w_cb
338             tooltip {The size of the slider.} xywh {95 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
339           }
340           Fl_Value_Input {} {
341             callback min_h_cb
342             tooltip {The minimum value of the widget.} xywh {155 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
343           }
344           Fl_Button {} {
345             label set
346             callback set_min_size_cb
347             xywh {215 185 25 20} labelsize 11
348           }
349           Fl_Value_Input {} {
350             label {Maximum Size:}
351             callback max_w_cb
352             tooltip {The maximum value of the widget.} xywh {245 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
353           }
354           Fl_Value_Input {} {
355             callback max_h_cb
356             tooltip {The resolution of the widget value.} xywh {305 185 55 20} labelsize 11 align 5 maximum 2048 step 1 textsize 11
357           }
358           Fl_Button {} {
359             label set
360             callback set_max_size_cb
361             xywh {365 185 25 20} labelsize 11
362           }
363           Fl_Box {} {
364             xywh {395 185 0 20} resizable
365           }
366         }
367         Fl_Button {} {
368           label {Shortcut:}
369           callback shortcut_in_cb
370           tooltip {The shortcut key for the widget.} xywh {95 210 310 20} box DOWN_BOX color 7 selection_color 7 labelfont 1 labelsize 11 align 4
371           code0 {\#include "Shortcut_Button.h"}
372           class Shortcut_Button
373         }
374         Fl_Group {} {
375           label {X Class:}
376           callback propagate_load
377           xywh {95 235 300 20} labelfont 1 labelsize 11 align 4
378         } {
379           Fl_Input {} {
380             label {:}
381             callback xclass_cb
382             tooltip {The X resource class.} xywh {95 235 95 20} labelfont 1 labelsize 11 textsize 11 resizable
383           }
384           Fl_Light_Button {} {
385             label Border
386             callback border_cb
387             tooltip {Add a border around the window.} xywh {195 235 60 20} selection_color 1 labelsize 11
388           }
389           Fl_Light_Button {} {
390             label Modal
391             callback modal_cb
392             tooltip {Make the window modal.} xywh {260 235 55 20} selection_color 1 labelsize 11
393           }
394           Fl_Light_Button {} {
395             label Nonmodal
396             callback non_modal_cb
397             tooltip {Make the window non-modal.} xywh {320 235 75 20} selection_color 1 labelsize 11 align 148
398           }
399         }
400         Fl_Group {} {
401           label {Attributes:}
402           callback propagate_load
403           xywh {95 260 305 20} labelfont 1 labelsize 11 align 4
404         } {
405           Fl_Light_Button {} {
406             label Visible
407             callback visible_cb
408             tooltip {Show the widget.} xywh {95 260 60 20} selection_color 1 labelsize 11
409           }
410           Fl_Light_Button {} {
411             label Active
412             callback active_cb
413             tooltip {Activate the widget.} xywh {160 260 60 20} selection_color 1 labelsize 11
414           }
415           Fl_Light_Button {} {
416             label Resizable
417             callback resizable_cb
418             tooltip {Make the widget resizable.} xywh {225 260 75 20} selection_color 1 labelsize 11 when 1
419           }
420           Fl_Light_Button {} {
421             label Hotspot
422             callback hotspot_cb
423             tooltip {Center the window under this widget.} xywh {305 260 70 20} selection_color 1 labelsize 11 when 1
424           }
425           Fl_Box {} {
426             xywh {395 260 0 20} labelsize 11 resizable
427           }
428         }
429         Fl_Input {} {
430           label {Tooltip:}
431           callback tooltip_cb
432           tooltip {The tooltip text for the widget.
433 Use Ctrl-J for newlines.} xywh {95 285 310 20} labelfont 1 labelsize 11 textsize 11
434         }
435         Fl_Box {} {
436           xywh {95 305 300 5} labelsize 11 resizable
437         }
438       }
439       Fl_Group {} {
440         label Style
441         callback propagate_load
442         xywh {10 30 400 290} labelsize 11 when 0 hide
443       } {
444         Fl_Group {} {
445           label {Label Font:}
446           callback propagate_load
447           xywh {95 40 309 20} labelfont 1 labelsize 11 align 4
448         } {
449           Fl_Choice {} {
450             callback labelfont_cb open
451             tooltip {The style of the label text.} xywh {95 40 170 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
452             code0 {extern Fl_Menu_Item fontmenu[];}
453             code1 {o->menu(fontmenu);}
454           } {}
455           Fl_Value_Input {} {
456             callback labelsize_cb
457             tooltip {The size of the label text.} xywh {264 40 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
458           }
459           Fl_Button {} {
460             label {Label Color}
461             callback labelcolor_cb
462             tooltip {The color of the label text.} xywh {314 40 90 20} labelsize 11
463           }
464         }
465         Fl_Group {} {
466           label {Box:}
467           callback propagate_load
468           xywh {95 65 309 20} labelfont 1 labelsize 11 align 4
469         } {
470           Fl_Choice {} {
471             callback box_cb open
472             tooltip {The "up" box of the widget.} xywh {95 65 219 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
473             code0 {extern Fl_Menu_Item boxmenu[];}
474             code1 {o->menu(boxmenu);}
475           } {}
476           Fl_Button {} {
477             label Color
478             callback color_cb
479             tooltip {The background color of the widget.} xywh {314 65 90 20} labelsize 11
480           }
481         }
482         Fl_Group {} {
483           label {Down Box:}
484           callback propagate_load
485           xywh {95 90 309 20} labelfont 1 labelsize 11 align 4
486         } {
487           Fl_Choice {} {
488             callback down_box_cb open
489             tooltip {The "down" box of the widget.} xywh {95 90 219 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
490             code0 {extern Fl_Menu_Item boxmenu[];}
491             code1 {o->menu(boxmenu);}
492           } {}
493           Fl_Button {} {
494             label {Select Color}
495             callback color2_cb
496             tooltip {The selection color of the widget.} xywh {314 90 90 20} labelsize 11
497           }
498         }
499         Fl_Group {} {
500           label {Text Font:}
501           callback propagate_load
502           xywh {95 115 309 20} labelfont 1 labelsize 11 align 4
503         } {
504           Fl_Choice {} {
505             callback textfont_cb open
506             tooltip {The value text style.} xywh {95 115 170 20} box DOWN_BOX down_box BORDER_BOX labelfont 1 labelsize 11 textsize 11 resizable
507             code0 {extern Fl_Menu_Item fontmenu[];}
508             code1 {o->menu(fontmenu);}
509           } {}
510           Fl_Value_Input {} {
511             callback textsize_cb
512             tooltip {The value text size.} xywh {264 115 50 20} labelsize 11 maximum 100 step 1 value 14 textsize 11
513           }
514           Fl_Button {} {
515             label {Text Color}
516             callback textcolor_cb
517             tooltip {The value text color.} xywh {314 115 90 20} labelsize 11
518           }
519         }
520         Fl_Box {} {
521           xywh {95 140 300 40} labelsize 11 resizable
522         }
523       }
524       Fl_Group {} {
525         label {C++}
526         callback propagate_load open
527         xywh {10 30 400 290} labelsize 11 when 0 hide
528       } {
529         Fl_Group {} {
530           label {Class:}
531           callback propagate_load
532           xywh {95 40 310 20} labelfont 1 labelsize 11 align 4
533         } {
534           Fl_Input {} {
535             user_data 4
536             callback subclass_cb
537             tooltip {The widget subclass.} xywh {95 40 172 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
538           }
539           Fl_Choice {} {
540             callback subtype_cb open
541             tooltip {The widget subtype.} xywh {265 40 140 20} box THIN_UP_BOX down_box BORDER_BOX labelsize 11 textsize 11
542           } {}
543         }
544         Fl_Group {} {
545           label {Name:}
546           callback propagate_load open
547           xywh {95 65 310 20} labelfont 1 labelsize 11 align 4
548         } {
549           Fl_Input {} {
550             callback name_cb
551             tooltip {The name of the widget.} xywh {95 65 235 20} labelfont 1 labelsize 11 textsize 11 resizable
552           }
553           Fl_Choice {} {
554             callback name_public_member_cb open
555             tooltip {Change member access attribute.} xywh {330 65 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11
556           } {
557             MenuItem {} {
558               label private
559               user_data 0 user_data_type long
560               xywh {0 0 100 20} labelsize 11
561             }
562             MenuItem {} {
563               label public
564               user_data 1 user_data_type long
565               xywh {0 0 100 20} labelsize 11
566             }
567             MenuItem {} {
568               label protected
569               user_data 2 user_data_type long
570               xywh {0 0 100 20} labelsize 11
571             }
572           }
573           Fl_Choice {} {
574             callback name_public_cb open
575             tooltip {Change widget accessibility.} xywh {330 65 75 20} down_box BORDER_BOX labelsize 11 when 1 textsize 11
576           } {
577             MenuItem {} {
578               label local
579               user_data 0 user_data_type long
580               xywh {10 10 100 20} labelsize 11
581             }
582             MenuItem {} {
583               label global
584               user_data 1 user_data_type long
585               xywh {10 10 100 20} labelsize 11
586             }
587           }
588         }
589         Fl_Input {v_input[0]} {
590           label {Extra Code:}
591           user_data 0
592           callback v_input_cb
593           tooltip {Extra initialization code for the widget.} xywh {95 90 310 20} labelfont 1 labelsize 11 textfont 4 textsize 11
594         }
595         Fl_Input {v_input[1]} {
596           user_data 1
597           callback v_input_cb
598           tooltip {Extra initialization code for the widget.} xywh {95 110 310 20} labelsize 11 textfont 4 textsize 11
599         }
600         Fl_Input {v_input[2]} {
601           user_data 2
602           callback v_input_cb
603           tooltip {Extra initialization code for the widget.} xywh {95 130 310 20} labelsize 11 textfont 4 textsize 11
604         }
605         Fl_Input {v_input[3]} {
606           user_data 3
607           callback v_input_cb
608           tooltip {Extra initialization code for the widget.} xywh {95 150 310 20} labelsize 11 textfont 4 textsize 11
609         }
610         Fl_Text_Editor {} {
611           label {Callback:}
612           callback callback_cb
613           tooltip {The callback function or code for the widget. Use the variable name 'o' to access the Widget pointer and 'v' to access the user value.} xywh {95 175 310 90} box DOWN_BOX labelfont 1 labelsize 11 align 4 textfont 4 textsize 11 resizable
614           code0 {\#include "CodeEditor.h"}
615           class CodeEditor
616         }
617         Fl_Group {} {
618           label {User Data:}
619           callback propagate_load
620           xywh {95 270 310 20} labelfont 1 labelsize 11 align 4
621         } {
622           Fl_Input {} {
623             callback user_data_cb
624             tooltip {The user data to pass into the callback code.} xywh {95 270 158 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
625           }
626           Fl_Choice {} {
627             label {When:}
628             callback when_cb open
629             tooltip {When to call the callback function.} xywh {300 270 105 20} box THIN_UP_BOX down_box BORDER_BOX labelfont 1 labelsize 11 when 1 textsize 11
630             code0 {extern Fl_Menu_Item whenmenu[];}
631             code1 {o->menu(whenmenu);}
632           } {}
633         }
634         Fl_Group {} {
635           label {Type:}
636           callback propagate_load
637           xywh {95 295 310 20} labelfont 1 labelsize 11 align 4
638         } {
639           Fl_Input {} {
640             callback user_data_type_cb
641             tooltip {The type of the user data.} xywh {95 295 158 20} labelfont 1 labelsize 11 textfont 4 textsize 11 resizable
642           }
643           Fl_Light_Button {} {
644             label {No Change}
645             callback when_button_cb
646             tooltip {Call the callback even if the value has not changed.} xywh {300 295 105 20} selection_color 1 labelsize 11
647           }
648         }
649       }
650     }
651     Fl_Group {} {open
652       xywh {9 330 400 20} labelsize 11
653     } {
654       Fl_Box {} {
655         xywh {9 330 20 20} labelsize 11 resizable
656       }
657       Fl_Button {} {
658         label {Hide &Overlays}
659         callback overlay_cb
660         tooltip {Hide the widget overlay box.} xywh {240 330 99 20} labelsize 11 labelcolor 1
661       }
662       Fl_Button {} {
663         label Revert
664         callback revert_cb
665         xywh {66 330 80 20} labelsize 11 hide
666       }
667       Fl_Return_Button {} {
668         label Close
669         callback ok_cb
670         xywh {344 330 64 20} labelsize 11
671       }
672       Fl_Button {} {
673         label Cancel
674         callback cancel_cb
675         xywh {339 330 70 20} labelsize 11 hide
676       }
677       Fl_Button wLiveMode {
678         label {Live &Mode}
679         callback live_mode_cb
680         tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {151 330 84 20} type Toggle labelsize 11
681       }
682     }
683   }
686 comment {
688 // End of "$Id: widget_panel.fl 7913 2010-11-29 18:18:27Z greg.ercolano $".
689 //} {in_source in_header