projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix compile error
[wxWidgets.git]
/
include
/
wx
/
gtk
/
window.h
diff --git
a/include/wx/gtk/window.h
b/include/wx/gtk/window.h
index e21599eca3963be3ad36a3dcb9817d2d9610416f..9761331c2c9a6ab85f04547697bf57a4f01f2d73 100644
(file)
--- a/
include/wx/gtk/window.h
+++ b/
include/wx/gtk/window.h
@@
-119,11
+119,12
@@
public:
wxCoord width,
wxCoord widthTotal) const;
wxCoord width,
wxCoord widthTotal) const;
- virtual bool IsExposed( int x, int y ) const;
- virtual bool IsExposed( int x, int y, int w, int h ) const;
+ virtual bool
Do
IsExposed( int x, int y ) const;
+ virtual bool
Do
IsExposed( int x, int y, int w, int h ) const;
// currently wxGTK2-only
void SetDoubleBuffered(bool on);
// currently wxGTK2-only
void SetDoubleBuffered(bool on);
+ virtual bool IsDoubleBuffered() const;
// implementation
// --------------
// implementation
// --------------
@@
-307,6
+308,7
@@
public:
bool m_hasFocus:1; // true if == FindFocus()
bool m_isScrolling:1; // dragging scrollbar thumb?
bool m_clipPaintRegion:1; // true after ScrollWindow()
bool m_hasFocus:1; // true if == FindFocus()
bool m_isScrolling:1; // dragging scrollbar thumb?
bool m_clipPaintRegion:1; // true after ScrollWindow()
+ wxRegion m_nativeUpdateRegion; // not transformed for RTL
bool m_dirtyTabOrder:1; // tab order changed, GTK focus
// chain needs update
bool m_needsStyleChange:1; // May not be able to change
bool m_dirtyTabOrder:1; // tab order changed, GTK focus
// chain needs update
bool m_needsStyleChange:1; // May not be able to change