Home
last modified time | relevance | path

Searched refs:set_active_text (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dsession_archive_dialog.cc44 format_selector.set_active_text (ARDOUR::session_archive_suffix); in SessionArchiveDialog()
49 encode_selector.set_active_text (_("FLAC 16bit")); // TODO remember in SessionArchiveDialog()
54 compression_selector.set_active_text (_("Good")); // TODO remember in SessionArchiveDialog()
193 encode_selector.set_active_text (_("FLAC 16bit")); in set_encode_option()
196 encode_selector.set_active_text (_("FLAC 24bit")); in set_encode_option()
199 encode_selector.set_active_text (_("None")); in set_encode_option()
221 encode_selector.set_active_text (_("Fast")); in set_compression_level()
224 encode_selector.set_active_text (_("None")); in set_compression_level()
227 encode_selector.set_active_text (_("Good")); in set_compression_level()
H A Dtempo_dialog.cc126 pulse_selector.set_active_text (x->first); in init()
132 pulse_selector.set_active_text (strings[3]); // "quarter" in init()
145 tempo_type.set_active_text (tt->first); in init()
150 tempo_type.set_active_text (strings[1]); // "constant" in init()
163 lock_style.set_active_text (ls->first); in init()
168 lock_style.set_active_text (strings[0]); // "music" in init()
543 note_type.set_active_text (x->first); in init()
549 note_type.set_active_text (strings[3]); // "quarter" in init()
562 lock_style.set_active_text (ls->first); in init()
567 lock_style.set_active_text (strings[0]); // "music" in init()
H A Dengine_dialog.cc573 device_combo.set_active_text (""); in build_full_control_notebook()
580 input_device_combo.set_active_text (""); in build_full_control_notebook()
581 output_device_combo.set_active_text (""); in build_full_control_notebook()
1207 driver_combo.set_active_text (current_driver); in set_driver_popdown_strings()
1286 device_combo.set_active_text(default_device); in set_device_popdown_strings()
1471 sample_rate_combo.set_active_text (desired); in set_samplerate_popdown_strings()
1541 buffer_size_combo.set_active_text(s.front()); in set_buffersize_popdown_strings()
1669 output_device_combo.set_active_text (dev_none); in input_device_changed()
1693 input_device_combo.set_active_text (dev_none); in output_device_changed()
2271 backend_combo.set_active_text (state->backend); in set_current_state()
[all …]
H A Dquantize_dialog.cc93 start_grid_combo.set_active_text (grid_strings.front()); in QuantizeDialog()
95 end_grid_combo.set_active_text (grid_strings.front()); in QuantizeDialog()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Diccprofilecreator.cc256 primaries->set_active_text(M("ICCPROFCREATOR_CUSTOM")); in ICCProfileCreator()
268 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_SRGB")); in ICCProfileCreator()
272 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_BEST")); in ICCProfileCreator()
274 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_BETA")); in ICCProfileCreator()
282 trcPresets->set_active_text(gammaPreset); in ICCProfileCreator()
301 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_41")); in ICCProfileCreator()
303 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_50")); in ICCProfileCreator()
305 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_55")); in ICCProfileCreator()
307 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_60")); in ICCProfileCreator()
309 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_65")); in ICCProfileCreator()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Diccprofilecreator.cc251 primaries->set_active_text(M("ICCPROFCREATOR_CUSTOM")); in ICCProfileCreator()
263 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_SRGB")); in ICCProfileCreator()
267 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_BEST")); in ICCProfileCreator()
269 primaries->set_active_text(M("ICCPROFCREATOR_PRIM_BETA")); in ICCProfileCreator()
277 trcPresets->set_active_text(gammaPreset); in ICCProfileCreator()
296 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_41")); in ICCProfileCreator()
298 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_50")); in ICCProfileCreator()
300 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_55")); in ICCProfileCreator()
302 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_60")); in ICCProfileCreator()
304 cIlluminant->set_active_text(M("ICCPROFCREATOR_ILL_65")); in ICCProfileCreator()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dgui.cc388 clock_combo.set_active_text (_("Off")); in update_prefs_combos()
391 clock_combo.set_active_text (_("Timecode")); in update_prefs_combos()
394 clock_combo.set_active_text (_("BBT")); in update_prefs_combos()
397 clock_combo.set_active_text (_("Timecode + BBT")); in update_prefs_combos()
403 scribble_combo.set_active_text (_("Off")); in update_prefs_combos()
406 scribble_combo.set_active_text (_("Meter")); in update_prefs_combos()
409 scribble_combo.set_active_text (_("Pan")); in update_prefs_combos()
412 scribble_combo.set_active_text (_("Meter + Pan")); in update_prefs_combos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/misc/
H A Ddocfnote.cxx158 m_xFootnoteCharTextTemplBox->set_active_text(pCharFormat->GetName()); in Reset()
162 m_xFootnoteCharAnchorTemplBox->set_active_text( pCharFormat->GetName() ); in Reset()
183 m_xParaTemplBox->set_active_text(sStr); // Default in Reset()
193 m_xParaTemplBox->set_active_text(pColl->GetName()); in Reset()
210 m_xPageTemplBox->set_active_text(pInf->GetPageDesc(*pSh->GetDoc())->GetName()); in Reset()
237 m_xNumCountBox->set_active_text(sSelect); in SelectNumbering()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/misc/
H A Ddocfnote.cxx157 m_xFootnoteCharTextTemplBox->set_active_text(pCharFormat->GetName()); in Reset()
161 m_xFootnoteCharAnchorTemplBox->set_active_text( pCharFormat->GetName() ); in Reset()
183 m_xParaTemplBox->set_active_text(sStr); // Default in Reset()
193 m_xParaTemplBox->set_active_text(pColl->GetName()); in Reset()
209 m_xPageTemplBox->set_active_text(pInf->GetPageDesc(*pSh->GetDoc())->GetName()); in Reset()
236 m_xNumCountBox->set_active_text(sSelect); in SelectNumbering()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A DIDEComboBox.cxx188 m_xWidget->set_active_text(maCurrentText); in Update()
277 m_xWidget->set_active_text(maCurrentText); in HandleKeyInput()
310 m_xWidget->set_active_text(maCurrentText); // (Select after Escape) in Select()
480 m_xWidget->set_active_text(msCurrentText); // Select after Escape in Select()
498 m_xWidget->set_active_text(msCurrentText); in HandleKeyInput()
515 m_xWidget->set_active_text(msCurrentText); in Update()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dmgetempl.cxx288 pBox->set_active_text(rNew); in UpdateName_Impl()
490 m_xFollowLb->set_active_text( aName ); in Reset()
494 m_xFollowLb->set_active_text( aFollow ); in Reset()
506 m_xBaseLb->set_active_text( SfxResId(STR_NONE) ); in Reset()
510 m_xBaseLb->set_active_text( aParent ); in Reset()
528 m_xFilterLb->set_active_text(m_xFilterLb->get_saved_value()); in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dmgetempl.cxx285 pBox->set_active_text(rNew); in UpdateName_Impl()
487 m_xFollowLb->set_active_text( aName ); in Reset()
491 m_xFollowLb->set_active_text( aFollow ); in Reset()
503 m_xBaseLb->set_active_text( SfxResId(STR_NONE) ); in Reset()
507 m_xBaseLb->set_active_text( aParent ); in Reset()
525 m_xFilterLb->set_active_text(m_xFilterLb->get_saved_value()); in Reset()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dunit-menu.cpp39 set_active_text(unit_table.primary(unit_type)); in setUnitType()
71 set_active_text(unit); in setUnit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A DFieldDescControl.cxx209 m_xBoolDefault->set_active_text(rText); in SetControlText()
224 m_xRequired->set_active_text(rText); in SetControlText()
234 m_xNumType->set_active_text(rText); in SetControlText()
241 m_xAutoIncrement->set_active_text(rText); in SetControlText()
267 m_xType->set_active_text(rText); in SetControlText()
336 m_xBoolDefault->set_active_text(sDef); in IMPL_LINK()
341 m_xBoolDefault->set_active_text(sDef); in IMPL_LINK()
917 m_xBoolDefault->set_active_text(sDef); in DisplayData()
924 m_xBoolDefault->set_active_text(sDef); in DisplayData()
927 m_xBoolDefault->set_active_text(sDef); in DisplayData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DFieldDescControl.cxx253 m_xBoolDefault->set_active_text(rText); in SetControlText()
268 m_xRequired->set_active_text(rText); in SetControlText()
278 m_xNumType->set_active_text(rText); in SetControlText()
285 m_xAutoIncrement->set_active_text(rText); in SetControlText()
311 m_xType->set_active_text(rText); in SetControlText()
380 m_xBoolDefault->set_active_text(sDef); in IMPL_LINK()
385 m_xBoolDefault->set_active_text(sDef); in IMPL_LINK()
971 m_xBoolDefault->set_active_text(sDef); in DisplayData()
978 m_xBoolDefault->set_active_text(sDef); in DisplayData()
981 m_xBoolDefault->set_active_text(sDef); in DisplayData()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_ffmpegparam.cpp134 vcodec->set_active_text(CUSTOM_VCODEC_DESCRIPTION); in init()
141 vcodec->set_active_text(allowed_video_codecs_description[i]); in init()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_ffmpegparam.cpp134 vcodec->set_active_text(CUSTOM_VCODEC_DESCRIPTION); in init()
141 vcodec->set_active_text(allowed_video_codecs_description[i]); in init()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_ffmpegparam.cpp134 vcodec->set_active_text(CUSTOM_VCODEC_DESCRIPTION); in init()
141 vcodec->set_active_text(allowed_video_codecs_description[i]); in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dctrlbox.hxx385 void set_active_text(const OUString& rText) { m_xComboBox->set_active_text(rText); } in set_active_text() function in SvtFontStyleBox
476 void set_active_text(const OUString& rText) { m_xComboBox->set_active_text(rText); } in set_active_text() function in SvtFontSizeBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Ddlgctrl.hxx249 void set_active_text(const OUString& rStr) { m_xControl->set_active_text(rStr); } in set_active_text() function in SvxLineLB
279 void set_active_text(const OUString& rStr) { m_xControl->set_active_text(rStr); } in set_active_text() function in SvxLineEndLB
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DFieldControls.hxx102 void set_active_text(const OUString &rText) { m_xComboBox->set_active_text(rText); } in set_active_text() function in dbaui::OPropListBoxCtrl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DFieldControls.hxx104 void set_active_text(const OUString &rText) { m_xComboBox->set_active_text(rText); } in set_active_text() function in dbaui::OPropListBoxCtrl
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Ddlgctrl.hxx237 void set_active_text(const OUString& rStr) { m_xControl->set_active_text(rStr); } in set_active_text() function in SvxLineLB
265 void set_active_text(const OUString& rStr) { m_xControl->set_active_text(rStr); } in set_active_text() function in SvxLineEndLB
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dfillctrl.cxx289 mpLbFillAttr->set_active_text(aString); in StateChanged()
313 mpLbFillAttr->set_active_text(aString); in StateChanged()
337 mpLbFillAttr->set_active_text(aString); in StateChanged()
393 mpLbFillAttr->set_active_text(aString); in Update()
456 mpLbFillAttr->set_active_text( aString ); in Update()
519 mpLbFillAttr->set_active_text(aString); in Update()
557 mpLbFillAttr->set_active_text(aString); in Update()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/envelp/
H A Dlabel1.cxx382 m_xTypeBox->set_active_text(aItem.m_aLstType); in IMPL_LINK_NOARG()
437 m_xDatabaseLB->set_active_text(sDBName); in InitDatabaseBox()
440 m_xTableLB->set_active_text(sTableName); in InitDatabaseBox()
523 m_xMakeBox->set_active_text(aItem.m_aMake); in Reset()
533 m_xTypeBox->set_active_text(aItem.m_aType); in Reset()
538 m_xDatabaseLB->set_active_text(sDBName); in Reset()

1234567891011