module GI.Gtk.Objects.TreeSelection 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 TreeSelection = TreeSelection (ForeignPtr TreeSelection) instance GObject TreeSelection where class GObject o => TreeSelectionK o instance (GObject o, IsDescendantOf TreeSelection o) => TreeSelectionK o data TreeSelectionModePropertyInfo data TreeSelectionChangedSignalInfo