17#ifndef FL_Fl_Scheme_Choice_H_
18#define FL_Fl_Scheme_Choice_H_
21#include <FL/Fl_Scheme.H>
22#include <FL/Fl_Choice.H>
Fl_Choice(int X, int Y, int W, int H, const char *L=0)
Create a new Fl_Choice widget using the given position, size and label string.
Definition Fl_Choice.cxx:146
int handle(int) FL_OVERRIDE
Handles the specified event.
Definition Fl_Choice.cxx:181
virtual void init_value()
Public method to initialize the value of the Fl_Scheme_Choice widget.
Definition Fl_Scheme_Choice.cxx:57
Fl_Scheme_Choice(int X, int Y, int W, int H, const char *L=0)
The constructor initializes the Fl_Scheme_Choice object with all known schemes.
Definition Fl_Scheme_Choice.cxx:29
static void scheme_cb_(Fl_Widget *w, void *)
Internal Fl_Scheme_Choice callback function (protected).
Definition Fl_Scheme_Choice.cxx:87
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46