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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c947 int diff, add_size = 0, sub_size = 0; local
955 sub_size = PaneSize(pw->paned.whichsub, IsVert(pw) ) - diff;
968 sub_size += old_add_size - add_size;
970 old_sub_size = sub_size;
971 AssignMax(sub_size, (int) PaneInfo(pw->paned.whichsub)->min);
972 AssignMin(sub_size, (int) PaneInfo(pw->paned.whichsub)->max);
973 if (sub_size != old_sub_size) return; /* Abort to current sizes. */
978 if (sub_size != 0)
979 PaneInfo(pw->paned.whichsub)->size = sub_size;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c974 int diff, add_size = 0, sub_size = 0; local
982 sub_size = PaneSize(pw->paned.whichsub, IsVert(pw) ) - diff;
995 sub_size += old_add_size - add_size;
997 old_sub_size = sub_size;
998 AssignMax(sub_size, (int) PaneInfo(pw->paned.whichsub)->min);
999 AssignMin(sub_size, (int) PaneInfo(pw->paned.whichsub)->max);
1000 if (sub_size != old_sub_size) return; /* Abort to current sizes. */
1005 if (sub_size != 0)
1006 PaneInfo(pw->paned.whichsub)->size = sub_size;

Completed in 20 milliseconds