Searched defs:stack (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1PanedP.h106 struct _PaneStack * next; /* The next element on the stack. */
107 Pane pane; /* The pane in thise element on the stack. */
109 onto the stack. */
153 PaneStack * stack; /* The pane stack for this widget.*/ member in struct:__anon313
H A DXaw3_1Paned.c1303 * Description: Pushes a value onto the pane stack.
1314 PaneStack * stack = (PaneStack *) XtMalloc(sizeof(PaneStack)); local
1316 stack->next = pw->paned.stack;
1317 stack->pane = pane;
1318 stack->start_size = pane->size;
1320 pw->paned.stack = stack;
1324 * Description: Gets the top value from the pane stack.
1340 if (pw->paned.stack
1361 PaneStack * stack = pw->paned.stack; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPanedP.h129 struct _PaneStack * next; /* The next element on the stack. */
130 Pane pane; /* The pane in this element on the stack. */
132 onto the stack. */
176 PaneStack * stack; /* The pane stack for this widget.*/ member in struct:__anon373
H A DPaned.c1331 * Description: Pushes a value onto the pane stack.
1342 PaneStack * stack = (PaneStack *) XtMalloc(sizeof(PaneStack)); local
1344 stack->next = pw->paned.stack;
1345 stack->pane = pane;
1346 stack->start_size = pane->size;
1348 pw->paned.stack = stack;
1352 * Description: Gets the top value from the pane stack.
1368 if (pw->paned.stack
1389 PaneStack * stack = pw->paned.stack; local
[all...]

Completed in 19 milliseconds