Lines Matching refs:PaneInfo
83 #define PaneInfo(w) ((Pane)(w)->core.constraints)
84 #define HasGrip(w) (PaneInfo(w)->grip != NULL)
86 #define PaneIndex(w) (PaneInfo(w)->position)
510 int size = Max(PaneInfo(*childP)->size, (int)PaneInfo(*childP)->min);
512 AssignMin(size, (int)PaneInfo(*childP)->max);
604 Pane pane = PaneInfo(*childP);
748 Pane pane = PaneInfo(*childP);
764 Pane pane = PaneInfo(*(pw->composite.children + paneindex));
780 PaneInfo(*childP)->delta = loc;
781 loc = (Position)(loc + (PaneInfo(*childP)->size + pw->paned.internal_bw));
802 Pane pane = PaneInfo(*childP);
964 pane = PaneInfo(*childP);
968 on_loc = PaneInfo(*childP)->olddelta - (int) on_size;
973 on_loc = PaneInfo(*childP)->delta - (int)on_size;
1090 PaneInfo(*childP)->olddelta = -99;
1131 AssignMax(add_size, (int)PaneInfo(pw->paned.whichadd)->min);
1132 AssignMin(add_size, (int)PaneInfo(pw->paned.whichadd)->max);
1140 AssignMax(sub_size, (int)PaneInfo(pw->paned.whichsub)->min);
1141 AssignMin(sub_size, (int)PaneInfo(pw->paned.whichsub)->max);
1147 PaneInfo(pw->paned.whichadd)->size = add_size;
1149 PaneInfo(pw->paned.whichsub)->size = sub_size;
1175 Pane pane = PaneInfo(pw->paned.whichadd);
1180 Pane pane = PaneInfo(pw->paned.whichsub);
1312 *managedP++ = PaneInfo(*childP)->grip;
1314 *unmanagedP++ = PaneInfo(*childP)->grip;
1358 PaneInfo(child)->grip = XtCreateWidget("grip", gripWidgetClass, (Widget)pw,
1361 XtAddCallback(PaneInfo(child)->grip, XtNcallback,
1422 if (pw->paned.resize_children_to_pref || PaneInfo(*childP)->size == 0 ||
1423 PaneInfo(*childP)->resize_to_pref) {
1424 if (PaneInfo(*childP)->preferred_size != PANED_ASK_CHILD)
1425 PaneInfo(*childP)->wp_size = PaneInfo(*childP)->preferred_size;
1439 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1441 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
1444 PaneInfo(*childP)->size = PaneInfo(*childP)->wp_size;
1477 XtSetValues(PaneInfo(*childP)->grip, arglist, 1);
1609 Pane pane = PaneInfo(w);
1737 XtRealizeWidget(PaneInfo(*childP)->grip);
1763 Pane pane = PaneInfo(w);
1793 XtDestroyWidget(PaneInfo(w)->grip);
1831 Pane pane = PaneInfo(*childP);
1834 PaneInfo(pane->grip)->position = pw->paned.num_panes;
1932 Pane old_pane = PaneInfo(old);
1933 Pane new_pane = PaneInfo(cnew);
1948 XtManageChild(PaneInfo(cnew)->grip); /* manage the grip */
1949 XtRealizeWidget(PaneInfo(cnew)->grip); /* realize the grip */
1981 Pane pane = PaneInfo(widget);
2003 Pane pane = PaneInfo(widget);
2072 PaneInfo(widget)->allow_resize = allow_resize;