FACT++  1.0
void remove_button ( SERVER servp)

Definition at line 2707 of file didMarkus.c.

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

Referenced by update_show_servers().

2708 {
2709 
2710  if(servp->button_id)
2711  {
2712  XtDestroyWidget(servp->button_id);
2713  servp->button_id = 0;
2714  servp->busy = 0;
2715  }
2716 }
int busy
Definition: did.h:52
Widget button_id
Definition: did.h:47

+ Here is the caller graph for this function: