fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | Fl |
class | Fl_Widget_Tracker |
Macros | |
#define | Fl_Object Fl_Widget |
#define | FL_SOCKET int |
Typedefs | |
typedef void() | Fl_Label_Draw_F(const Fl_Label *label, int x, int y, int w, int h, Fl_Align align) |
typedef void() | Fl_Label_Measure_F(const Fl_Label *label, int &width, int &height) |
typedef void() | Fl_Box_Draw_F(int x, int y, int w, int h, Fl_Color color) |
typedef void(* | Fl_Timeout_Handler) (void *data) |
typedef void(* | Fl_Awake_Handler) (void *data) |
typedef void(* | Fl_Idle_Handler) (void *data) |
typedef void(* | Fl_Old_Idle_Handler) () |
typedef void(* | Fl_FD_Handler) (int fd, void *data) |
typedef int(* | Fl_Event_Handler) (int event) |
typedef int(* | Fl_System_Handler) (void *event, void *data) |
typedef void(* | Fl_Abort_Handler) (const char *format,...) |
typedef void(* | Fl_Atclose_Handler) (Fl_Window *window, void *data) |
typedef int(* | Fl_Args_Handler) (int argc, char **argv, int &i) |
typedef int(* | Fl_Event_Dispatch) (int event, Fl_Window *w) |
typedef void(* | Fl_Clipboard_Notify_Handler) (int source, void *data) |
Variables | |
const char * | fl_local_ctrl |
string pointer used in shortcuts, you can change it to another language More... | |
const char * | fl_local_meta |
string pointer used in shortcuts, you can change it to another language More... | |
const char * | fl_local_alt |
string pointer used in shortcuts, you can change it to another language More... | |
const char * | fl_local_shift |
string pointer used in shortcuts, you can change it to another language More... | |
#define Fl_Object Fl_Widget |
const char* fl_local_alt |
string pointer used in shortcuts, you can change it to another language
Definition at line 95 of file Fl.cxx.
Referenced by fl_shortcut_label().
const char* fl_local_ctrl |
string pointer used in shortcuts, you can change it to another language
Definition at line 96 of file Fl.cxx.
Referenced by fl_shortcut_label().
const char* fl_local_meta |
string pointer used in shortcuts, you can change it to another language
Definition at line 97 of file Fl.cxx.
Referenced by fl_shortcut_label().
const char* fl_local_shift |
string pointer used in shortcuts, you can change it to another language
Definition at line 98 of file Fl.cxx.
Referenced by fl_shortcut_label().