home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / wkshTree / part01 / Rectbutton < prev    next >
Encoding:
Text File  |  1993-04-28  |  327 b   |  17 lines

  1. Rectbutton()
  2. {
  3.     cps POPUP popupWindowShell popupWindowShell $PANE \\\n
  4.         title:"RectButton"
  5.  
  6.     acb $POPUP popdownCallback "dw $POPUP"
  7.  
  8.     cmw RECTB "Rect Button Widget" rectButton $POPUP_UCA 
  9.  
  10.     cmw OK Ok oblongButton $POPUP_LCA \\\n
  11.         buttonType:$BUTTON
  12.  
  13.     orh $POPUP "RectButton Source" -f `pwd`/Rectbutton
  14.  
  15.     pu $POPUP GrabNone
  16. }
  17.