/[antiright]/antiright/src/arshell/arshell-util.c
ViewVC logotype

Diff of /antiright/src/arshell/arshell-util.c

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

revision 1.5 by jefbed, Thu Aug 19 22:02:49 2004 UTC revision 1.6 by jefbed, Wed Aug 25 23:50:18 2004 UTC
# Line 61  arshell_optioned_button(Widget parent_wi Line 61  arshell_optioned_button(Widget parent_wi
61                          XtCallbackProc callback,                          XtCallbackProc callback,
62                          char* command_string)                          char* command_string)
63  {  {
64    Widget button_widget=antiright_button(parent_widget, command_string,    Widget button_widget;
65      if(parent_widget != NULL)
66        {
67          if(!XtIsManaged(parent_widget))
68            {
69              XtManageChild(parent_widget);
70            }
71        }
72      button_widget=antiright_button(parent_widget, command_string,
73                                          callback, command_string);                                          callback, command_string);
74    antiright_set_tooltip(button_widget, command_string);    antiright_set_tooltip(button_widget, command_string);
75    arshell_beautify_label(button_widget, command_string);    arshell_beautify_label(button_widget, command_string);

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