projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweaked python image output slightly
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
combobox.h
diff --git
a/include/wx/gtk1/combobox.h
b/include/wx/gtk1/combobox.h
index f48a786405c4e3b4c3c28507386270c04f05ae47..b0e0bea5e4b258b132d1a18151a833d51590e419 100644
(file)
--- a/
include/wx/gtk1/combobox.h
+++ b/
include/wx/gtk1/combobox.h
@@
-33,7
+33,7
@@
class wxComboBox;
// global data
//-----------------------------------------------------------------------------
// global data
//-----------------------------------------------------------------------------
-extern const
c
har* wxComboBoxNameStr;
+extern const
wxC
har* wxComboBoxNameStr;
extern const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
extern const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
@@
-86,6
+86,7
@@
public:
int GetSelection() const;
wxString GetString( int n ) const;
wxString GetStringSelection() const;
int GetSelection() const;
wxString GetString( int n ) const;
wxString GetStringSelection() const;
+ int GetCount() const { return Number(); }
int Number() const;
void SetSelection( int n );
void SetStringSelection( const wxString &string );
int Number() const;
void SetSelection( int n );
void SetStringSelection( const wxString &string );
@@
-113,6
+114,7
@@
public:
bool m_alreadySent;
wxList m_clientDataList;
wxList m_clientObjectList;
bool m_alreadySent;
wxList m_clientDataList;
wxList m_clientObjectList;
+ int m_prevSelection;
void DisableEvents();
void EnableEvents();
void DisableEvents();
void EnableEvents();