diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-25 03:22:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-25 03:22:16 +0100 |
| commit | 3d4faebe28da789a9083e6a2cc0b345df6c17306 (patch) | |
| tree | 0cb0cd06c838a541ae0261a3efa6caa9e4f2b919 /src/wx/wx_util.h | |
| parent | 26b9ae1e7700b545df4b5445a7efba412c2cbb68 (diff) | |
Some vague sort of progress.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h new file mode 100644 index 000000000..8a84b1323 --- /dev/null +++ b/src/wx/wx_util.h @@ -0,0 +1,28 @@ +/* + Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + +#include <list> +#include <wx/wx.h> + +/** @file src/wx/wx_util.h + * @brief Some utility functions. + */ + +extern void error_dialog (std::string); +extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, std::list<wxControl*>&, std::string); |
