Manatee.Core.PageView
- pageViewKeymap :: PageViewKeymap
- pageViewScrollStepDown :: PageView a => a -> IO ()
- pageViewScrollPageUp :: PageView a => a -> IO ()
- pageViewScrollPageDown :: PageView a => a -> IO ()
- pageViewScrollStepUp :: PageView a => a -> IO ()
- pageViewScrollStepLeft :: PageView a => a -> IO ()
- pageViewScrollPageRight :: PageView a => a -> IO ()
- pageViewScrollPageLeft :: PageView a => a -> IO ()
- pageViewScrollStepRight :: PageView a => a -> IO ()
- pageViewGetPlugId :: forall a. PageView a => a -> IO PagePlugId
- pageViewUpdateOutputStatus :: forall a. PageView a => a -> String -> Maybe Int -> IO ()
- pageViewUpdateProgressStatus :: forall a. PageView a => a -> Double -> IO ()
- pageViewUpdateInfoStatus :: forall a. PageView a => a -> String -> String -> IO ()
- pageViewClient :: forall a. PageView a => a -> Client
- pageViewCutAction :: forall a. PageView a => a -> IO ()
- pageViewCopyAction :: forall a. PageView a => a -> IO ()
- pageViewPasteAction :: forall a. PageView a => a -> IO ()
- localInteractive :: forall a. PageView a => a -> String -> ([String] -> IO ()) -> IO ()
Documentation
pageViewKeymap :: PageViewKeymapSource
PageViewKeymap.
pageViewScrollStepDown :: PageView a => a -> IO ()Source
Basic scroll action.
pageViewScrollPageUp :: PageView a => a -> IO ()Source
pageViewScrollPageDown :: PageView a => a -> IO ()Source
pageViewScrollStepUp :: PageView a => a -> IO ()Source
pageViewScrollStepLeft :: PageView a => a -> IO ()Source
pageViewScrollPageRight :: PageView a => a -> IO ()Source
pageViewScrollPageLeft :: PageView a => a -> IO ()Source
pageViewScrollStepRight :: PageView a => a -> IO ()Source
pageViewGetPlugId :: forall a. PageView a => a -> IO PagePlugIdSource
Get plug id of page view.
pageViewUpdateOutputStatus :: forall a. PageView a => a -> String -> Maybe Int -> IO ()Source
Update output.
pageViewUpdateInfoStatus :: forall a. PageView a => a -> String -> String -> IO ()Source
Update status.
pageViewClient :: forall a. PageView a => a -> ClientSource
Get dbus client.
pageViewCutAction :: forall a. PageView a => a -> IO ()Source
Cut action.
pageViewCopyAction :: forall a. PageView a => a -> IO ()Source
Copy action.
pageViewPasteAction :: forall a. PageView a => a -> IO ()Source
Paste action.