~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to fluid/widget_panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// generated by Fast Light User Interface Designer (fluid) version 1.0104
 
1
// generated by Fast Light User Interface Designer (fluid) version 1.0106
2
2
 
3
3
#ifndef widget_panel_h
4
4
#define widget_panel_h
21
21
#include <FL/Fl_Box.H>
22
22
#include <FL/Fl_Value_Input.H>
23
23
extern void x_cb(Fl_Value_Input*, void*);
 
24
extern Fl_Value_Input *widget_x_input;
24
25
extern void y_cb(Fl_Value_Input*, void*);
 
26
extern Fl_Value_Input *widget_y_input;
25
27
extern void w_cb(Fl_Value_Input*, void*);
 
28
extern Fl_Value_Input *widget_w_input;
26
29
extern void h_cb(Fl_Value_Input*, void*);
 
30
extern Fl_Value_Input *widget_h_input;
27
31
extern void slider_size_cb(Fl_Value_Input*, void*);
28
32
extern void min_cb(Fl_Value_Input*, void*);
29
33
extern void max_cb(Fl_Value_Input*, void*);