Hi,

The following program crashes with the following error:

** ERROR **: gtk2hs_value_as_haskellobj: unable to handle GValue with type
GParam
please report this as a bug to gtk2hs-devel@lists.sourceforge.net
Trace/breakpoint trap


module Main where

import Graphics.UI.Gtk

main = do
  initGUI
  window <- windowNew
  cb <- comboBoxNewText
  comboBoxAppendText cb "one"
  comboBoxAppendText cb "two"
  on cb popupShownNotify $ putStrLn "popupShownNotify"
  containerAdd window cb
  widgetShow cb
  widgetShow window
  mainGUI

I'm using GHC version 7.2.1. I filed a bug at
http://hackage.haskell.org/trac/gtk2hs/ticket/1243, but it looks like that
tracker doesn't get much love.

Josh "Ua" Ball

-- 
Borrow my books: http://goo.gl/UBbSH
------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to