/[antiright]/antiright/lib/window.c
ViewVC logotype

Diff of /antiright/lib/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jefbed, Mon Aug 23 01:15:56 2004 UTC revision 1.6 by jefbed, Wed Aug 25 23:50:18 2004 UTC
# Line 33  antiright_set_widget_title(Widget widget Line 33  antiright_set_widget_title(Widget widget
33                  XmNtitle, name,                  XmNtitle, name,
34                  NULL);                  NULL);
35  }  }
   
36  /* Set the icon and window title.  */  /* Set the icon and window title.  */
37  void  void
38  antiright_set_title(const char* name)  antiright_set_title(const char* name)
# Line 100  antiright_set_widget_pixmaps(Widget labe Line 99  antiright_set_widget_pixmaps(Widget labe
99                  XmNlabelPixmap, bitmap,                  XmNlabelPixmap, bitmap,
100                  XmNiconPixmap, bitmap,                  XmNiconPixmap, bitmap,
101                  NULL);                  NULL);
102  #if XmVERSION > 1 & XmREVISION > 1  #ifdef XmNpixmap
103    XtVaSetValues(label, XmNpixmap, bitmap, NULL);    XtVaSetValues(label, XmNpixmap, bitmap, NULL);
104  #endif /* XmVERSION > 1 & XmREVISION > 1  */  #endif /* XmNpixmap  */
105  }  }
106  void  void
107  antiright_set_pixmap_from_data(Widget widget, char **data)  antiright_set_pixmap_from_data(Widget widget, char **data)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26