git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24871
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif //WX_PRECOMP
#include "wx/cocoa/string.h"
#endif //WX_PRECOMP
#include "wx/cocoa/string.h"
+#include "wx/cocoa/autorelease.h"
#include "wx/cocoa/NSTableDataSource.h"
#import <Foundation/NSArray.h>
#include "wx/cocoa/NSTableDataSource.h"
#import <Foundation/NSArray.h>
const wxValidator& validator,
const wxString& name)
{
const wxValidator& validator,
const wxString& name)
{
+ wxAutoNSAutoreleasePool pool;
if(!CreateControl(parent,winid,pos,size,style,validator,name))
return false;
if(!CreateControl(parent,winid,pos,size,style,validator,name))
return false;
#endif //WX_PRECOMP
#include "wx/statline.h"
#endif //WX_PRECOMP
#include "wx/statline.h"
+#include "wx/cocoa/autorelease.h"
+
#import <AppKit/NSBox.h>
IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)
#import <AppKit/NSBox.h>
IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)
long style,
const wxString& name)
{
long style,
const wxString& name)
{
+ wxAutoNSAutoreleasePool pool;
if(!CreateControl(parent,winid,pos,size,style,wxDefaultValidator,name))
return false;
SetNSView([[NSBox alloc] initWithFrame: MakeDefaultNSRect(size)]);
if(!CreateControl(parent,winid,pos,size,style,wxDefaultValidator,name))
return false;
SetNSView([[NSBox alloc] initWithFrame: MakeDefaultNSRect(size)]);
void wxWindowCocoa::DoMoveWindow(int x, int y, int width, int height)
{
void wxWindowCocoa::DoMoveWindow(int x, int y, int width, int height)
{
+ wxAutoNSAutoreleasePool pool;
// wxLogDebug("wxWindow=%p::DoMoveWindow(%d,%d,%d,%d)",this,x,y,width,height);
NSView *nsview = GetNSViewForSuperview();
// wxLogDebug("wxWindow=%p::DoMoveWindow(%d,%d,%d,%d)",this,x,y,width,height);
NSView *nsview = GetNSViewForSuperview();