|
Graphics.UI.Gtk.WebKit.WebHistoryItem | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
One item of the WebBackForwardList and or global history
|
|
Synopsis |
|
|
|
|
Types
|
|
|
|
Constructors
|
|
|
Create a new WebHistoryItem instance.
A history item consists out of a title and a uri,
it can be part of the WebBackForwardList and the global history.
The global history is used for coloring the links of visited sites.
WebHistoryItem constructed with webHistoryItemNew are
automatically added to the global history.
|
|
webHistoryItemNewWithData | Source |
|
|
|
Attributes
|
|
|
The title of the WebHistoryItem
Default value: Nothing
|
|
|
The alternate title of the history item.
Default value: Nothing
|
|
|
The URI of the history item.
Default value: Nothing
|
|
|
The original URI of the history item.
Default value: Nothing
|
|
|
The time at which the history item was last visited.
Allowed values: >= 0
Default value: 0
|
|
Methods
|
|
|
|
|
webHistoryItemGetAlternateTitle | Source |
|
:: WebHistoryItemClass self | | => self | the alternate title or Nothing in case failed.
| -> IO (Maybe String) | | Return the alternate title of WebHistoryItem.
|
|
|
webHistoryItemSetAlternateTitle | Source |
|
:: WebHistoryItemClass self | | => self | title - the alternate title for this history item.
| -> Maybe String | | -> IO () | | Set an alternate title for WebHistoryItem.
|
|
|
|
:: WebHistoryItemClass self | | => self | the URI or Nothing in case failed.
| -> IO (Maybe String) | | Return the URI of WebHistoryItem.
|
|
|
webHistoryItemGetOriginalUri | Source |
|
:: WebHistoryItemClass self | | => self | the URI or Nothing in case failed
| -> IO (Maybe String) | | Return the original URI of WebHistoryItem.
|
|
|
webHistoryItemGetLastVisitedTime | Source |
|
:: WebHistoryItemClass self | | => self | the last visited time of this history item.
| -> IO Double | | Return the last visited time of WebHistoryItem.
|
|
|
Produced by Haddock version 2.6.0 |