31 #if defined(__GNUC__) || defined(__clang__)
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_;}
218 virtual void draw() = 0;
236 virtual int handle(
int event);
273 int x()
const {
return x_;}
278 int y()
const {
return y_;}
283 int w()
const {
return w_;}
288 int h()
const {
return h_;}
309 virtual void resize(
int x,
int y,
int w,
int h);
410 const char*
label()
const {
return label_.value;}
422 void label(
const char* text);
541 const char *
tooltip()
const {
return tooltip_;}
543 void tooltip(
const char *text);
859 static int test_shortcut(
const char*,
const bool require_alt =
false);
861 void _set_fullscreen() {flags_ |=
FULLSCREEN;}
862 void _clear_fullscreen() {flags_ &= ~
FULLSCREEN;}
1013 #define FL_RESERVED_TYPE 100