{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Widgets.QTreeWidgetItem ( QTreeWidgetItemValue (..), QTreeWidgetItemConstPtr (..), QTreeWidgetItemPtr (..), QTreeWidgetItemConst, QTreeWidgetItem, castConst, cast, downCastConst, downCast, new, newWithParentItem, newWithParentItemAndStrings, newWithParentItemAndStringsAndType, newWithParentItemAndType, newWithParentTree, newWithParentTreeAndStrings, newWithParentTreeAndStringsAndType, newWithParentTreeAndType, newWithStrings, newWithStringsAndType, newWithType, aSSIGN, addChild, addChildren, background, checkState, child, childCount, childIndicatorPolicy, clone, columnCount, flags, font, foreground, getData, getType, icon, indexOfChild, insertChild, insertChildren, isDisabled, isExpanded, isFirstColumnSpanned, isHidden, isSelected, lT, parent, removeChild, setBackground, setCheckState, setChildIndicatorPolicy, setData, setDisabled, setExpanded, setFirstColumnSpanned, setFlags, setFont, setForeground, setHidden, setIcon, setSelected, setSizeHint, setStatusTip, setText, setTextAlignment, setToolTip, setWhatsThis, sizeHint, sortChildren, statusTip, takeChild, takeChildren, text, textAlignment, toolTip, treeWidget, whatsThis, QTreeWidgetItemChildIndicatorPolicy (..), QTreeWidgetItemItemType (..), ) where import Graphics.UI.Qtah.Generated.Widgets.QTreeWidgetItem import Prelude () castConst = toQTreeWidgetItemConst cast = toQTreeWidgetItem downCastConst = downToQTreeWidgetItemConst downCast = downToQTreeWidgetItem