]> git.saurik.com Git - wxWidgets.git/commitdiff
Since wxREADONLY has disappeared, I had to change to wxTE_READONLY
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Aug 1998 22:22:25 +0000 (22:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Aug 1998 22:22:25 +0000 (22:22 +0000)
in order to compile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp

index 5f73627ccff8663ecd3dc0576f5291629b3faeb8..d1a19473eb7b31f0b477dbfeae5127f0e92cac7c 100644 (file)
@@ -60,7 +60,7 @@ bool wxTextCtrl::Create( wxWindow *parent, wxWindowID id, const wxString &value,
   PreCreation( parent, id, pos, size, style, name );
 
   bool bMultiLine = (style & wxTE_MULTILINE) != 0;
-  if ( bMultiLine ) 
+  if ( bMultiLine )
   {
     // a multi-line edit control: create a vertical scrollbar by default and
     // horizontal if requested
@@ -123,7 +123,7 @@ bool wxTextCtrl::Create( wxWindow *parent, wxWindowID id, const wxString &value,
     gtk_editable_insert_text( GTK_EDITABLE(m_text), value, value.Length(), &tmp );
   };
 
-  if (style & wxREADONLY)
+  if (style & wxTE_READONLY)
   {
   }
   else
@@ -394,4 +394,4 @@ GtkWidget* wxTextCtrl::GetConnectWidget(void)
 
 
 
-  
+
index 5f73627ccff8663ecd3dc0576f5291629b3faeb8..d1a19473eb7b31f0b477dbfeae5127f0e92cac7c 100644 (file)
@@ -60,7 +60,7 @@ bool wxTextCtrl::Create( wxWindow *parent, wxWindowID id, const wxString &value,
   PreCreation( parent, id, pos, size, style, name );
 
   bool bMultiLine = (style & wxTE_MULTILINE) != 0;
-  if ( bMultiLine ) 
+  if ( bMultiLine )
   {
     // a multi-line edit control: create a vertical scrollbar by default and
     // horizontal if requested
@@ -123,7 +123,7 @@ bool wxTextCtrl::Create( wxWindow *parent, wxWindowID id, const wxString &value,
     gtk_editable_insert_text( GTK_EDITABLE(m_text), value, value.Length(), &tmp );
   };
 
-  if (style & wxREADONLY)
+  if (style & wxTE_READONLY)
   {
   }
   else
@@ -394,4 +394,4 @@ GtkWidget* wxTextCtrl::GetConnectWidget(void)
 
 
 
-  
+