diff options
author | fluxgen <fluxgen> | 2003-05-19 22:38:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-19 22:38:55 (GMT) |
commit | 3027bf1341cf3ac82889846ceeb1e9cf7f955502 (patch) | |
tree | 4e8a6307e9935d505ee2dcfb772b40b55c32ae58 /src/FbTk/FbWindow.hh | |
parent | 52a71aa781c861ee0d604a546630ce5a57ec1ad4 (diff) | |
download | fluxbox_pavel-3027bf1341cf3ac82889846ceeb1e9cf7f955502.zip fluxbox_pavel-3027bf1341cf3ac82889846ceeb1e9cf7f955502.tar.bz2 |
property and changeProperty
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index f8a5505..45928c0 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.16 2003/05/17 10:42:34 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.17 2003/05/19 22:38:54 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -90,6 +90,22 @@ public: | |||
90 | /// uses the parents cursor instead | 90 | /// uses the parents cursor instead |
91 | void unsetCursor(); | 91 | void unsetCursor(); |
92 | 92 | ||
93 | bool property(Atom property, | ||
94 | long long_offset, long long_length, | ||
95 | bool do_delete, | ||
96 | Atom req_type, | ||
97 | Atom *actual_type_return, | ||
98 | int *actual_format_return, | ||
99 | unsigned long *nitems_return, | ||
100 | unsigned long *bytes_after_return, | ||
101 | unsigned char **prop_return) const; | ||
102 | |||
103 | void changeProperty(Atom property, Atom type, | ||
104 | int format, | ||
105 | int mode, | ||
106 | unsigned char *data, | ||
107 | int nelements); | ||
108 | |||
93 | /// @return parent FbWindow | 109 | /// @return parent FbWindow |
94 | const FbWindow *parent() const { return m_parent; } | 110 | const FbWindow *parent() const { return m_parent; } |
95 | /// @return real X window | 111 | /// @return real X window |