packages feed

gi-gtk-0.3.18.12: GI/Gtk/Interfaces/CellLayout.hs-boot

module GI.Gtk.Interfaces.CellLayout where

import Prelude ()
import Data.GI.Base.ShortPrelude

import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map

newtype CellLayout = CellLayout (ForeignPtr CellLayout)
instance GObject CellLayout where
class GObject o => CellLayoutK o
instance (GObject o, IsDescendantOf CellLayout o) => CellLayoutK o