⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test1.c

📁 安装DDD之前
💻 C
字号:
/* $Header: /cvsroot/lesstif/lesstif/test/Xm/baseclass/test1.c,v 1.3 2001/06/11 08:26:30 amai Exp $  * location detection of Motif routines  */#include <stdlib.h>#include <stdio.h>#include <Xm/BaseClassP.h>#include "../../common/Test.h"intmain(int argc, char **argv){  Widget toplevel;  XtAppContext app;  XtSetLanguageProc(NULL, NULL, NULL);  /* Motif will dump core if this is after the initialize,   * but if you put this first, you're ok */  /* MLM so will lesstif, now:) */  toplevel = XtVaAppInitialize(&app, "Label", NULL, 0, &argc, argv, NULL, NULL);  _XmInitializeExtensions();  printf("XmQmotif: %s\n", XrmQuarkToString(XmQmotif));  XtRealizeWidget(toplevel);    /* NO GEOMETRY */  LessTifTestMainLoop(  toplevel );  exit(0);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -