Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
greskell-websocket Network.Greskell.WebSocket.Request RequestMessage to a Gremlin Server. See http://tinkerpop.apache.org/docs/current/dev/provider/.
RequestMessage :: UUID -> Text -> Text -> Object -> RequestMessagegreskell-websocket Network.Greskell.WebSocket.Request No documentation available.
makeRequestMessage :: Operation o => o -> IO RequestMessagegreskell-websocket Network.Greskell.WebSocket.Request Create a RequestMessage from an Operation object. The requestId is generated by the random number generator of the system.
toRequestMessage :: Operation o => UUID -> o -> RequestMessagegreskell-websocket Network.Greskell.WebSocket.Request Convert an Operation object to RequestMessage.
containerFocusHAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustmentgtk Graphics.UI.Gtk.Abstract.Container 'focusHadjustment' property. See containerGetFocusHAdjustment and containerSetFocusHAdjustment
containerFocusVAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustmentgtk Graphics.UI.Gtk.Abstract.Container 'focusVadjustment' property. See containerGetFocusVAdjustment and containerSetFocusVAdjustment
containerGetFocusHAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)gtk Graphics.UI.Gtk.Abstract.Container Retrieves the horizontal focus adjustment for the container. See containerSetFocusHAdjustment.
containerGetFocusVAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)gtk Graphics.UI.Gtk.Abstract.Container Retrieves the vertical focus adjustment for the container. See containerSetFocusVAdjustment.
containerSetFocusHAdjustment :: ContainerClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Abstract.Container Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the horizontal alignment. See scrolledWindowGetHAdjustment for a typical way of obtaining the adjustment and containerSetFocusVAdjustment for setting the vertical adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.
containerSetFocusVAdjustment :: ContainerClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Abstract.Container Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the vertical alignment. See scrolledWindowGetVAdjustment for a typical way of obtaining the adjustment and containerSetFocusHAdjustment for setting the horizontal adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.