kolibrios/programs
andrew_programmer 6cdf720037 That new in this version:
1) Transfer of parameters to functions of library is copied on the convention stdcall.

2) Now functions link on names.

3)Now, if to guide the mouse on a component and to press the left button of the mouse all 
messages from the mouse are sent only to this component.If to release(let off) the left 
button of the mouse messages from the mouse again become accessible to all components.

4) In library new functions are added.
  int Version (void) - to receive the version of library. The version comes back in a format: year + month + day. 
  The current library has version 71014.
  void RemoveComponent (void *Control, int new_x, int new_y) - moves a component to new coordinates.
  void ResizeComponent (void *Control, int new_sizex, int new_sizey) - changes the size of a component.
  Examples of use of these functions look in example Bookmark.
 
5) The example of work with libGUI in programming language C is added. This example is a part of the interface 
   written by me for my scientific program.

git-svn-id: svn://kolibrios.org@648 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-10-15 10:45:36 +00:00
..
demos some optimized variants from K0700 2007-09-13 13:29:59 +00:00
develop That new in this version: 2007-10-15 10:45:36 +00:00
fs KFar 0.42, KFar_Arc 0.12 2007-10-06 15:34:14 +00:00
games some optimized variants from K0700 2007-09-13 13:29:59 +00:00
media uFMOD 1.25.1 from Quantum and some minor bugfixes 2007-10-14 17:38:57 +00:00
network some optimized variants from K0700 2007-09-13 13:29:59 +00:00
other in some programs set not sized changed window 2007-06-22 20:24:06 +00:00
system * @panel from Alver with corrections for minimize/restore button 2007-09-20 16:35:52 +00:00
build_all.bat * new version of gif_lite.inc, common for all programs which use GIF 2007-06-25 17:20:49 +00:00
config.inc iconstrp.gif by leency 2007-09-10 17:48:23 +00:00
macros.inc Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel 2007-09-01 21:38:00 +00:00
proc32.inc Another small changes to Tinypad on the way to 4.1.0, added support for mouse wheel 2007-09-01 21:38:00 +00:00
struct.inc *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld 2007-05-10 13:48:35 +00:00