Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_webkit_point_set_x :: JSRef WebKitPoint -> Float -> IO () Source
webKitPointSetX :: IsWebKitPoint self => self -> Float -> IO () Source
webKitPointGetX :: IsWebKitPoint self => self -> IO Float Source
ghcjs_dom_webkit_point_set_y :: JSRef WebKitPoint -> Float -> IO () Source
webKitPointSetY :: IsWebKitPoint self => self -> Float -> IO () Source
webKitPointGetY :: IsWebKitPoint self => self -> IO Float Source
data WebKitPoint Source
class GObjectClass o => IsWebKitPoint o Source
castToWebKitPoint :: GObjectClass obj => obj -> WebKitPoint Source
toWebKitPoint :: IsWebKitPoint o => o -> WebKitPoint Source