gi-gtk-0.3.16.12: GI/Gtk/Interfaces/FontChooser.hs-boot
module GI.Gtk.Interfaces.FontChooser 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 FontChooser = FontChooser (ForeignPtr FontChooser)
data FontChooserFontPropertyInfo
data FontChooserFontDescPropertyInfo
data FontChooserPreviewTextPropertyInfo
data FontChooserShowPreviewEntryPropertyInfo
data FontChooserFontActivatedSignalInfo
instance GObject FontChooser where
class GObject o => FontChooserK o
instance (GObject o, IsDescendantOf FontChooser o) => FontChooserK o