46 typedef uintptr_t fl_uintptr_t;
49 typedef unsigned long fl_uintptr_t;
92 void draw(
int,
int,
int,
int,
Fl_Align)
const ;
93 void measure(
int &w,
int &h)
const ;
125 const char *tooltip_;
147 void x(
int v) {x_ = v;}
149 void y(
int v) {y_ = v;}
151 void w(
int v) {w_ = v;}
153 void h(
int v) {h_ = v;}
155 unsigned int flags()
const {
return flags_;}
225 virtual void draw() = 0;
243 virtual int handle(
int event);
280 int x()
const {
return x_;}
285 int y()
const {
return y_;}
290 int w()
const {
return w_;}
295 int h()
const {
return h_;}
316 virtual void resize(
int x,
int y,
int w,
int h);
417 const char*
label()
const {
return label_.value;}
429 void label(
const char* text);
548 const char *
tooltip()
const {
return tooltip_;}
550 void tooltip(
const char *text);
854 static int test_shortcut(
const char*,
const bool require_alt =
false);
1000 #define FL_RESERVED_TYPE 100