XtGetErrorDatabase

Section: XT COMPATIBILITY FUNCTIONS (3Xt)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

XtGetErrorDatabase, XtGetErrorDatabaseText - エラーデータベースの取得  

書式

XrmDatabase *XtGetErrorDatabase()

void XtGetErrorDatabaseText(name, type, class, default, buffer_return, nbytes, database)

       char *name, *type, *class;

       char *default;

       char *buffer_return;

       int nbytes;

       XrmDatabase database;  

引き数

buffer_return
エラーメッセージが返されるバッファを指定。
class
エラーメッセージのリソースクラスを指定。
database
代替のデータベースの名前を指定。アプリケーションのデータベースを使う場 合には NULL を指定。
default
デフォルトのメッセージを指定。
name

type
名前とタイプを指定。これらを繋げてエラーメッセージのリソース名を作る。
nbytes
バッファのサイズをバイト数で指定。
 

説明

関数 XtGetErrorDatabase は、既に XtAppGetErrorDatabase に置き換えられている。

関数 XtGetErrorDatabaseText は、既に XtAppGetErrorDatabaseText に置き換えられている。  

関連項目


X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface


 

Index

名前
書式
引き数
説明
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:28 GMT, February 12, 2001