From 1a44c9258a2506e006caa02ddcae85ac832050af Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 1 Mar 2003 10:00:29 +0000 Subject: [PATCH] Added wxComboBox::SetString patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/combobox.h | 1 + include/wx/gtk1/combobox.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/wx/gtk/combobox.h b/include/wx/gtk/combobox.h index 6fc045a704..63304d121f 100644 --- a/include/wx/gtk/combobox.h +++ b/include/wx/gtk/combobox.h @@ -90,6 +90,7 @@ public: int Number() const; void SetSelection( int n ); void SetStringSelection( const wxString &string ); + void SetString(int n, const wxString &text); wxString GetValue() const; void SetValue(const wxString& value); diff --git a/include/wx/gtk1/combobox.h b/include/wx/gtk1/combobox.h index 6fc045a704..63304d121f 100644 --- a/include/wx/gtk1/combobox.h +++ b/include/wx/gtk1/combobox.h @@ -90,6 +90,7 @@ public: int Number() const; void SetSelection( int n ); void SetStringSelection( const wxString &string ); + void SetString(int n, const wxString &text); wxString GetValue() const; void SetValue(const wxString& value); -- 2.45.2