projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reSWIGged
[wxWidgets.git]
/
include
/
wx
/
motif
/
toplevel.h
diff --git
a/include/wx/motif/toplevel.h
b/include/wx/motif/toplevel.h
index 359b51178b9be6625fbf5ec77ebc527e27a9f7e2..35bef8c4843ecf3070b8e2451d62adcfce9782a6 100644
(file)
--- a/
include/wx/motif/toplevel.h
+++ b/
include/wx/motif/toplevel.h
@@
-12,7
+12,7
@@
#ifndef __MOTIFTOPLEVELH__
#define __MOTIFTOPLEVELH__
#ifndef __MOTIFTOPLEVELH__
#define __MOTIFTOPLEVELH__
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "toplevel.h"
#endif
#pragma interface "toplevel.h"
#endif
@@
-60,6
+60,8
@@
public:
int maxW = -1, int maxH = -1,
int incW = -1, int incH = -1 );
int maxW = -1, int maxH = -1,
int incW = -1, int incH = -1 );
+ virtual bool SetShape( const wxRegion& region );
+
WXWidget GetShellWidget() const;
protected:
// common part of all constructors
WXWidget GetShellWidget() const;
protected:
// common part of all constructors
@@
-67,6
+69,7
@@
protected:
// common part of wxDialog/wxFrame destructors
void PreDestroy();
// common part of wxDialog/wxFrame destructors
void PreDestroy();
+ virtual void DoGetPosition(int* x, int* y) const;
private:
// both these functions should be pure virtual
virtual bool DoCreate( wxWindow* parent, wxWindowID id,
private:
// both these functions should be pure virtual
virtual bool DoCreate( wxWindow* parent, wxWindowID id,