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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Box.c139 static void DoLayout(bbw, width, height, reply_width, reply_height, position) function
183 DoLayout(bbw, lw + bw, height, reply_width,
219 DoLayout(bbw, sw-1, height, &sw, &sh, False);
223 DoLayout(bbw,width_needed,height,reply_width,reply_height,position);
311 /* height is currently ignored by DoLayout.
315 DoLayout(w, width, (Dimension)0,
329 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
335 DoLayout(w, preferred_width-1, 0,
339 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
368 DoLayout((BoxWidge
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DBox.c160 static void DoLayout(bbw, width, height, reply_width, reply_height, position) function
211 DoLayout(bbw, lw + bw, height, reply_width,
247 DoLayout(bbw, sw-1, height, &sw, &sh, False);
251 DoLayout(bbw,width_needed,height,reply_width,reply_height,position);
259 DoLayout( bbw, w, height, reply_width, reply_height, position );
340 /* height is currently ignored by DoLayout.
344 DoLayout(w, width, (Dimension)0,
358 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
364 DoLayout(w, preferred_width-1, 0,
368 DoLayout(
[all...]

Completed in 64 milliseconds