[[GetNSTextField() superview] setNeedsDisplayInRect:newFrameRect];
}
+wxString wxStaticText::GetLabel() const
+{
+ wxAutoNSAutoreleasePool pool;
+ return wxStringWithNSString([GetNSTextField() stringValue]);
+}
+
void wxStaticText::Cocoa_didChangeText(void)
{
}