-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGotoDialog.h
46 lines (34 loc) · 1.14 KB
/
GotoDialog.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// -*- C++ -*- generated by wxGlade 0.4.1 on Sun May 28 10:49:42 2006
#include <wx/wx.h>
#include <wx/image.h>
#ifndef GOTODIALOG_H
#define GOTODIALOG_H
// begin wxGlade: ::dependencies
// end wxGlade
class GotoDialog: public wxDialog {
public:
// begin wxGlade: GotoDialog::ids
// end wxGlade
GotoDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);
private:
// begin wxGlade: GotoDialog::methods
void set_properties();
void do_layout();
// end wxGlade
protected:
// begin wxGlade: GotoDialog::attributes
wxStaticText* label_1;
wxTextCtrl* txtAddress;
wxStaticText* label_2;
wxButton* btnGetCursor;
wxCheckBox* chkExtendSel;
wxRadioBox* rbOrigin;
wxButton* btnGo;
// end wxGlade
DECLARE_EVENT_TABLE();
public:
void OnAddressChange(wxCommandEvent &event); // wxGlade: <event_handler>
void OnGetCursor(wxCommandEvent &event); // wxGlade: <event_handler>
void OnGo(wxCommandEvent &event); // wxGlade: <event_handler>
}; // wxGlade: end class
#endif // GOTODIALOG_H