Lines Matching defs:box

1782  * Handle the click in the grow box
1811 * Handle the click in the zoom box
5441 Rect box;
5501 /* Resize the bounding box */
5603 Rect box;
5735 GetDialogItem(theDialog, iconItm.idx, &itemType, &itemHandle, &box);
5738 SetDialogItem(theDialog, iconItm.idx, itemType, iconHandle, &box);
5740 /* Add the message to the Dialog box. */
5745 GetDialogItem(theDialog, messageItm.idx, &itemType, &itemHandle, &box);
5750 /* Add the input box if needed */
5758 GetDialogItem(theDialog, inputItm.idx, &itemType, &itemHandle, &box);
5759 /* SetDialogItem(theDialog, inputItm.idx, kEditTextDialogItem, itemHandle, &box);*/
5782 macMoveDialogItem(theDialog, iconItm.idx, dfltIconSideSpace, dfltElementSpacing, &box);
5783 iconItm.box.right = box.right;
5784 iconItm.box.bottom = box.bottom;
5787 messageItm.box.left = iconItm.box.right + dfltIconSideSpace;
5789 macMoveDialogItem(theDialog, messageItm.idx, messageItm.box.left, dfltElementSpacing, &messageItm.box);
5794 inputItm.box.left = messageItm.box.left;
5795 inputItm.box.top = messageItm.box.bottom + dfltElementSpacing;
5797 macMoveDialogItem(theDialog, inputItm.idx, inputItm.box.left, inputItm.box.top, &inputItm.box);
5800 GetDialogItem(theDialog, inputItm.idx, &itemType, &itemHandle, &inputItm.box);
5801 SetDialogItem(theDialog, inputItm.idx, kEditTextDialogItem, itemHandle, &inputItm.box);
5808 buttonItm.box.left = inputItm.box.left;
5809 buttonItm.box.top = inputItm.box.bottom + dfltElementSpacing;
5813 buttonItm.box.left = messageItm.box.left;
5814 buttonItm.box.top = messageItm.box.bottom + dfltElementSpacing;
5820 macMoveDialogItem(theDialog, button, buttonItm.box.left, buttonItm.box.top, &box);
5825 GetDialogItem(theDialog, button, &itemType, &itemHandle, &box);
5829 buttonItm.box.top = box.bottom + dfltElementSpacing;
5831 buttonItm.box.left = box.right + dfltElementSpacing;
5834 /* Resize the dialog box */
5835 dialogHeight = box.bottom + dfltElementSpacing;
5874 GetDialogItem(theDialog, inputItm.idx, &itemType, &itemHandle, &box);
5897 * SetDialogTracksCursor() : Get the I-beam cursor over input box
5918 /* avoid putting up a message box with blanks only */