-public:
- GtkStr(const wxString& s)
- : wxGtkString(wx_const_cast(char *, wxGTK_CONV_SYS(s).release()))
- {
- }
-};
-
-// ----------------------------------------------------------------------------
-// GtkArray: temporary array of GTK strings
-// ----------------------------------------------------------------------------