![]() |
![]() |
![]() |
![]() |
GObject ├── BAxisMarkers ├── GInitiallyUnowned │ ├── GtkWidget │ │ ├── GtkDrawingArea │ │ │ ╰── BElementView │ │ │ ╰── BElementViewCartesian │ │ │ ├── BAxisView │ │ │ ├── BColorBar │ │ │ ├── BDensityView │ │ │ ╰── BScatterLineView │ │ ├── GtkContainer │ │ │ ├── GtkToolbar │ │ │ │ ╰── BLegend │ │ │ ╰── GtkGrid │ │ │ ╰── BPlotWidget │ │ ╰── GtkMisc │ │ ╰── GtkLabel │ │ ├── BRateLabel │ │ ╰── BScalarLabel │ ├── BData │ │ ├── BMatrix │ │ │ ├── BRingMatrix │ │ │ ╰── BValMatrix │ │ ├── BVector │ │ │ ├── BRingVector │ │ │ ╰── BValVector │ │ ├── BScalar │ │ │ ╰── BValScalar │ │ ╰── BStruct │ ╰── BScatterSeries ├── BColorMap ╰── BViewInterval