FACT++  1.0
void remove_button ( SERVER servp)

Definition at line 2759 of file did.c.

References item::busy, and item::button_id.

Referenced by update_show_servers().

2760 {
2761 
2762  if(servp->button_id)
2763  {
2764  XtDestroyWidget(servp->button_id);
2765  servp->button_id = 0;
2766  servp->busy = 0;
2767  }
2768 }
int busy
Definition: did.h:52
Widget button_id
Definition: did.h:47

+ Here is the caller graph for this function: