Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
710 5896 d 23 h andrew_programmer /programs/develop/libGUI/ Save of registers after an entrance in function is added: SendMessage (), DestroyControl ().  
706 5901 d 7 h andrew_programmer /programs/develop/libGUI/ Save of registers after an entrance in function libGUI is added.  
683 5946 d 22 h heavyiron /programs/develop/libGUI/src/ fixed 682 revision  
682 5947 d 5 h andrew_programmer /programs/develop/libGUI/ Mistakes in controls are corrected: ProgressBar, Text, Image.  
676 5965 d 22 h andrew_programmer /programs/develop/libGUI/ Support of background color for control Text is added.  
675 5974 d 2 h andrew_programmer /programs/develop/libGUI/ Function RemoveComponent is renamed in MoveComponent.
New function is added.
void ActivateTrapForSpecializedMessage (dword *control) - to activate a trap for the specialized messages.
 
648 6009 d 9 h andrew_programmer /programs/develop/libGUI/ 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.