2005-03-19 04:09:32 +00:00
|
|
|
//
|
|
|
|
|
// Code dialogs for the Fast Light Tool Kit (FLTK).
|
|
|
|
|
//
|
2023-01-26 14:23:43 +00:00
|
|
|
// Copyright 1998-2023 by Bill Spitzak and others.
|
2005-03-19 04:09:32 +00:00
|
|
|
//
|
2011-07-19 04:49:30 +00:00
|
|
|
// 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:
|
|
|
|
|
//
|
2020-04-06 18:04:16 +00:00
|
|
|
// https://www.fltk.org/COPYING.php
|
2005-03-19 04:09:32 +00:00
|
|
|
//
|
2020-07-01 16:03:10 +00:00
|
|
|
// Please see the following page on how to report bugs and issues:
|
2005-03-19 04:09:32 +00:00
|
|
|
//
|
2020-07-01 16:03:10 +00:00
|
|
|
// https://www.fltk.org/bugs.php
|
2005-03-19 04:09:32 +00:00
|
|
|
//
|
|
|
|
|
|
2025-03-06 17:16:03 +00:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
1998-10-06 18:21:25 +00:00
|
|
|
|
1999-01-26 21:59:41 +00:00
|
|
|
#ifndef function_panel_h
|
|
|
|
|
#define function_panel_h
|
1998-10-06 18:21:25 +00:00
|
|
|
#include <FL/Fl.H>
|
2007-05-20 00:01:06 +00:00
|
|
|
void type_make_cb(Fl_Widget*,void*d);
|
2005-05-30 06:40:25 +00:00
|
|
|
#include <FL/Fl_Window.H>
|
2004-03-11 05:17:12 +00:00
|
|
|
extern Fl_Window *widgetbin_panel;
|
2025-11-29 11:57:08 +00:00
|
|
|
#include <FL/Fl_Group.H>
|
|
|
|
|
#include <FL/Fl_Button.H>
|
2004-03-11 05:17:12 +00:00
|
|
|
Fl_Window* make_widgetbin();
|
1999-01-26 21:59:41 +00:00
|
|
|
#endif
|
2005-03-19 04:09:32 +00:00
|
|
|
|
|
|
|
|
//
|