|
| Graphics.UI.Gtk.WebKit.WebNavigationAction | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| Access to the WebKit NavigationAction
|
|
| Synopsis |
|
|
|
|
| Types
|
|
| data WebNavigationAction | Source |
|
|
| Enums
|
|
|
| Constructors | | WebNavigationReasonLinkClicked | | | WebNavigationReasonFormSubmitted | | | WebNavigationReasonBackForward | | | WebNavigationReasonReload | | | WebNavigationReasonFormResubmitted | | | WebNavigationReasonOther | |
|
|
|
| Methods
|
|
| webNavigationActionGetButton :: WebNavigationActionClass self => self -> IO Int | Source |
|
| Returns the DOM identifier for the mouse button used to click.
DOM button values are 0, 1 and 2 for left, middle and right buttons.
If the action was not initiated by a mouse click, returns -1.
|
|
| webNavigationActionGetModifierState :: WebNavigationActionClass self => self -> IO Int | Source |
|
| Returns a bitmask with the the state of the modifier keys.
|
|
| webNavigationActionGetOriginalUri :: WebNavigationActionClass self => self -> IO String | Source |
|
| Returns the URI that was originally requested.
This may differ from the navigation target, for instance because of a redirect.
|
|
| webNavigationActionSetOriginalUri :: WebNavigationActionClass self => self -> String -> IO () | Source |
|
| Sets the URI that was originally requested.
This may differ from the navigation target, for instance because of a redirect.
|
|
|
| Returns the reason why WebKit is requesting a navigation.
|
|
|
| Sets the reason why WebKit is requesting a navigation.
|
|
| webNavigationActionGetTargetFrame :: WebNavigationActionClass self => self -> IO String | Source |
|
| Returns the target frame of the action.
|
|
| Produced by Haddock version 2.6.0 |