Home
last modified time | relevance | path

Searched refs:type_combobox (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/elementary-calendar/calendar-6.0.3/src/SourceDialog/
H A DSourceDialog.vala32 private Gtk.ComboBox type_combobox;
78 type_combobox.hexpand = true;
79 type_combobox.pack_start (renderer, true);
82 type_combobox.changed.connect (() => {
104 type_combobox.no_show_all = true;
108 type_combobox.set_active (0);
236 main_grid.attach (type_combobox, 1, 0);
257 type_combobox.sensitive = true;
266 type_combobox.sensitive = false;
267 type_combobox.set_active (0);
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/app/views/
H A Dpopup.media.php53 $type_combobox = new CComboBox('mediatypeid', $options['mediatypeid']); variable
55 $type_combobox->addItem($mediatypeid, $value['description'], null, true,
62 ->addRow(_('Type'), $type_combobox)
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/app/views/
H A Dpopup.media.php53 $type_combobox = new CComboBox('mediatypeid', $options['mediatypeid']); variable
55 $type_combobox->addItem($mediatypeid, $value['description'], null, true,
62 ->addRow(_('Type'), $type_combobox)
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/app/views/
H A Dpopup.media.php53 $type_combobox = new CComboBox('mediatypeid', $options['mediatypeid']); variable
55 $type_combobox->addItem($mediatypeid, $value['description'], null, true,
62 ->addRow(_('Type'), $type_combobox)
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/app/views/
H A Dpopup.media.php53 $type_combobox = new CComboBox('mediatypeid', $options['mediatypeid']); variable
55 $type_combobox->addItem($mediatypeid, $value['description'], null, true,
62 ->addRow(_('Type'), $type_combobox)
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/app/views/
H A Dpopup.media.php53 $type_combobox = new CComboBox('mediatypeid', $options['mediatypeid']); variable
55 $type_combobox->addItem($mediatypeid, $value['description'], null, true,
62 ->addRow(_('Type'), $type_combobox)
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-price-editor.c71 GtkWidget * type_combobox; member
190 gtk_combo_box_set_active (GTK_COMBO_BOX(pedit_dialog->type_combobox), in price_to_gui()
281 (gtk_combo_box_get_active (GTK_COMBO_BOX (pedit_dialog->type_combobox))); in gui_to_price()
528 pedit_dialog->type_combobox = w; in gnc_price_pedit_dialog_create()