class StatusPage(Gtk.Bin): (source)
| Method | __init__ |
No summary |
| Parameters | |
| icon_name | Icon to show as image, should be an "symbolic" icon name. Can be None if no suitable icon is available |
| title | Main message to show, should be rather short. Can be None but should be used only in very specific cases |
| info_text | Optional informational text to show below the title |