gui2: added default signal maps, create first app for c03 graphics interface.
This commit is contained in:
@@ -107,5 +107,12 @@ labelWriteText_noText:
|
||||
|
||||
|
||||
|
||||
Label_DefaultSignalmap:
|
||||
.db 0, OBJECT_SIGNAL_CREATE, LOW(Widget_OnCreate), HIGH(Widget_OnCreate)
|
||||
.db 0, WIDGET_SIGNAL_DRAW, LOW(Label_OnDraw), HIGH(Label_OnDraw)
|
||||
.db 0, 0, 0, 0 ; end of table
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user