The m17n Library 1.8.4
|
Type of frames. More...
#include <internal-gui.h>
Data Fields | |
M17NObject | control |
MSymbol | foreground |
MSymbol | background |
MSymbol | videomode |
MFont * | font |
MFace * | face |
MRealizedFace * | rface |
int | space_width |
int | average_width |
int | ascent |
int | descent |
unsigned | tick |
void * | device |
int | device_type |
int | dpi |
MDeviceDriver * | driver |
MPlist * | font_driver_list |
MPlist * | realized_font_list |
MPlist * | realized_face_list |
MPlist * | realized_fontset_list |
Type of frames.
The type MFrame is for a frame object. Each frame holds various information about the corresponding physical display/input device.
The internal structure of the type MFrame is concealed from an application program, and its contents depend on the window system in use. In the m17n-X library, it contains the information about display and screen in the X Window System.
M17NObject MFrame::control |
MSymbol MFrame::foreground |
MSymbol MFrame::background |
MSymbol MFrame::videomode |
MFont* MFrame::font |
MFace* MFrame::face |
MRealizedFace* MFrame::rface |
int MFrame::space_width |
int MFrame::average_width |
int MFrame::ascent |
int MFrame::descent |
unsigned MFrame::tick |
void* MFrame::device |
int MFrame::device_type |
int MFrame::dpi |
MDeviceDriver* MFrame::driver |
MPlist* MFrame::font_driver_list |
MPlist* MFrame::realized_font_list |
MPlist* MFrame::realized_face_list |
MPlist* MFrame::realized_fontset_list |