class documentation

class StatusPage(Gtk.Bin): (source)

View In Hierarchy

Widget to use e.g. as a placeholder for an empty view
Method __init__ No summary
def __init__(self, icon_name, title, info_text=None): (source)
Constructor
Parameters
icon_nameIcon to show as image, should be an "symbolic" icon name. Can be None if no suitable icon is available
titleMain message to show, should be rather short. Can be None but should be used only in very specific cases
info_textOptional informational text to show below the title