X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcanvas%2FCanvasWindow.hxx;h=330b6fb8ced6ef53d95fac6533ae9d1e1eb78f09;hb=8b351520bd4499f9d8f0f281d8710345e293f9e1;hp=81917ed7c66828be45ff94634abc1627a7a893d5;hpb=b36cdebe8b2da3fd008bf6ab4fb4212626a87a79;p=simgear.git diff --git a/simgear/canvas/CanvasWindow.hxx b/simgear/canvas/CanvasWindow.hxx index 81917ed7..330b6fb8 100644 --- a/simgear/canvas/CanvasWindow.hxx +++ b/simgear/canvas/CanvasWindow.hxx @@ -84,6 +84,9 @@ namespace canvas bool isResizable() const; bool isCapturingEvents() const; + virtual void setVisible(bool visible); + virtual bool isVisible() const; + /** * Moves window on top of all other windows with the same z-index. *