| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.ListItemFactory
Description
Documentation
newtype ListItemFactory #
Constructors
| ListItemFactory (ManagedPtr ListItemFactory) |
Instances
class (GObject o, IsDescendantOf ListItemFactory o) => IsListItemFactory o #
Instances
| (GObject o, IsDescendantOf ListItemFactory o) => IsListItemFactory o | |
Defined in GI.Gtk.Objects.ListItemFactory | |
type family ResolveListItemFactoryMethod (t :: Symbol) o where ... #
Equations
| ResolveListItemFactoryMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveListItemFactoryMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveListItemFactoryMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveListItemFactoryMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveListItemFactoryMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveListItemFactoryMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveListItemFactoryMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveListItemFactoryMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveListItemFactoryMethod "ref" o = ObjectRefMethodInfo | |
| ResolveListItemFactoryMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveListItemFactoryMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveListItemFactoryMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveListItemFactoryMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveListItemFactoryMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveListItemFactoryMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveListItemFactoryMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveListItemFactoryMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveListItemFactoryMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveListItemFactoryMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveListItemFactoryMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveListItemFactoryMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveListItemFactoryMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveListItemFactoryMethod l o = MethodResolutionFailed l o :: Type |
toListItemFactory :: (MonadIO m, IsListItemFactory o) => o -> m ListItemFactory #