m17n ライブラリ 1.8.4
読み取り中…
検索中…
一致する文字列を見つけられません
フィールド
MFrame 構造体

フレームの型宣言. [詳解]

#include <internal-gui.h>

フィールド

M17NObject control
 
MSymbol foreground
 
MSymbol background
 
MSymbol videomode
 
MFontfont
 
MFaceface
 
MRealizedFacerface
 
int space_width
 
int average_width
 
int ascent
 
int descent
 
unsigned tick
 
void * device
 
int device_type
 
int dpi
 
MDeviceDriverdriver
 
MPlistfont_driver_list
 
MPlistrealized_font_list
 
MPlistrealized_face_list
 
MPlistrealized_fontset_list
 

詳解

フレームの型宣言.

MFrame は、フレーム オブジェクト用の型である。 個々のフレームは、それが対応する物理的な表示/入力デバイスの各種情報を保持する。

MFrame 型の内部構造は、アプリケーションプログラムからは見えない。 またその内容は使用するウィンドウシステムに依存する。また m17n-X ライブラリにおけるフレームは、X ウィンドウの displayscreen に関する情報を持つ。

フィールド詳解

◆ control

M17NObject MFrame::control

◆ foreground

MSymbol MFrame::foreground

◆ background

MSymbol MFrame::background

◆ videomode

MSymbol MFrame::videomode

◆ font

MFont* MFrame::font

◆ face

MFace* MFrame::face

◆ rface

MRealizedFace* MFrame::rface

◆ space_width

int MFrame::space_width

◆ average_width

int MFrame::average_width

◆ ascent

int MFrame::ascent

◆ descent

int MFrame::descent

◆ tick

unsigned MFrame::tick

◆ device

void* MFrame::device

◆ device_type

int MFrame::device_type

◆ dpi

int MFrame::dpi

◆ driver

MDeviceDriver* MFrame::driver

◆ font_driver_list

MPlist* MFrame::font_driver_list

◆ realized_font_list

MPlist* MFrame::realized_font_list

◆ realized_face_list

MPlist* MFrame::realized_face_list

◆ realized_fontset_list

MPlist* MFrame::realized_fontset_list

m17n-lib Home