diff options
author | mathias <mathias> | 2004-12-21 16:12:28 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-21 16:12:28 (GMT) |
commit | a88d3b39ad76182bf120b8c69b80104f7b61cba8 (patch) | |
tree | df3c80f7b7fa42ec7b9a9c2d3f8f4a6cf30ab212 /src/FbTk/FbWindow.hh | |
parent | 37c6602f07bece414e3a9b6287b5c0691635919d (diff) | |
download | fluxbox_pavel-a88d3b39ad76182bf120b8c69b80104f7b61cba8.zip fluxbox_pavel-a88d3b39ad76182bf120b8c69b80104f7b61cba8.tar.bz2 |
added deleteProperty to FbWindow
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 6e11789..6fbe913 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -137,6 +137,8 @@ public: | |||
137 | unsigned char *data, | 137 | unsigned char *data, |
138 | int nelements); | 138 | int nelements); |
139 | 139 | ||
140 | void deleteProperty(Atom property); | ||
141 | |||
140 | void setBufferPixmap(Pixmap pm); | 142 | void setBufferPixmap(Pixmap pm); |
141 | 143 | ||
142 | std::string textProperty(Atom property) const; | 144 | std::string textProperty(Atom property) const; |