SubplotWidget

Undocumented in source.

Constructors

this
this(Subplot sp)
Undocumented in source.

Members

Functions

getFigureAt
FigureBase getFigureAt(double x, double y, Subplot sp)
Undocumented in source. Be warned that the author may not have intended to support it.
subplot
Subplot subplot()
Undocumented in source. Be warned that the author may not have intended to support it.
zoomEvent
bool zoomEvent(Event event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FigureWidget

onSizeAllocate
void onSizeAllocate(GtkAllocation* allocation, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
bool onDraw(Scoped!Context context, Widget drawingArea)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(double w, double h)
Undocumented in source. Be warned that the author may not have intended to support it.
figure
FigureBase figure()

Get the underlying FigureBase object.

parentSizeChanged
void parentSizeChanged(GtkAllocation* alloc, Widget widget)

If set as an addOnSizeAllocate callback, this will resize this control to the size of its parent window when the parent window is resized.

draw
void draw()

Draw the figure to the internal drawing area.

Meta