GObject ├── StAdjustment ├── GInitiallyUnowned │ ├── ClutterActor │ │ ├── StWidget │ │ │ ├── StBin │ │ │ │ ├── StButton │ │ │ │ ╰── StScrollView │ │ │ ├── StViewport │ │ │ │ ╰── StBoxLayout │ │ │ ├── StDrawingArea │ │ │ ├── StEntry │ │ │ ├── StGroup │ │ │ ├── StIcon │ │ │ ├── StLabel │ │ │ ├── StScrollBar │ │ │ ╰── StTable │ │ ╰── StPolygon │ ╰── ClutterActorMeta │ ╰── ClutterEffect │ ╰── ClutterOffscreenEffect │ ╰── ClutterShaderEffect │ ╰── StScrollViewFade ├── StBorderImage ├── ClutterChildMeta │ ├── StBoxLayoutChild │ ╰── StTableChild ├── StClipboard ├── StFocusManager ├── ClutterImage │ ╰── StImageContent ├── StSettings ├── StTextureCache ├── StThemeContext ├── StTheme ├── StThemeNode ╰── AtkObject ╰── AtkGObjectAccessible ╰── CallyActor ╰── StWidgetAccessible GInterface ╰── StScrollable GEnum ├── StAlign ├── StBackgroundSize ├── StClipboardType ├── StCorner ├── StGradientType ├── StIconStyle ├── StIconType ├── StPolicyType ├── StSide ├── StTextAlign ├── StTextDirection ╰── StTextureCachePolicy GFlags ├── StButtonMask ├── StTableChildOptions ╰── StTextDecoration GBoxed ├── StIconColors ├── StShadow ╰── StShadowHelper