mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2026-04-20 16:17:40 +00:00
add progress bar view
This commit is contained in:
@@ -16,11 +16,12 @@ CHAR_FLASH = $7f
|
||||
VIEW_STYLE_STEALTH = $00
|
||||
VIEW_STYLE_PLAIN = $01
|
||||
VIEW_STYLE_FANCY = $02
|
||||
VIEW_STYLE_CHECK = $03
|
||||
VIEW_STYLE_BUTTON = $04
|
||||
VIEW_STYLE_PROGRESS = $03
|
||||
VIEW_STYLE_CHECK = $04
|
||||
VIEW_STYLE_BUTTON = $05
|
||||
|
||||
|
||||
VIEW_STYLE_TAKESFOCUS = $03 ; Styles >= this one are selectable
|
||||
VIEW_STYLE_TAKESFOCUS = $04 ; Styles >= this one are selectable
|
||||
|
||||
VIEW_STYLE_APPLESOFT = $80 ; High nybble flag bit for views created from Applesoft
|
||||
|
||||
|
||||
Reference in New Issue
Block a user