Module gwy :: Class Statusbar
[show private | hide private]
[frames | no frames]

Class Statusbar


Method Summary
  __init__()
Creates a new Gwyddion statusbar.
  set_markup(markup)
Sets the text to display in a status bar.

Method Details

__init__()
(Constructor)

Creates a new Gwyddion statusbar.

Gwyddion statusbar differs from GtkStatusbar only in one thing: the messages can contain Pango markup.
Returns:
The newly created statusbar, as a GtkWidget.

set_markup(markup)

Sets the text to display in a status bar.

This method is intended for simple status bars that do not have stacks and do not need contexts. It does not mix with gtk_status_bar_push(). You can use either this simple interface or the full stacks-and-contexts API with Statusbar, but not both in the same status bar.
Parameters:
markup - Text message to display in the statusbar. It can contain Pango markup. (string)

Generated by Epydoc 2.1 on Tue Dec 30 04:01:41 2008 http://epydoc.sf.net