|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <wchar.h>#include <X11/Xlocale.h>#include <X11/X.h>#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/Intrinsic.h>#include <X11/Xmd.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| char * | jp_txt = "\343\201\231\343\202\213" |
| char * | rtl_txt = "->e\xCC\x82=\xC3\xAA" |
| XIM | xim_im = NULL |
| XIC | xim_ic = NULL |
| XFontSet | fontset |
| GC | gc |
| int | x = 2 |
| int | y = 40 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |