// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "choice.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControl)
+/*
+ TODO PROPERTIES
+ selection (long)
+ content (list)
+ item
+*/
+
// ============================================================================
// implementation
// ============================================================================
{
wxLogLastError(wxT("SendMessage(CB_GETLBTEXT)"));
}
-
- str.UngetWriteBuf();
}
return str;