diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-22 21:04:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-22 21:04:56 +0100 |
| commit | 2571104b6a208fa00b2c98d50f97849c3e7fa6c9 (patch) | |
| tree | 0e2db3a2bef44ce98066fd966c9a32be7af163f6 /src/wx/text_panel.h | |
| parent | ea9715cdfee4349ae9680b890032b0f9c61d5620 (diff) | |
Store a name with text content.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index 3d3483a46..c1bf68779 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -43,6 +43,7 @@ private: void x_scale_changed (); void y_scale_changed (); void line_spacing_changed (); + void name_changed (); void language_changed (); void stream_changed (); void text_view_clicked (); @@ -63,6 +64,7 @@ private: wxSpinCtrl* _x_scale; wxSpinCtrl* _y_scale; wxSpinCtrl* _line_spacing; + wxTextCtrl* _name; wxTextCtrl* _language; wxChoice* _stream; wxButton* _text_view_button; |
