File: panels.H

package info (click to toggle)
xdiskusage 1.60-7
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 368 kB
  • sloc: cpp: 2,240; sh: 152; makefile: 131
file content (38 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// generated by Fast Light User Interface Designer (fluid) version 1.0300

#ifndef panels_H
#define panels_H
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
extern Fl_Double_Window *disk_chooser;
#include <FL/Fl_Button.H>
extern void reload_cb(Fl_Button*, void*);
extern void copyright_cb(Fl_Button*, void*);
#include <FL/Fl_Browser.H>
extern void disk_browser_cb(Fl_Browser*, void*);
extern Fl_Browser *disk_browser;
#include <FL/Fl_Input.H>
extern void disk_input_cb(Fl_Input*, void*);
extern Fl_Input *disk_input;
#include <FL/Fl_File_Chooser.H>
#include <FL/Fl_Check_Button.H>
extern Fl_Check_Button *all_files_button;
Fl_Double_Window* make_diskchooser();
extern Fl_Double_Window *wait_window;
#include <FL/Fl_Slider.H>
extern Fl_Slider *wait_slider;
extern void cancel_cb(Fl_Button*, void*);
Fl_Double_Window* make_wait_window();
extern Fl_Double_Window *print_panel;
#include <FL/Fl_Box.H>
#include <FL/Fl_Light_Button.H>
extern Fl_Input *print_command_input;
extern Fl_Light_Button *print_file_button;
extern Fl_Input *print_file_input;
#include <FL/Fl_Group.H>
extern Fl_Check_Button *print_portrait_button;
extern Fl_Check_Button *fill_page_button;
#include <FL/Fl_Return_Button.H>
extern Fl_Return_Button *print_ok_button;
Fl_Double_Window* make_print_panel();
#endif