/[eliot]/eliot/wxwin/searchpanel.cc
ViewVC logotype

Diff of /eliot/wxwin/searchpanel.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.1 by afrab, Sun Oct 23 17:10:47 2005 UTC revision 1.10.2.2 by ipkiss, Sun Oct 23 20:58:21 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
 /* $Id$ */  
   
20  #include <string.h>  #include <string.h>
21  #include "wx/wx.h"  #include "wx/wx.h"
22    
# Line 285  PRegExp::panel_options() Line 283  PRegExp::panel_options()
283    otmin = new wxStaticText(this,wxID_ANY,wxT("Longueur min."));    otmin = new wxStaticText(this,wxID_ANY,wxT("Longueur min."));
284    omin  = new wxTextCtrl(this,ID_OPTION1,wxT( "1"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);    omin  = new wxTextCtrl(this,ID_OPTION1,wxT( "1"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);
285    otmax = new wxStaticText(this,wxID_ANY,wxT("max."));    otmax = new wxStaticText(this,wxID_ANY,wxT("max."));
286    omax  = new wxTextCtrl(this,ID_OPTION2,wxT("15"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);    omax  = new wxTextCtrl(this,ID_OPTION2,wxT("15"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);
287    
288    wxBoxSizer *s = new wxBoxSizer( wxHORIZONTAL );    wxBoxSizer *s = new wxBoxSizer( wxHORIZONTAL );
289    s->Add(otmin, 0, wxALIGN_CENTRE_VERTICAL | wxLEFT | wxRIGHT, 4);    s->Add(otmin, 0, wxALIGN_CENTRE_VERTICAL | wxLEFT | wxRIGHT, 4);
# Line 296  PRegExp::panel_options() Line 294  PRegExp::panel_options()
294  }  }
295    
296    
297  #define DIC_RE_MAX (3*DIC_WORD_MAX) // yes, it's 3  #define DIC_RE_MAX (3*DIC_WORD_MAX) // yes, it's 3
298    
299  void  void
300  PRegExp::compute_enter(wxCommandEvent&)  PRegExp::compute_enter(wxCommandEvent&)

Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26