当前位置:  技术问答>linux和unix

Motif在XWindow执行弹出的错误

    来源: 互联网  发布时间:2015-06-08

    本文导语:  我编译通过下面Hello.c程序  /* hello.c -- initialize the toolkit using an application context and a     * toplevel shell widget, then create a pushbutton that says Hello using     * the varargs interface.     */    #include     mai...

我编译通过下面Hello.c程序
 /* hello.c -- initialize the toolkit using an application context and a
    * toplevel shell widget, then create a pushbutton that says Hello using
    * the varargs interface.
    */
   #include 

   main(argc, argv)
   int argc;
   char *argv[];
   {
       Widget        toplevel, button;
       XtAppContext  app;
       void          button_pushed();
       XmString      label;

       XtSetLanguageProc (NULL, NULL, NULL);

       toplevel = XtVaAppInitialize (&app, "Hello", NULL, 0,
           &argc, argv, NULL, NULL);

       label = XmStringCreateLocalized ("Push here to say hello");
       button = XtVaCreateManagedWidget ("pushme",
           xmPushButtonWidgetClass, toplevel,
           XmNlabelString, label,
           NULL);
       XmStringFree (label);
       XtAddCallback (button, XmNactivateCallback, button_pushed, NULL);

       XtRealizeWidget (toplevel);
       XtAppMainLoop (app);
   }

   void
   button_pushed(widget, client_data, call_data)
   Widget widget;
   XtPointer client_data;
   XtPointer call_data;
   {
       printf ("Hello Yourself!");
   }
通过,可是当运行程序时却弹出错误提示:
X Error of failed request: BadWindow (invalid Window parameter)
  major opcode of failed request: 19 (X_DeleteProperty)
  Resource id in failed request: 0x0
  Serialnumber of failed request: 88
  Current serial number in output stream: 93


什么原因?

|
没什么问题啊。什么系统?

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 初学unix,想用motif来写unix下的界面程序?哪里有motif的中文资料呀?
  • 那里有motif的相关资料?或介绍本好书!
  • qt、gtk、motif?
  • (在线等待)如何进入motif图形界面的开发环境?谢谢!
  • 求Motif编程高手指点一下?多谢!
  • 谁能教教我 Motif 啊
  • 哪位朋友给点SOLARIS 下 用MOTIF 库写GUI程式的方法,步骤
  • 请问哪个网站可以下载Unix下Motif的Widgets, 高分相送
  • motif的编程资料?
  • 有多少人利用motif进行GUI软件的开发?
  • 请问哪儿有Motif的函数说明,比如像VC下的MSDN?
  • 请问motif和GTK?谢谢,在线等!
  • 请教,motif和gtk各代表什么意思?
  • 我想在redhad中用eclipse 但有x86/Motif和x86/GTK 2 不知道有什么区别?
  • 图形用户界面工具箱 Motif
  • 谁有motif方面的资料啊?一定给分啊!
  • 谁有motif的资料。学习用
  • 在Solaris上使用Motif开发,有什么函数可以得到当前程序运行的目录?
  • 谁有关于"motif"的资料啊?
  • motif 的安装问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3