|  |  |  |  | 
    GObject
    ├── StAdjustment
    ├── GInitiallyUnowned
    │   ├── ClutterActorMeta
    │   │   ╰── ClutterEffect
    │   │       ╰── ClutterOffscreenEffect
    │   │           ├── StBackgroundEffect
    │   │           ╰── StScrollViewFade
    │   ╰── ClutterActor
    │       ├── StWidget
    │       │   ├── StBin
    │       │   │   ├── StButton
    │       │   │   ╰── StScrollView
    │       │   ├── StBoxLayout
    │       │   ├── StDrawingArea
    │       │   ├── StEntry
    │       │   ├── StGroup
    │       │   ├── StIcon
    │       │   ├── StLabel
    │       │   ├── StScrollBar
    │       │   ╰── StTable
    │       ├── ClutterText
    │       │   ╰── StIMText
    │       ╰── StPolygon
    ├── StBorderImage
    ├── ClutterChildMeta
    │   ├── StBoxLayoutChild
    │   ╰── StTableChild
    ├── StClipboard
    ├── StFocusManager
    ├── StTextureCache
    ├── StThemeContext
    ├── StTheme
    ├── StThemeNode
    ├── StThemeNodeTransition
    ╰── AtkObject
        ╰── AtkGObjectAccessible
            ╰── CallyActor
                ╰── StWidgetAccessible
    GInterface
    ╰── StScrollable
    GBoxed
    ├── StIconColors
    ╰── StShadow