Created
December 2, 2020 21:55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldy #tkbutton | |
jsr classptr | |
jsr tknew | |
ldy #init_ | |
jsr getmethod | |
jsr sysjmp | |
#setobj8 this,rsmask,rm_ankl.rm_ankb | |
#setobj8 this,width,3 | |
ldy #settitle_ | |
jsr getmethod | |
#getstr 0 | |
jsr sysjmp | |
ldy #settgt_ | |
jsr getmethod | |
lda #0 ;Not a method | |
#ldxy refresh | |
jsr sysjmp | |
#rdxy tkenv+te_rootview | |
jsr appendto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment