.\" Copyright (C) 2001 Information-technology Promotion Agency (IPA) .\" Copyright (C) 2001-2003 .\" National Institute of Advanced Industrial Science and Technology (AIST) .\" This file si aprt of the m17n library documentation. .\" Permission is granted to copy, distribute and/or modify this document .\" under the terms of the GNU Free Documentation License, Version 1.2 or .\" any later version published by the Free Software Foundation; with no .\" Invariant Section, Front-Cover Texts "The m17n library documentation", .\" and no Back-Cover Texts. A copy of the license is included in the .\" appendix entitled "GNU Free Documentation License". .TH "GUI API" 3m17n "14 Jul 2007" "" "Version 1.4.0" "" "The m17n Library" \" -*- nroff -*- .ad l .nh .SH NAME GUI API \- GUI support for a window system. .PP .SS "Modules" .in +1c .ti -1c .RI "\fBFrame\fP" .br .RI "\fIA \fIframe\fP is an object corresponding to the graphic device. \fP" .PP .in +1c .ti -1c .RI "\fBFont\fP" .br .RI "\fIFont object. \fP" .PP .in +1c .ti -1c .RI "\fBFontset\fP" .br .RI "\fIA fontset is an object that maps a character to fonts. \fP" .PP .in +1c .ti -1c .RI "\fBFace\fP" .br .RI "\fIA face is an object to control appearance of M-text. \fP" .PP .in +1c .ti -1c .RI "\fBDrawing\fP" .br .RI "\fIDrawing M-texts on a window. \fP" .PP .in +1c .ti -1c .RI "\fBInput Method (GUI)\fP" .br .RI "\fIInput method support on window systems. \fP" .PP .in -1c .SH "Detailed Description" .PP This section defines the m17n GUI API concerning M-text drawing and inputting under a window system. .PP All the definitions here are independent of window systems. An actual library file, however, can depend on a specific window system. For instance, the library file m17n-X.so is an example of implementation of the m17n GUI API for the X Window System. .PP Actually the GUI API is mainly for toolkit libraries or to implement XOM, not for direct use from application programs.