diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 45928c0..bf82324 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWindow.hh,v 1.17 2003/05/19 22:38:54 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.18 2003/06/24 10:12:57 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -73,6 +73,10 @@ public: | |||
73 | void setEventMask(long mask); | 73 | void setEventMask(long mask); |
74 | /// clear window with background pixmap or color | 74 | /// clear window with background pixmap or color |
75 | virtual void clear(); | 75 | virtual void clear(); |
76 | /// @param exposures wheter Expose event should be generated | ||
77 | virtual void clearArea(int x, int y, | ||
78 | unsigned int width, unsigned int height, | ||
79 | bool exposures = false); | ||
76 | /// assign a new X window to this | 80 | /// assign a new X window to this |
77 | virtual FbWindow &operator = (Window win); | 81 | virtual FbWindow &operator = (Window win); |
78 | virtual void hide(); | 82 | virtual void hide(); |