Module cream.statusbar

API for Cream-Browser's statusbar

Author:

David Delassus <david.jose.delassus@gmail.com>

Functions

set_history (can_go_back, can_go_forward) Set history state
set_link (link) Set current link
set_progress (progress) Set loading state
set_scroll (scroll) Set current scrolling state
set_state (state) Set browser's state


Functions

set_history (can_go_back, can_go_forward)
Set history state

Parameters

  • can_go_back: Set to true if we can go back in history
  • can_go_forward: Set to true if we can go forward in history
set_link (link)
Set current link

Parameters

  • link: The URI of the focused webview
set_progress (progress)
Set loading state

Parameters

  • progress: Current loading percent
set_scroll (scroll)
Set current scrolling state

Parameters

  • scroll: Current scrolling percent
set_state (state)
Set browser's state

Parameters

  • state: The new browser's state

Valid XHTML 1.0!