home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume19
/
wkshTree
/
part01
/
Rectbutton
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-28
|
327 b
|
17 lines
Rectbutton()
{
cps POPUP popupWindowShell popupWindowShell $PANE \\\n
title:"RectButton"
acb $POPUP popdownCallback "dw $POPUP"
cmw RECTB "Rect Button Widget" rectButton $POPUP_UCA
cmw OK Ok oblongButton $POPUP_LCA \\\n
buttonType:$BUTTON
orh $POPUP "RectButton Source" -f `pwd`/Rectbutton
pu $POPUP GrabNone
}