projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch [ 1407318 ] bitmap clipping / transparency mask (X11 port)
[wxWidgets.git]
/
include
/
wx
/
gtk
/
frame.h
diff --git
a/include/wx/gtk/frame.h
b/include/wx/gtk/frame.h
index ecb5d0d02ad8f3214cb7761d85155302cc234ea5..94949f2d67cdb0e8cd3c24891e017af7efb4554e 100644
(file)
--- a/
include/wx/gtk/frame.h
+++ b/
include/wx/gtk/frame.h
@@
-7,30
+7,25
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKFRAMEH__
#define __GTKFRAMEH__
#ifndef __GTKFRAMEH__
#define __GTKFRAMEH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "frame.h"
-#endif
-
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
-class wxMDIChildFrame;
-class wxMDIClientWindow;
-class wxMenu;
-class wxMenuBar;
-class wxToolBar;
-class wxStatusBar;
+class
WXDLLIMPEXP_CORE
wxMDIChildFrame;
+class
WXDLLIMPEXP_CORE
wxMDIClientWindow;
+class
WXDLLIMPEXP_CORE
wxMenu;
+class
WXDLLIMPEXP_CORE
wxMenuBar;
+class
WXDLLIMPEXP_CORE
wxToolBar;
+class
WXDLLIMPEXP_CORE
wxStatusBar;
//-----------------------------------------------------------------------------
// wxFrame
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// wxFrame
//-----------------------------------------------------------------------------
-class wxFrame : public wxFrameBase
+class
WXDLLIMPEXP_CORE
wxFrame : public wxFrameBase
{
public:
// construction
{
public:
// construction
@@
-65,6
+60,8
@@
public:
long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
long style = wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);
+
+ void SetStatusBar(wxStatusBar *statbar);
#endif // wxUSE_STATUSBAR
#if wxUSE_TOOLBAR
#endif // wxUSE_STATUSBAR
#if wxUSE_TOOLBAR