update docs

SVN revision: 6710
This commit is contained in:
Carsten Haitzler 2003-02-24 02:27:07 +00:00
parent ef30c8096f
commit ba943a18ea
3 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,7 @@ div.fragment
background-image: url("hilite.png");
background-repeat: no-repeat;
background-position: left top;
border: thin solid #000000;
border: thin solid #888888;
background-color: #eeeeee;
padding: 4px;
text-align: left;
@ -122,7 +122,7 @@ dl
background-image: url("hilite.png");
background-repeat: no-repeat;
background-position: left top;
border: thin solid #000000;
border: thin solid #aaaaaa;
background-color: #eeeeee;
padding: 4px;
text-align: left;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 915 KiB

View File

@ -466,6 +466,7 @@ make CFLAGS="-O9 -I/opt/Embedix/tools/arm-linux/include"
@todo (1.0) Document API
@todo (1.0) Move callback processing to a queue and do it asynchronously
@todo (1.0) Add button grabbing
@todo (1.0) Add generic object method call system
@todo (1.0) Add callbacks set for smart object parents to be set on all child smart objects too.