projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Set initial window size as its minimal size.
[wxWidgets.git]
/
include
/
wx
/
palmos
/
combobox.h
diff --git
a/include/wx/palmos/combobox.h
b/include/wx/palmos/combobox.h
index 8b98c3f3a81f6e301952949931b1b4b9efc77fe6..1de11c19ee409ce50eb2f92dd2f15c2ac8e859db 100644
(file)
--- a/
include/wx/palmos/combobox.h
+++ b/
include/wx/palmos/combobox.h
@@
-12,10
+12,6
@@
#ifndef _WX_COMBOBOX_H_
#define _WX_COMBOBOX_H_
#ifndef _WX_COMBOBOX_H_
#define _WX_COMBOBOX_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "combobox.h"
-#endif
-
#include "wx/choice.h"
#if wxUSE_COMBOBOX
#include "wx/choice.h"
#if wxUSE_COMBOBOX
@@
-24,7
+20,7
@@
// Combobox control
// ----------------------------------------------------------------------------
// Combobox control
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxComboBox: public wxChoice
+class WXDLL
IMPEXP_CORE
wxComboBox: public wxChoice
{
public:
wxComboBox() { }
{
public:
wxComboBox() { }