Custom Query (152 matches)
Results (10 - 12 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1159 | wontfix | Aditional data in EventM | axel | guest |
| description |
There's an 'eventCoordinates' available inside an EventM that returns a point as (Double,Double). Using points as (Double,Double) is also a convention in Cairo. When answering to expose events, as well as mouse events, we usually have to ask 'widgetGetSize', which returns (Int,Int), and the conversion to (Double,Double) usually make nice code look dirty. What if we had an 'eventWindowSize' with a (Double,Double) return? |
|||
| #1123 | fixed | Broken links for images in Haddock | somebody | guest |
| description |
In the page of Graphics.UI.Gtk.General.StockItems? the links to the images are broken. |
|||
| #1100 | fixed | Build fails with gtk2-2.4.14 - patch included | somebody | guest |
| description |
I have a seriously old version of gtk2: 2.4.14 (from Fedora Core 2 - yes I know I should upgrade!). Building gtk2hs-0.9.12.1 fails like this: /usr/local/bin/ghc +RTS -RTS -split-objs -c gtk/Graphics/UI/Gtk/ModelView/CellLayout.hs -o gtk/Graphics/UI/Gtk/ModelView/CellLayout.o -O -fffi -igtk: -package-conf package.conf.inplace -hide-all-packages -ignore-package gtk -package base -package mtl-1.0 -package glib-0.9.12.1 -package-name gtk-0.9.12.1 '-#include<gtk/gtk.h>' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/atk-1.0
gtk/Graphics/UI/Gtk/ModelView/CellLayout.chs.pp:78:25:
Not in scope: type constructor or class `CellView'
gtk/Graphics/UI/Gtk/ModelView/CellLayout.chs.pp:82:25:
Not in scope: type constructor or class `IconView'
Problem seems to be CellView? and IconView? are only built if you have gtk2-2.6.0, but the #if in CellLayout?.chs.pp only checks for gtk2-2.4.0. The (trivial) patch attached fixes the problem for me. Tim Goodwin (info@…) |
|||