Searched defs:change (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1List.c | 194 * Description: Resets the new list when important things change. 196 * changex, changey - allow the height or width to change? 238 * Arguments: w - the widget to try change the size of. 564 Boolean change, width_req, height_req; local 588 change = Layout(w, !width_req, !height_req, &new_width, &new_height); 595 if (change) 640 Boolean change = FALSE; local 655 change = TRUE; 660 change = TRUE; 662 return(change); [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | List.c | 230 * MAY NOT change your geometry from within a SetValues. (Xt man, 274 * Description: Resets the new list when important things change. 276 * changex, changey - allow the height or width to change? 297 * Arguments: w - the widget to try change the size of. 701 Boolean change, width_req, height_req; local 725 change = Layout(w, !width_req, !height_req, &new_width, &new_height); 732 if (change) 776 Boolean change = FALSE; local 796 change = TRUE; 801 change [all...] |
Completed in 22 milliseconds