Custom Query (152 matches)
Results (4 - 6 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #6 | fixed | pixbufCopyArea parameters are swapped | somebody | akamaus@… |
| description |
width and height parameters of pixbufCopyArea seems to be swapped. In gtk_pixbuf_copy_area width(4th) goes before height(5th) and here they are in opposite order: pixbufCopyArea :: Pixbuf ->
Int -> -- src_x
Int -> -- src_y
Int -> -- height !!!
Int -> -- width !!!
Pixbuf -> Int -> Int -> IO ()
|
|||
| #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. |
|||
| #45 | fixed | Make the Win32 build work with GHCi | duncan | duncan |
| description |
Now that GHC 6.4.2 is out with support for different libs for use with GHCi vs GHC we ought to be able to support GHC and GHCi simultaniously with one set of package files. |
|||
Note: See TracQuery
for help on using queries.