mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 14:59:49 +02:00
base gui
This commit is contained in:
10
src/packages/NotePad/main.coffee
Normal file
10
src/packages/NotePad/main.coffee
Normal file
@ -0,0 +1,10 @@
|
||||
class NotePad extends this.OS.GUI.BaseApplication
|
||||
constructor: () ->
|
||||
super "NotePad"
|
||||
event: () ->
|
||||
console.log @scheme
|
||||
@on "btclick", (e)->
|
||||
alert "Happy pola"
|
||||
@on "resize", (w,h)->
|
||||
console.log "resize"
|
||||
this.OS.register "NotePad",NotePad
|
Reference in New Issue
Block a user