more exports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
#include "wx/event.h"
|
#include "wx/event.h"
|
||||||
|
|
||||||
class wxToolTip : public wxObject
|
class WXDLLIMPEXP_CORE wxToolTip : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// ctor & dtor
|
// ctor & dtor
|
||||||
|
@@ -50,7 +50,7 @@ void UMAShowArrowCursor() ;
|
|||||||
|
|
||||||
// window manager
|
// window manager
|
||||||
|
|
||||||
GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ;
|
WXDLLIMPEXP_BASE GrafPtr UMAGetWindowPort( WindowRef inWindowRef ) ;
|
||||||
void UMADisposeWindow( WindowRef inWindowRef ) ;
|
void UMADisposeWindow( WindowRef inWindowRef ) ;
|
||||||
void UMASetWTitle( WindowRef inWindowRef , const wxString& title , wxFontEncoding encoding) ;
|
void UMASetWTitle( WindowRef inWindowRef , const wxString& title , wxFontEncoding encoding) ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user