logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

m17nGUI_-_GUI - - API provided by libm17n-gui.so

Author

       Generated automatically by Doxygen for The m17n Library from the source code.

Detailed Description

       API provided by libm17n-gui.so

       GUI support for a window system.

       This section defines the m17n GUI API concerning M-text drawing and inputting under a window system.

       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.

       Actually the GUI API is mainly for toolkit libraries or to implement XOM, not for direct use from
       application programs.

Name

       m17nGUI_-_GUI -  - API provided by libm17n-gui.so

Synopsis

ModulesFrame
           A frame is an object corresponding to the graphic device.
       FontFontset
           A fontset is an object that maps a character to fonts.
       Face
           A face is an object to control appearance of M-text.
       Drawing
           Drawing M-texts on a window.
       InputMethod(GUI)
           Input method support on window systems.

See Also