FACT++  1.0
void switch_matrix ( )

Definition at line 2269 of file did.c.

References Curr_matrix, Matrix_id, and Window_id.

Referenced by show_servers(), and update_servers().

2270 {
2271  /*
2272  XtUnmanageChild(Matrix_id[Curr_matrix]);
2273  Curr_matrix = (Curr_matrix) ? 0 : 1;
2274  XtManageChild(Matrix_id[Curr_matrix]);
2275  */
2276  XmScrolledWindowSetAreas(Window_id,NULL, NULL, Matrix_id[Curr_matrix]);
2277 }
Widget Matrix_id[2]
Definition: did.h:57
Widget Window_id
Definition: did.h:61
int Curr_matrix
Definition: did.h:58

+ Here is the caller graph for this function: