Re: [Haskell-cafe] Gtk2Hs and GCs

2008-06-19 Thread Brandon S. Allbery KF8NH
On 2008 Jun 18, at 23:23, Tim Newsham wrote: I can't seem to find any other way short of making a whole new GC (as is done in Gtk2Hs/demos/graphic/Drawing.hs). Am I missing something? Is there a reason the GC's arent retrievable? Join the gtk2hs list ( https://lists.sourceforge.net/lists/l

[Haskell-cafe] Gtk2Hs and GCs

2008-06-18 Thread Tim Newsham
I don't see a way to fetch an existing standard GC from a widget. In other Gtk bindings I usually do this by fetching the widget's style and then grabbing one of the gc's (such as fg_gc[STATE_NORMAL]). In Gtk2Hs docs: http://www.haskell.org/gtk2hs/docs/gtk2hs-docs-0.9.12/Graphics-UI-Gtk-General-St