Custom Query (152 matches)
Results (1 - 3 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #41 | fixed | Add predicates for types of widgets. | somebody | A.Simon@… |
| description |
It would be useful to have predicates for each widget type that can test an object if it is of that type. At the moment we need to use the castTo* functions and catch the error message that is returned if the cast failed. |
|||
| #801 | wontfix | Swap the arguments to add timeoutAdd | somebody | A.Simon@… |
| description |
Make timeoutAdd and timeoutAddFull take the IO action last, to ease their use. Breaks API. |
|||
| #802 | fixed | Fix drawWindowGetPointer | axel | A.Simon@… |
| description |
The function drawWindowGetPointer should never return Nothing, but maybe another flag that says if the window over which the mouse cursor resides is "known to Gtk". I interpreted that as the mouse cursor being over the Gtk application window and thus, returned Nothing in case it was outside. However, even if the mouse cursor is over the application window, this function returns NULL in some cases (i.e. "not known to Gtk"). |
|||