Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype ContainerCellAccessible = ContainerCellAccessible (ManagedPtr ContainerCellAccessible)
- class (GObject o, IsDescendantOf ContainerCellAccessible o) => IsContainerCellAccessible o
- toContainerCellAccessible :: (MonadIO m, IsContainerCellAccessible o) => o -> m ContainerCellAccessible
- containerCellAccessibleAddChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m ()
- containerCellAccessibleGetChildren :: (HasCallStack, MonadIO m, IsContainerCellAccessible a) => a -> m [CellAccessible]
- containerCellAccessibleNew :: (HasCallStack, MonadIO m) => m ContainerCellAccessible
- containerCellAccessibleRemoveChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m ()
Exported types
newtype ContainerCellAccessible Source #
Memory-managed wrapper type.
ContainerCellAccessible (ManagedPtr ContainerCellAccessible) |
Instances
class (GObject o, IsDescendantOf ContainerCellAccessible o) => IsContainerCellAccessible o Source #
Type class for types which can be safely cast to ContainerCellAccessible
, for instance with toContainerCellAccessible
.
Instances
(GObject o, IsDescendantOf ContainerCellAccessible o) => IsContainerCellAccessible o Source # | |
Defined in GI.Gtk.Objects.ContainerCellAccessible |
toContainerCellAccessible :: (MonadIO m, IsContainerCellAccessible o) => o -> m ContainerCellAccessible Source #
Cast to ContainerCellAccessible
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
addChild, addRelationship, bindProperty, bindPropertyFull, connectWidgetDestroyed, contains, doAction, forceFloating, freezeNotify, getv, grabFocus, initialize, isFloating, notify, notifyByPspec, notifyStateChange, peekParent, ref, refAccessibleAtPoint, refAccessibleChild, refRelationSet, refSink, refStateSet, removeChild, removeFocusHandler, removePropertyChangeHandler, removeRelationship, runDispose, scrollTo, scrollToPoint, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getAccessibleId, getAlpha, getAttributes, getChildren, getColumnHeaderCells, getColumnSpan, getData, getDescription, getExtents, getIndexInParent, getKeybinding, getLayer, getLocalizedName, getMdiZorder, getNAccessibleChildren, getNActions, getName, getObjectLocale, getParent, getPosition, getProperty, getQdata, getRole, getRowColumnSpan, getRowHeaderCells, getRowSpan, getSize, getTable, getWidget.
Setters
setAccessibleId, setData, setDataFull, setDescription, setExtents, setName, setParent, setPosition, setProperty, setRole, setSize, setWidget.
addChild
containerCellAccessibleAddChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m () Source #
No description available in the introspection data.
getChildren
containerCellAccessibleGetChildren Source #
:: (HasCallStack, MonadIO m, IsContainerCellAccessible a) | |
=> a |
|
-> m [CellAccessible] |
Get a list of children.
new
containerCellAccessibleNew :: (HasCallStack, MonadIO m) => m ContainerCellAccessible Source #
No description available in the introspection data.
removeChild
containerCellAccessibleRemoveChild :: (HasCallStack, MonadIO m, IsContainerCellAccessible a, IsCellAccessible b) => a -> b -> m () Source #
No description available in the introspection data.