Lines Matching defs:PaneInfo

85 #define PaneInfo(w)	((Pane)(w)->core.constraints)
86 #define HasGrip(w) (PaneInfo(w)->grip != NULL)
88 #define PaneIndex(w) (PaneInfo(w)->position)
298 int size = Max(PaneInfo(*childP)->size, (int)PaneInfo(*childP)->min);
299 AssignMin(size, (int) PaneInfo(*childP)->max);
424 Pane pane = PaneInfo(*childP);
611 Pane pane = PaneInfo(*childP);
628 Pane pane = PaneInfo(*(pw->composite.children + paneindex));
645 PaneInfo(*childP)->delta = loc;
646 loc += PaneInfo(*childP)->size + pw->paned.internal_bw;
666 Pane pane = PaneInfo(*childP);
830 pane = PaneInfo(*childP);
834 on_loc = PaneInfo(*childP)->olddelta - (int) on_size;
840 on_loc = PaneInfo(*childP)->delta - (int) on_size;
954 PaneInfo(*childP)->olddelta = -99;
992 AssignMax(add_size, (int) PaneInfo(pw->paned.whichadd)->min);
993 AssignMin(add_size, (int) PaneInfo(pw->paned.whichadd)->max);
998 AssignMax(sub_size, (int) PaneInfo(pw->paned.whichsub)->min);
999 AssignMin(sub_size, (int) PaneInfo(pw->paned.whichsub)->max);
1004 PaneInfo(pw->paned.whichadd)->size = add_size;
1006 PaneInfo(pw->paned.whichsub)->size = sub_size;
1030 Pane pane = PaneInfo(pw->paned.whichadd);
1034 Pane pane = PaneInfo(pw->paned.whichsub);
1161 *managedP++ = PaneInfo(*childP)->grip;
1163 *unmanagedP++ = PaneInfo(*childP)->grip;
1203 PaneInfo(child)->grip = XtCreateWidget("grip", gripWidgetClass, (Widget)pw,
1206 XtAddCallback(PaneInfo(child)->grip, XtNcallback,
1268 (PaneInfo(*childP)->size == 0) ||
1269 (PaneInfo(*childP)->resize_to_pref) ) {
1271 if (PaneInfo(*childP)->preferred_size != PANED_ASK_CHILD)
1272 PaneInfo(*childP)->wp_size=PaneInfo(*childP)->preferred_size;
1286 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1288 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
1291 PaneInfo(*childP)->size = PaneInfo(*childP)->wp_size;
1319 XtSetValues(PaneInfo(*childP)->grip, arglist, (Cardinal) 1);
1454 Pane pane = PaneInfo(w);
1588 XtRealizeWidget( PaneInfo(*childP)->grip );
1609 Pane pane = PaneInfo(w);
1640 if ( IsPane(w) && HasGrip(w) ) XtDestroyWidget(PaneInfo(w)->grip);
1677 Pane pane = PaneInfo(*childP);
1679 PaneInfo(pane->grip)->position = pw->paned.num_panes;
1796 Pane old_pane = PaneInfo(old);
1797 Pane new_pane = PaneInfo(new);
1813 XtManageChild(PaneInfo(new)->grip); /* manage the grip. */
1814 XtRealizeWidget(PaneInfo(new)->grip); /* realize the grip. */
1851 Pane pane = PaneInfo(widget);
1874 Pane pane = PaneInfo(widget);
1944 PaneInfo(widget)->allow_resize = allow_resize;