/[eliot]/eliot/wxwin/confsearch.h
ViewVC logotype

Diff of /eliot/wxwin/confsearch.h

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

revision 1.3.2.1 by afrab, Sun Oct 23 17:10:46 2005 UTC revision 1.3.2.2 by ipkiss, Sun Oct 23 20:58:20 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  #ifndef _CONFSEARCH_H  #ifndef _CONFSEARCH_H
21  #define _CONFSEARCH_H  #define _CONFSEARCH_H
22    
# Line 31  class ConfSearchDlg : public wxDialog Line 29  class ConfSearchDlg : public wxDialog
29  {  {
30  private:  private:
31    ConfigDB config;    ConfigDB config;
32      
33    wxButton *bok;    wxButton *bok;
34    wxButton *bcancel;    wxButton *bcancel;
35      
36    wxCheckBox *joker_searching;    wxCheckBox *joker_searching;
37    wxCheckBox *rack_checking;    wxCheckBox *rack_checking;
38    
39    void readconf();    void readconf();
40    void writeconf();    void writeconf();
41      
42  public:  public:
43    
44    ConfSearchDlg(wxWindow* parent);    ConfSearchDlg(wxWindow* parent);
45    void OnButtonOk    (wxCommandEvent& event);    void OnButtonOk    (wxCommandEvent& event);
46    void OnButtonCancel(wxCommandEvent& event);    void OnButtonCancel(wxCommandEvent& event);
47    void OnCloseWindow (wxCloseEvent& event);    void OnCloseWindow (wxCloseEvent& event);
48      
49    DECLARE_EVENT_TABLE()    DECLARE_EVENT_TABLE()
50  };  };
51  #endif  #endif

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

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