|
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) ![]() |

Public Attributes | |
| int | rows |
| int | cols |
| int(* | row_byte )(int row) |
| int(* | col_byte )(int col) |
| int(* | byte_row )(int byte) |
| int(* | byte_col )(int byte) |
| const char * | check_row_expr |
| const char * | check_col_expr |
| const char * | byte_row_expr |
| const char * | byte_col_expr |
| int ** | charset2uni |
| int * | charsetpage |
| int | ncharsetblocks |
| Block * | charsetblocks |
| int * | uni2charset |
Definition at line 33 of file cjk_tab_to_h.c.
| int(* Encoding::byte_col)(int byte) |
Definition at line 39 of file cjk_tab_to_h.c.
| const char * Encoding::byte_col_expr |
Definition at line 43 of file cjk_tab_to_h.c.
| int(* Encoding::byte_row)(int byte) |
Definition at line 38 of file cjk_tab_to_h.c.
| const char * Encoding::byte_row_expr |
Definition at line 42 of file cjk_tab_to_h.c.
| int ** Encoding::charset2uni |
Definition at line 44 of file cjk_tab_to_h.c.
Definition at line 49 of file cjk_tab_to_h.c.
| int * Encoding::charsetpage |
Definition at line 47 of file cjk_tab_to_h.c.
| const char * Encoding::check_col_expr |
Definition at line 41 of file cjk_tab_to_h.c.
| const char * Encoding::check_row_expr |
Definition at line 40 of file cjk_tab_to_h.c.
| int(* Encoding::col_byte)(int col) |
Definition at line 37 of file cjk_tab_to_h.c.
| int Encoding::cols |
Definition at line 35 of file cjk_tab_to_h.c.
Definition at line 48 of file cjk_tab_to_h.c.
| int(* Encoding::row_byte)(int row) |
Definition at line 36 of file cjk_tab_to_h.c.
| int Encoding::rows |
Definition at line 34 of file cjk_tab_to_h.c.
| int * Encoding::uni2charset |
Definition at line 50 of file cjk_tab_to_h.c.