Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.DOMSelection
Documentation
domSelectionCollapse :: (DOMSelectionClass self, NodeClass node) => self -> Maybe node -> Int -> IO ()
domSelectionCollapseToEnd :: DOMSelectionClass self => self -> IO ()
domSelectionCollapseToStart :: DOMSelectionClass self => self -> IO ()
domSelectionDeleteFromDocument :: DOMSelectionClass self => self -> IO ()
domSelectionContainsNode :: (DOMSelectionClass self, NodeClass node) => self -> Maybe node -> Bool -> IO Bool
domSelectionSelectAllChildren :: (DOMSelectionClass self, NodeClass node) => self -> Maybe node -> IO ()
domSelectionExtend :: (DOMSelectionClass self, NodeClass node) => self -> Maybe node -> Int -> IO ()
domSelectionGetRangeAt :: DOMSelectionClass self => self -> Int -> IO (Maybe DOMRange)
domSelectionRemoveAllRanges :: DOMSelectionClass self => self -> IO ()
domSelectionAddRange :: (DOMSelectionClass self, DOMRangeClass range) => self -> Maybe range -> IO ()
domSelectionModify :: DOMSelectionClass self => self -> String -> String -> String -> IO ()
domSelectionSetBaseAndExtent :: (DOMSelectionClass self, NodeClass baseNode, NodeClass extentNode) => self -> Maybe baseNode -> Int -> Maybe extentNode -> Int -> IO ()
domSelectionSetPosition :: (DOMSelectionClass self, NodeClass node) => self -> Maybe node -> Int -> IO ()
domSelectionEmpty :: DOMSelectionClass self => self -> IO ()
domSelectionGetAnchorNode :: DOMSelectionClass self => self -> IO (Maybe Node)
domSelectionGetAnchorOffset :: DOMSelectionClass self => self -> IO Int
domSelectionGetFocusNode :: DOMSelectionClass self => self -> IO (Maybe Node)
domSelectionGetFocusOffset :: DOMSelectionClass self => self -> IO Int
domSelectionGetIsCollapsed :: DOMSelectionClass self => self -> IO Bool
domSelectionGetRangeCount :: DOMSelectionClass self => self -> IO Int
domSelectionGetBaseNode :: DOMSelectionClass self => self -> IO (Maybe Node)
domSelectionGetBaseOffset :: DOMSelectionClass self => self -> IO Int
domSelectionGetExtentNode :: DOMSelectionClass self => self -> IO (Maybe Node)
domSelectionGetExtentOffset :: DOMSelectionClass self => self -> IO Int
data DOMSelection
class GObjectClass o => DOMSelectionClass o
Instances
castToDOMSelection :: GObjectClass obj => obj -> DOMSelection
toDOMSelection :: DOMSelectionClass o => o -> DOMSelection