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)  

test2.c File Reference

#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>
Include dependency graph for test2.c:

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

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 87 of file test2.c.

References buf, fontset, gc, i, jp_txt, mask, NULL, rtl_txt, w, x, xim_ic, xim_im, XMapWindow, and y.


Variable Documentation

XFontSet fontset

Definition at line 82 of file test2.c.

GC gc

Definition at line 83 of file test2.c.

char* jp_txt = "\343\201\231\343\202\213"

Definition at line 72 of file test2.c.

char* rtl_txt = "->e\xCC\x82=\xC3\xAA"

Definition at line 77 of file test2.c.

int x = 2

Definition at line 84 of file test2.c.

XIC xim_ic = NULL

Definition at line 80 of file test2.c.

XIM xim_im = NULL

Definition at line 79 of file test2.c.

int y = 40

Definition at line 85 of file test2.c.