3#ifndef Fl_Theme_Chooser_H
4#define Fl_Theme_Chooser_H
6#include "FL/Fl_Theme.H"
7#include <FL/Fl_Button.H>
11 Fl_Color_Button(
int X,
int Y,
int W,
int H,
const char *L = 0 ) ;
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>
26 void _Fl_Theme_Chooser();
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);
33 void cb_theme_choice_i(
Fl_Choice*,
void*);
34 static void cb_theme_choice(
Fl_Choice*,
void*);
38 void cb_color_scheme_choice_i(
Fl_Choice*,
void*);
39 static void cb_color_scheme_choice(
Fl_Choice*,
void*);
60extern "C" {
void fl_theme_chooser(); }
A button that is used to pop up a menu.
Definition Fl_Choice.H:85
Fl_Double_Window(int W, int H, const char *l=0)
Creates a new Fl_Double_Window widget using the given position, size, and label (title) string.
Definition Fl_Double_Window.H:68