From: Duncan C. <dun...@us...> - 2005-03-15 20:33:58
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13902 Modified Files: ChangeLog Log Message: Structs.hsc: Define priorityHigh and priorityDefault as the correct C constants. Add priorityHighIdle and priorityDefaultIdle. General.chs: Export the two extra priority values. Add timeoutAddFull binding which is like timeoutAdd but allows you to specift the priority. Redfine timeoutAdd in terms of timeoutAddFull. Add more extensive documentation for both functions. Fix the documentation of idleAdd to reccomend the right priority. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.387 retrieving revision 1.388 diff -u -d -r1.387 -r1.388 --- ChangeLog 15 Mar 2005 20:19:52 -0000 1.387 +++ ChangeLog 15 Mar 2005 20:33:44 -0000 1.388 @@ -26,6 +26,16 @@ gtk/Graphics/UI/Gtk/Entry/VScale.chs: documentation changes and code formatting changes. + * gtk/Graphics/UI/Gtk/General/Structs.hsc: Define priorityHigh and + priorityDefault as the correct C constants. Add priorityHighIdle and + priorityDefaultIdle. + + * gtk/Graphics/UI/Gtk/General/General.chs: export the two extra + priority values. Add timeoutAddFull binding which is like timeoutAdd + but allows you to specift the priority. Redfine timeoutAdd in terms of + timeoutAddFull. Add more extensive documentation for both functions. + Fix the documentation of idleAdd to reccomend the right priority. + 2005-03-14 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Gdk/Region.chs.pp: segfault bug fix. Clear up |