Lines Matching defs:PaneInfo

61 #define PaneInfo(w)	((Pane)(w)->core.constraints)
62 #define HasGrip(w) (PaneInfo(w)->grip != NULL)
64 #define PaneIndex(w) (PaneInfo(w)->position)
274 int size = (int) Max(PaneInfo(*childP)->size, PaneInfo(*childP)->min);
275 AssignMin(size, (int) PaneInfo(*childP)->max);
397 register Pane pane = PaneInfo(*childP);
584 register Pane pane = PaneInfo(*childP);
601 Pane pane = PaneInfo(*(pw->composite.children + index));
618 PaneInfo(*childP)->delta = loc;
619 loc += PaneInfo(*childP)->size + pw->paned.internal_bw;
639 register Pane pane = PaneInfo(*childP);
803 pane = PaneInfo(*childP);
807 on_loc = PaneInfo(*childP)->olddelta - (int) on_size;
813 on_loc = PaneInfo(*childP)->delta - (int) on_size;
927 PaneInfo(*childP)->olddelta = -99;
965 AssignMax(add_size, (int) PaneInfo(pw->paned.whichadd)->min);
966 AssignMin(add_size, (int) PaneInfo(pw->paned.whichadd)->max);
971 AssignMax(sub_size, (int) PaneInfo(pw->paned.whichsub)->min);
972 AssignMin(sub_size, (int) PaneInfo(pw->paned.whichsub)->max);
977 PaneInfo(pw->paned.whichadd)->size = add_size;
979 PaneInfo(pw->paned.whichsub)->size = sub_size;
1002 Pane pane = PaneInfo(pw->paned.whichadd);
1006 Pane pane = PaneInfo(pw->paned.whichsub);
1133 *managedP++ = PaneInfo(*childP)->grip;
1135 *unmanagedP++ = PaneInfo(*childP)->grip;
1175 PaneInfo(child)->grip = XtCreateWidget("grip", gripWidgetClass, (Widget)pw,
1178 XtAddCallback(PaneInfo(child)->grip, XtNcallback,
1240 (PaneInfo(*childP)->size == 0) ||
1241 (PaneInfo(*childP)->resize_to_pref) ) {
1243 if (PaneInfo(*childP)->preferred_size != PANED_ASK_CHILD)
1244 PaneInfo(*childP)->wp_size=PaneInfo(*childP)->preferred_size;
1258 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1260 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
1263 PaneInfo(*childP)->size = PaneInfo(*childP)->wp_size;
1291 XtSetValues(PaneInfo(*childP)->grip, arglist, (Cardinal) 1);
1426 Pane pane = PaneInfo(w);
1556 XtRealizeWidget( PaneInfo(*childP)->grip );
1576 Pane pane = PaneInfo(w);
1607 if ( IsPane(w) && HasGrip(w) ) XtDestroyWidget(PaneInfo(w)->grip);
1644 Pane pane = PaneInfo(*childP);
1646 PaneInfo(pane->grip)->position = pw->paned.num_panes;
1758 Pane old_pane = PaneInfo(old);
1759 Pane new_pane = PaneInfo(new);
1775 XtManageChild(PaneInfo(new)->grip); /* manage the grip. */
1776 XtRealizeWidget(PaneInfo(new)->grip); /* realize the grip. */
1809 Pane pane = PaneInfo(widget);
1828 Pane pane = PaneInfo(widget);
1876 PaneInfo(widget)->allow_resize = allow_resize;