NTK 1.3.0
Fl_Theme_Chooser.H
1// generated by Fast Light User Interface Designer (fluid) version 1.0300
2
3#ifndef Fl_Theme_Chooser_H
4#define Fl_Theme_Chooser_H
5#include <FL/Fl.H>
6#include "FL/Fl_Theme.H"
7#include <FL/Fl_Button.H>
8
9class Fl_Color_Button : public Fl_Button {
10public:
11 Fl_Color_Button( int X, int Y, int W, int H, const char *L = 0 ) ;
12 int handle( int m );
13};
14#include <FL/Fl_Double_Window.H>
15#include <FL/Fl_Choice.H>
16#include <FL/Fl_Return_Button.H>
17#include <FL/Fl_Group.H>
18#include <FL/Fl_Scrollbar.H>
19#include <FL/Fl_Check_Button.H>
20#include <FL/Fl_Dial.H>
21#include <FL/Fl_Progress.H>
22#include <FL/Fl_Light_Button.H>
23#include <FL/fl_ask.H>
24
26 void _Fl_Theme_Chooser();
27public:
28 Fl_Theme_Chooser(int X, int Y, int W, int H, const char *L = 0);
29 Fl_Theme_Chooser(int W, int H, const char *L = 0);
31 Fl_Choice *theme_choice;
32private:
33 void cb_theme_choice_i(Fl_Choice*, void*);
34 static void cb_theme_choice(Fl_Choice*, void*);
35public:
36 Fl_Choice *color_scheme_choice;
37private:
38 void cb_color_scheme_choice_i(Fl_Choice*, void*);
39 static void cb_color_scheme_choice(Fl_Choice*, void*);
40 void cb_OK_i(Fl_Return_Button*, void*);
41 static void cb_OK(Fl_Return_Button*, void*);
42public:
43 Fl_Color_Button *background_color_button;
44private:
45 void cb_background_color_button_i(Fl_Color_Button*, void*);
46 static void cb_background_color_button(Fl_Color_Button*, void*);
47public:
48 Fl_Color_Button *background2_color_button;
49private:
50 void cb_background2_color_button_i(Fl_Color_Button*, void*);
51 static void cb_background2_color_button(Fl_Color_Button*, void*);
52public:
53 Fl_Color_Button *foreground_color_button;
54private:
55 void cb_foreground_color_button_i(Fl_Color_Button*, void*);
56 static void cb_foreground_color_button(Fl_Color_Button*, void*);
57public:
58 Fl_Color_Button *selection_color_button;
59};
60extern "C" { void fl_theme_chooser(); }
61#endif
Fl static class.
Buttons generate callbacks when they are clicked by the user.
Definition: Fl_Button.H:84
A button that is used to pop up a menu.
Definition: Fl_Choice.H:85
Definition: Fl_Theme_Chooser.H:9
int handle(int m)
Handles the specified event.
Definition: Fl_Theme_Chooser.cxx:10
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:49
The Fl_Return_Button is a subclass of Fl_Button that generates a callback when it is pressed or when ...
Definition: Fl_Return_Button.H:42
Definition: Fl_Theme_Chooser.H:25