summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-02 18:22:01 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-02 18:22:01 +0000
commit53eb16342d492236aca77e4b73c0911a5d5eec9f (patch)
treeff0acccf003299600a42d7c803673b6e07e164dc /src/wx/wx_util.h
parent324278cc8459e4d7d907b03e0748cf1b33f294f4 (diff)
Add explanation of the effect of changing frame rate.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 6cde08a90..bff3d7982 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -18,11 +18,13 @@
*/
#include <wx/wx.h>
+#include <wx/gbsizer.h>
#include <boost/function.hpp>
#include <boost/thread.hpp>
class wxFilePickerCtrl;
class wxSpinCtrl;
+class wxGridBagSizer;
/** @file src/wx/wx_util.h
* @brief Some utility functions and classes.
@@ -30,6 +32,7 @@ class wxSpinCtrl;
extern void error_dialog (wxWindow *, wxString);
extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, wxString, int prop = 0);
+extern wxStaticText* add_label_to_grid_bag_sizer (wxGridBagSizer *, wxWindow *, wxString, wxGBPosition, wxGBSpan span = wxDefaultSpan);
extern std::string wx_to_std (wxString);
extern wxString std_to_wx (std::string);