aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index d44e36f..045356f 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.28 2004/01/21 20:22:26 fluxgen Exp $ 22// $Id: FbWindow.hh,v 1.29 2004/04/28 13:04:06 rathnor Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define FBTK_FBWINDOW_HH
@@ -28,7 +28,7 @@
28 28
29#include <X11/Xlib.h> 29#include <X11/Xlib.h>
30#include <memory> 30#include <memory>
31 31#include <string>
32 32
33namespace FbTk { 33namespace FbTk {
34 34
@@ -135,6 +135,8 @@ public:
135 unsigned char *data, 135 unsigned char *data,
136 int nelements); 136 int nelements);
137 137
138 std::string textProperty(Atom property) const;
139
138 /// @return parent FbWindow 140 /// @return parent FbWindow
139 const FbWindow *parent() const { return m_parent; } 141 const FbWindow *parent() const { return m_parent; }
140 /// @return real X window 142 /// @return real X window