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