37 typedef uintptr_t fl_uintptr_t;
40 typedef unsigned long fl_uintptr_t;
83 void draw(
int,
int,
int,
int,
Fl_Align)
const ;
84 void measure(
int &w,
int &h)
const ;
116 const char *tooltip_;
138 void x(
int v) {x_ = v;}
140 void y(
int v) {y_ = v;}
142 void w(
int v) {w_ = v;}
144 void h(
int v) {h_ = v;}
146 unsigned int flags()
const {
return flags_;}
217 virtual void draw() = 0;
235 virtual int handle(
int event);
272 int x()
const {
return x_;}
277 int y()
const {
return y_;}
282 int w()
const {
return w_;}
287 int h()
const {
return h_;}
308 virtual void resize(
int x,
int y,
int w,
int h);
409 const char*
label()
const {
return label_.value;}
421 void label(
const char* text);
540 const char *
tooltip()
const {
return tooltip_;}
542 void tooltip(
const char *text);
846 static int test_shortcut(
const char*,
const bool require_alt =
false);
848 void _set_fullscreen() {flags_ |=
FULLSCREEN;}
849 void _clear_fullscreen() {flags_ &= ~
FULLSCREEN;}
995 #define FL_RESERVED_TYPE 100