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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c61 #define PaneInfo(w) ((Pane)(w)->core.constraints) macro
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(*child
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c85 #define PaneInfo(w) ((Pane)(w)->core.constraints) macro
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(*child
[all...]

Completed in 15 milliseconds