mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-03-03 17:30:17 +00:00
Markdown test
This commit is contained in:
parent
9da6f523cc
commit
e6ef155540
@ -317,7 +317,7 @@ These routines are used for creating, modifying, and working with views.
|
||||
Creates a new WeeGUI view. Up to 16 are allowed in one program. If a view is created with the same ID as a previous view, the previous view is destroyed. Views are not shown when created. Call *WGPaintView* to display it.
|
||||
|
||||
|
||||
<table width="100%"><tr><th>Assembly</th><th>Applesoft</th></tr><tr><td>
|
||||
<table width="100%"><tr><td>
|
||||
X: WGCreateView
|
||||
PARAM0: Pointer to configuration block (LSB)
|
||||
PARAM1: Pointer to configuration block (MSB)
|
||||
@ -332,7 +332,7 @@ Configuration block consists of eight bytes:
|
||||
6: Width of view's content
|
||||
7: Height of view's content
|
||||
</td><td>
|
||||
&WINDW( View ID,
|
||||
WINDW( View ID,
|
||||
Style (0 for plain, 1 for fancy),
|
||||
Left edge,
|
||||
Top edge,
|
||||
|
Loading…
x
Reference in New Issue
Block a user