Searched refs:PaneInfo (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c83 #define PaneInfo(w) ((Pane)(w)->core.constraints) macro
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(*child
[all...]

Completed in 3 milliseconds