diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 11:29:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 11:29:47 +0000 |
commit | d95909cc404d93e13d1f683732a1ff2b9f41301f (patch) | |
tree | c74c3a6bb263e9f87f6447fac91f5ed37c7d55a5 | |
parent | 38d8545ee8a1175d12e85feb5515b7c86d7a9c75 (diff) |
INTEGRATION: CWS vcl30 (1.6.32); FILE MERGED
2004/11/03 17:57:22 pl 1.6.32.1: #i36582# make bean work again
-rw-r--r-- | vcl/unx/inc/plugins/gtk/gtkframe.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkframe.hxx b/vcl/unx/inc/plugins/gtk/gtkframe.hxx index e576e52d0d92..42a1890f853f 100644 --- a/vcl/unx/inc/plugins/gtk/gtkframe.hxx +++ b/vcl/unx/inc/plugins/gtk/gtkframe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: gtkframe.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2004-11-09 17:35:08 $ + * last change: $Author: obo $ $Date: 2004-11-15 12:29:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -241,7 +241,9 @@ public: GtkWindow* getWindow() const { return m_pWindow; } GtkFixed* getFixedContainer() const { return m_pFixedContainer; } GdkWindow* getForeignParent() const { return m_pForeignParent; } + GdkNativeWindow getForeignParentWindow() const { return m_aForeignParentWindow; } GdkWindow* getForeignTopLevel() const { return m_pForeignTopLevel; } + GdkNativeWindow getForeignTopLevelWindow() const { return m_aForeignTopLevelWindow; } GdkVisibilityState getVisibilityState() const { return m_nVisibility; } |