Subversion Repositories Kolibri OS

Rev

Rev 706 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. 4.02.08
  2. RUSSIAN
  3. Äîáàâëåíî ñîõðàíåíèå ðåãèñòðîâ ïîñëå âõîäà â ôóíêöèè: SendMessage() , DestroyControl().
  4.  
  5. ENGLISH
  6. Save of registers after an entrance in function is added: SendMessage (), DestroyControl ().
  7.  
  8. 31.01.08
  9. RUSSIAN
  10. Äîáàâëåíî ñîõðàíåíèå ðåãèñòðîâ ïîñëå âõîäà â ôóíêöèè libGUI.
  11.  
  12. ENGLISH
  13. Save of registers after an entrance in function libGUI is added.
  14.  
  15. 16.12.07
  16.  
  17. RUSSIAN
  18.  
  19. Èñïðàâëåíû îøèáêè â êîíòðîëàõ: ProgressBar, Text, Image.
  20.  
  21. ENGLISH
  22.  
  23. Mistakes in controls are corrected: ProgressBar, Text, Image.
  24.  
  25. 28.11.07
  26.  
  27. RUSSIAN
  28.  
  29. Äîáàâëåíà ïîääåðæêà ôîíîâîãî öâåòà äëÿ control-à Text.
  30.  
  31. ENGLISH
  32.  
  33. Support of background color for control Text is added.
  34.  
  35. 19.11.07
  36.  
  37. RUSSIAN
  38.  
  39. Ôóíêöèÿ RemoveComponent ïåðåèìåíîâàíà â MoveComponent.
  40. Äîáàâëåíà íîâàÿ ôóíêöèÿ.
  41. void ActivateTrapForSpecializedMessage(dword *control) - àêòèâèðîâàòü ëîâóøêó äëÿ ñïåöèàëèçèðîâàííûõ ñîîáùåíèé.
  42.  
  43. ENGLISH
  44.  
  45. Function RemoveComponent is renamed in MoveComponent.
  46. New function is added.
  47. void ActivateTrapForSpecializedMessage (dword *control) - to activate a trap for the specialized messages.
  48.  
  49. 15.10.07
  50.  
  51. RUSSIAN
  52.  
  53. Âûøëà íîâàÿ âåðñèÿ áèáëèîòåêè libGUI.
  54.  
  55. ×òî íîâîãî â ýòîé âåðñèè:
  56.  
  57. 1) Ïåðåäà÷à ïàðàìåòðîâ ôóíêöèÿì áèáëèîòåêè ïåðåïèñàíà íà êîíâåíöèþ stdcall.
  58.  
  59. 2)Òåïåðü ôóíêöèè ëèíêóþòñÿ ïî èìåíàì.
  60.  
  61. 3)Òåïåðü, åñëè íàâåñòè ìûøü íà êîìïîíåíò è íàæàòü ëåâóþ êíîïêó ìûøè, òî âñå ñîîáùåíèÿ îò
  62. ìûøè ïîñûëàþòñÿ òîëüêî ýòîìó êîìïîíåíòó.Åñëè îòïóñòèòü ëåâóþ êíîïêó ìûøè, òî ñîîáùåíèÿ îò
  63. ìûøè âíîâü ñòàíîâÿòñÿ äîñòóïíûìè äëÿ âñåõ êîìïîíåíòîâ.
  64.  
  65. 4) Â áèáëèîòåêó äîáàâëåíû íîâûå ôóíêöèè.
  66.   int Version(void) - ïîëó÷èòü âåðñèþ áèáëèîòåêè. Âåðñèÿ âîçâðàùàåòñÿ â ôîðìàòå: ãîä + ìåñÿö + äåíü . Òåêóùàÿ
  67.   áèáëèîòåêà èìååò âåðñèþ 071014.
  68.   void RemoveComponent(void *Control,int new_x,int new_y) - ïåðåìåùàåò êîìïîíåíò â íîâûå êîîðäèíàòû.
  69.   void ResizeComponent(void *Control,int new_sizex,int new_sizey) - èçìåíÿåò ðàçìåð êîìïîíåíòà.
  70.   Ïðèìåðû èñïîëüçîâàíèÿ ýòèõ ôóíêöèé ñìîòðèòå â ïðèìåðå Bookmark.
  71.  
  72. 5)Äîáàâëåí ïðèìåð ðàáîòû ñ libGUI â ÿçûêå ïðîãðàììèðîâàíèÿ C. Ýòîò ïðèìåð ÿâëÿåòñÿ ÷àñòüþ èíòåðôåéñà íàïèñàííîãî
  73.   ìíîé äëÿ ìîåé íàó÷íîé ïðîãðàììû.
  74.  
  75. ENGLISH
  76.  
  77. 14.10.07
  78.  
  79. The new version of library libGUI has left.
  80.  
  81. That new in this version:
  82.  
  83. 1) Transfer of parameters to functions of library is copied on the convention stdcall.
  84.  
  85. 2) Now functions link on names.
  86.  
  87. 3)Now, if to guide the mouse on a component and to press the left button of the mouse all
  88. messages from the mouse are sent only to this component.If to release(let off) the left
  89. button of the mouse messages from the mouse again become accessible to all components.
  90.  
  91. 4) In library new functions are added.
  92.   int Version (void) - to receive the version of library. The version comes back in a format: year + month + day.
  93.   The current library has version 71014.
  94.   void RemoveComponent (void *Control, int new_x, int new_y) - moves a component to new coordinates.
  95.   void ResizeComponent (void *Control, int new_sizex, int new_sizey) - changes the size of a component.
  96.   Examples of use of these functions look in example Bookmark.
  97.  
  98. 5) The example of work with libGUI in programming language C is added. This example is a part of the interface
  99.    written by me for my scientific program.
  100.  
  101.