gi-gtk-0.3.18.12: GI/Gtk/Interfaces/Activatable.hs-boot
module GI.Gtk.Interfaces.Activatable 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 Activatable = Activatable (ForeignPtr Activatable)
data ActivatableRelatedActionPropertyInfo
data ActivatableUseActionAppearancePropertyInfo
instance GObject Activatable where
class GObject o => ActivatableK o
instance (GObject o, IsDescendantOf Activatable o) => ActivatableK o