gtk-helpers-0.0.7: A collection of auxiliary operations and widgets related to Gtk

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Extra.Builder

Description

A collection of small functions to help retrieve information from Glade files.

Synopsis

Documentation

fromBuilder :: GObjectClass cls => (GObject -> cls) -> String -> Builder -> IO cls Source

Graphics.UI.Gtk.builderGetObject with the arguments flipped (Builder goes last).

loadInterface :: String -> IO Builder Source

Returns a builder from which the objects in this part of the interface can be accessed.