many updates

This commit is contained in:
ocoursiere
2003-02-05 21:39:04 +00:00
parent 056bdc3373
commit 5544674f6c
15 changed files with 991 additions and 118 deletions

View File

@@ -38,6 +38,14 @@ type
B_KEYBOARD_NAVIGATION_COLOR ,
B_DESKTOP_COLOR );
Torientation =(
B_HORIZONTAL,
B_VERTICAL);
Tborder_style =(
B_PLAIN_BORDER,
B_FANCY_BORDER,
B_NO_BORDER);
function ui_color(which : Tcolor_which) : Trgb_color; cdecl; external 'be' name 'ui_color__F11color_which';
function Ttint_color(color : Trgb_color; which :Tcolor_which) : Trgb_color;cdecl; external 'be' name 'tint_color__FG9rgb_colorf';