CMM: use single click instead of double in Eolite, add math.min() and math.max() functions, add more_less_box component
git-svn-id: svn://kolibrios.org@7086 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -15,10 +15,11 @@ char aEdit_box_lib[]="/sys/lib/box_lib.obj";
|
||||
|
||||
dword box_lib_init = #aboxlib_init;
|
||||
|
||||
dword edit_box_draw = #aEdit_box_draw;
|
||||
dword edit_box_key = #aEdit_box_key;
|
||||
dword edit_box_mouse = #aEdit_box_mouse;
|
||||
dword version_ed = #aVersion_ed;
|
||||
dword edit_box_draw = #aEdit_box_draw;
|
||||
dword edit_box_key = #aEdit_box_key;
|
||||
dword edit_box_mouse = #aEdit_box_mouse;
|
||||
dword edit_box_set_text = #aEdit_box_set_text;
|
||||
dword version_ed = #aVersion_ed;
|
||||
|
||||
dword scrollbar_v_draw = #aScrollbar_v_draw;
|
||||
dword scrollbar_v_mouse = #aScrollbar_v_mouse;
|
||||
@@ -26,8 +27,8 @@ dword scrollbar_h_draw = #aScrollbar_h_draw;
|
||||
dword scrollbar_h_mouse = #aScrollbar_h_mouse;
|
||||
dword version_scrollbar = #aVersion_scrollbar;
|
||||
|
||||
dword PathShow_prepare = #aPathShow_prepare;
|
||||
dword PathShow_draw = #aPathShow_draw;
|
||||
dword PathShow_prepare = #aPathShow_prepare;
|
||||
dword PathShow_draw = #aPathShow_draw;
|
||||
|
||||
dword progressbar_draw = #aProgressbar_draw;
|
||||
dword progressbar_progress = #aProgressbar_progress;
|
||||
@@ -39,6 +40,7 @@ $DD 2 dup 0
|
||||
char aEdit_box_draw [] = "edit_box";
|
||||
char aEdit_box_key [] = "edit_box_key";
|
||||
char aEdit_box_mouse[] = "edit_box_mouse";
|
||||
char aEdit_box_set_text[] = "edit_box_set_text";
|
||||
char aVersion_ed [] = "version_ed";
|
||||
|
||||
char aboxlib_init[] = "lib_init";
|
||||
|
Reference in New Issue
Block a user