FACT++  1.0
void switch_matrix ( )

Definition at line 2241 of file didMarkus.c.

References Curr_matrix, Matrix_id, and Window_id.

Referenced by show_servers(), and update_servers().

2242 {
2243  /*
2244  XtUnmanageChild(Matrix_id[Curr_matrix]);
2245  Curr_matrix = (Curr_matrix) ? 0 : 1;
2246  XtManageChild(Matrix_id[Curr_matrix]);
2247  */
2248  XmScrolledWindowSetAreas(Window_id,NULL, NULL, Matrix_id[Curr_matrix]);
2249 }
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: