Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstedlgs_wdr.cpp69 wxString strs12[] = in wxSTEditorStyleSizer() local
83 …2 = new wxChoice( parent, ID_STEDLG_FONT_CHOICE, wxDefaultPosition, wxDefaultSize, 11, strs12, 0 ); in wxSTEditorStyleSizer()
648 wxString strs12[] = in wxSTEditorInsertTextSizer() local
657 …STEDLG_INSERT_APPEND_COMBO, wxT(""), wxDefaultPosition, wxSize(100,-1), 6, strs12, wxCB_DROPDOWN ); in wxSTEditorInsertTextSizer()
1218 wxString strs12[] = in wxSTEditorColumnizeSizer() local
1222 …DLG_COLUMNIZE_IGNORE_COMBO, wxT(""), wxDefaultPosition, wxSize(100,-1), 1, strs12, wxCB_DROPDOWN ); in wxSTEditorColumnizeSizer()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dstyle_dialog.cpp764 wxString strs12[] = in LayoutSettingsPage() local
787 …ce *item12 = new wxChoice( parent, ID_PBB_COLOR, wxDefaultPosition, wxDefaultSize, 20, strs12, 0 ); in LayoutSettingsPage()
1136 wxString strs12[] = in LayoutLabelsPage() local
1141 …ce *item12 = new wxChoice( parent, ID_C_NUC_TYPE, wxDefaultPosition, wxDefaultSize, 2, strs12, 0 ); in LayoutLabelsPage()
H A Dannotate_dialog.cpp551 wxString *strs12 = (wxString*) NULL; in END_SCOPE() local
552 …new wxListBox( parent, ID_L_DISPLAYED, wxDefaultPosition, wxSize(120,-1), 0, strs12, wxLB_SINGLE ); in END_SCOPE()