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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1PanedP.h108 int start_size; /* The size of this element when it was pushed member in struct:_PaneStack
H A DXaw3_1Paned.c503 int start_size; local
507 GetPaneStack(pw, shrink, &pane, &start_size);
528 AssignMax(pane->size, start_size);
531 AssignMin(pane->size, start_size);
533 if (pane->size == start_size) (void) PopPaneStack(pw);
1318 stack->start_size = pane->size;
1329 * ** RETURNED ** start_size - the size that this pane started at.
1334 GetPaneStack(pw, shrink, pane, start_size)
1338 int * start_size;
1346 *start_size
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPanedP.h131 int start_size; /* The size of this element when it was pushed member in struct:_PaneStack
H A DPaned.c530 int start_size; local
534 GetPaneStack(pw, shrink, &pane, &start_size);
555 AssignMax(pane->size, start_size);
558 AssignMin(pane->size, start_size);
560 if (pane->size == start_size) (void) PopPaneStack(pw);
1346 stack->start_size = pane->size;
1357 * ** RETURNED ** start_size - the size that this pane started at.
1362 GetPaneStack(pw, shrink, pane, start_size)
1366 int * start_size;
1374 *start_size
[all...]

Completed in 15 milliseconds