linux图形界面x liberary手册

源代码在线查看: xrmgetfiledatabase.html

软件大小: 319 K
上传用户: dsdsads
关键词: liberary linux 图形
下载地址: 免注册下载 普通下载 VIP

相关代码

												Xlib Programming Manual: XrmGetFileDatabase																XrmGetFileDatabase								Syntax																				XrmDatabase XrmGetFileDatabase(filename)				     char *filename;																Arguments																 filename				 Specifies the resource database file name.																Description								The				XrmGetFileDatabase()				function opens the specified file,				creates a new resource database, and loads it with the specifications				read in from the specified file.				The specified file should contain a sequence of entries in valid ResourceLine				format (see "Resource File Syntax"); the database that results from reading a file				with incorrect syntax is implementation dependent.				The file is parsed in the current locale, 				and the database is created in the current locale.				If it cannot open the specified file,				XrmGetFileDatabase()				returns NULL.								See also								XrmDestroyDatabase(),				XrmGetDatabase(),				XrmGetResource(),				XrmGetStringDatabase(),				XrmInitialize(),				XrmLocaleOfDatabase(),				XrmPutFileDatabase(),				XrmPutResource(),				XrmSetDataBase(),				"Creating and Storing Databases"								Christophe Tronche, ch.tronche@computer.org															

相关资源