module Sifflet.UI.LittleGtk
    (
     
     
     AttrOp(..) 
    , get
    , set
    , adjustmentNew
    , boxPackEnd
    , boxPackStart
    , boxPackStartDefaults
    , Button
    , buttonNewWithLabel
    , buttonPressEvent
    , ButtonsType(..)
    , ContainerClass
    , castToContainer
    , containerAdd
    , containerChild
    , containerForeach
    , CursorType(..)
    , customStoreSetColumn
     
    , Dialog
    , dialogNew
    , dialogAddButton
    , dialogGetActionArea
    , dialogGetUpper     
    , dialogRun
    , dialogSetDefaultResponse
    , toDialog
    , DrawWindow
    , drawWindowInvalidateRect
    , entryCompletionInsertPrefix
    , entryCompletionModel
    , entryCompletionNew
    , entryCompletionSetTextColumn
    , Entry
    , entryGetText
    , entryGetCompletion
    , entryNew
    , entrySetCompletion
    , entrySetText
    , EventMask(..)
    , eventBoxNew
    , Expander
    , expanderNew
    , expanderSetExpanded
    , exposeEvent
    , fileChooserDialogNew
    , fileChooserGetFilename
    , FileChooserAction(..)
    , frameNew
    , grabAdd
    , grabRemove
    , HBox
    , hBoxNew
    , keyPressEvent
    , Label
    , labelNew
    , labelSetText
    , Layout
    , layoutGetDrawWindow
    , layoutNew
    , layoutPut
    , layoutSetSize
    , listStoreNew
    , makeColumnIdString
    , menuPopup
    , MessageType(..)
    , messageDialogNew
    , on
    , onDestroy
    , onSizeRequest
    , Packing(..)
    , PolicyType(PolicyAutomatic)
    , Rectangle(..)
    , renderWithDrawable
    , Requisition(..)
    , ResponseId(..)
    , ScrolledWindow
    , scrolledWindowNew
    , scrolledWindowSetPolicy
    , Statusbar
    , statusbarGetContextId
    , statusbarNew
    , statusbarPop
    , statusbarPush
    , VBox
    , vBoxNew
    , WidgetClass
    , widgetAddEvents
    , widgetClassPath
    , widgetDestroy
    , widgetGrabFocus
    , widgetSetCanFocus
    , widgetSetDoubleBuffered
    , widgetSetName
    , widgetSetSizeRequest
    , widgetShow
    , widgetShowAll
    , widgetSizeRequest
    , widgetVisible
    , Window
    , windowDeletable
    , windowMove
    , windowNew
    , windowPresent
    , windowSetDefaultSize
    , windowSetPosition
    , windowSetTitle
    , windowTitle
    , WindowPosition(..)
     
    , initGUI
    , mainGUI
    , mainQuit
     
    , GtkFrame
    , GtkLayout
    )
where
import Graphics.UI.Gtk
type GtkFrame = Frame
type GtkLayout = Layout