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

Diff of /antiright/lib/button.c

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

revision 1.8 by jefbed, Sun Aug 29 22:52:58 2004 UTC revision 1.9 by jefbed, Wed Dec 22 02:46:55 2004 UTC
# Line 46  antiright_button(Widget parent_widget, Line 46  antiright_button(Widget parent_widget,
46                      client_data);                      client_data);
47    return(button_widget);    return(button_widget);
48  }  }
49    Widget
50    antiright_panel_button(Widget parent_widget,
51                           char* name,
52                           XtCallbackProc callback,
53                           XtPointer client_data)
54    {
55      Widget button_widget=antiright_button(parent_widget, name,
56                                            callback, client_data);
57      ARCLARG;
58      antiright_set(XmNalignment, XmALIGNMENT_CENTER);
59      antiright_set_values(button_widget);
60      ARCLARG;
61      return(button_widget);                                
62    }
63    
64  Widget  Widget
65  antiright_icon_button(Widget parent_widget,  antiright_icon_button(Widget parent_widget,

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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