Home
last modified time | relevance | path

Searched refs:wxs_title (Results 1 – 3 of 3) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxlua.cpp193 wxString wxs_title(title, LUA_ENC); in g_opendialog() local
203 wxDirDialog dirdlg(NULL, wxs_title, wxs_initialdir, wxDD_NEW_DIR_BUTTON); in g_opendialog()
210 wxFileDialog opendlg(NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in g_opendialog()
239 wxString wxs_title(title, LUA_ENC); in g_savedialog() local
246 wxFileDialog savedlg(NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in g_savedialog()
H A Dwxpython.cpp528 wxString wxs_title(title, PY_ENC); in py_opendialog() local
538 wxDirDialog dirdlg(NULL, wxs_title, wxs_initialdir, wxDD_NEW_DIR_BUTTON); in py_opendialog()
545 wxFileDialog opendlg(NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in py_opendialog()
569 wxString wxs_title(title, PY_ENC); in py_savedialog() local
576 wxFileDialog savedlg( NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in py_savedialog()
H A Dwxperl.cpp598 wxString wxs_title(title, wxConvLocal); in XS() local
608 wxDirDialog dirdlg(NULL, wxs_title, wxs_initialdir, wxDD_NEW_DIR_BUTTON); in XS()
615 wxFileDialog opendlg(NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in XS()
645 wxString wxs_title(title, wxConvLocal); in XS() local
653 wxFileDialog savedlg( NULL, wxs_title, wxs_initialdir, wxs_initialfname, wxs_filetypes, in XS()