Home
last modified time | relevance | path

Searched refs:combo_type (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/xfburn/xfburn-0.6.2/xfburn/
H A Dxfburn-blank-dialog.c49 GtkWidget *combo_type; member
188 priv->combo_type = gtk_combo_box_new_with_model (GTK_TREE_MODEL (store)); in xfburn_blank_dialog_init()
191 gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (priv->combo_type), cell, TRUE); in xfburn_blank_dialog_init()
192 …gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (priv->combo_type), cell, "text", BLANK_COMBO_NAME… in xfburn_blank_dialog_init()
193 gtk_widget_show (priv->combo_type); in xfburn_blank_dialog_init()
195 frame = xfce_gtk_frame_box_new_with_content (_("Blank mode"), priv->combo_type); in xfburn_blank_dialog_init()
233 GtkTreeModel *model = gtk_combo_box_get_model (GTK_COMBO_BOX (priv->combo_type)); in fill_combo_mode()
248 gtk_combo_box_set_active (GTK_COMBO_BOX (priv->combo_type), 0); in fill_combo_mode()
459 model = gtk_combo_box_get_model (GTK_COMBO_BOX (priv->combo_type)); in get_selected_mode()
460 ret = gtk_combo_box_get_active_iter (GTK_COMBO_BOX (priv->combo_type), &iter); in get_selected_mode()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayable.cc23 string combo_type::abbr() const in abbr()
57 vector<combo_type> playable_combos() in playable_combos()
59 vector<combo_type> combos; in playable_combos()
63 combos.push_back(combo_type{sp, job}); in playable_combos()
89 [](combo_type c) { return c.abbr(); }); in playable_combo_names()
H A Dplayable.h13 struct combo_type struct
23 vector<combo_type> playable_combos(); argument
H A Dinitfile.cc4483 << combo_type{species_type(g.species), job_type(g.job)}.abbr() in _bones_ls()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dsector.h69 SWBOOL ComboSwitchTest(short combo_type,short match);
H A Dsector.cpp1631 SWBOOL ComboSwitchTest(short combo_type, short match) in ComboSwitchTest() argument
1641 if (sp->lotag == combo_type && sp->hitag == match) in ComboSwitchTest()
/dports/games/jfsw/jfsw-c434002/src/
H A Dsector.h69 BOOL ComboSwitchTest(short combo_type,short match);
H A Dsector.c1738 BOOL ComboSwitchTest(short combo_type, short match) in ComboSwitchTest() argument
1748 if (sp->lotag == combo_type && sp->hitag == match) in ComboSwitchTest()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_tags.pm1522 my $combo_type= $self->{combo_type}= Gtk2::ComboBox->new_text;
1526 $combo_type->set_tooltip_text(_"Picture type");
1527 $combo_type->append_text($_) for @$EntryMulti::PICTYPE;
1531 $combo_type->signal_connect(changed=>\&type_change_cb);
1535 …my $hbox= ::Hpack( '_',['_',::new_scrolledwindow($treeview),$button_new], [$combo_type,$entry_desc…
1536 $self->{editbox}= $combo_type->parent;
1597 $self->{combo_type}->set_active(0);
1607 $self->{combo_type}->set_active($typeid);
/dports/audio/glurp/glurp-0.12.3/src/
H A Dgui.c877 GtkComboBox* combo_type; in populate_gui_add_search_tree() local
897 combo_type = GTK_COMBO_BOX(gtk_builder_get_object(builder, "combo_add_find_type")); in populate_gui_add_search_tree()
907 …add_search_result_dir( gtk_entry_get_text(find_entry), gtk_combo_box_get_active(combo_type), path); in populate_gui_add_search_tree()
/dports/deskutils/gnome-contacts/gnome-contacts-41.0/src/
H A Dcontacts-editor-property.vala249 TypeSet combo_type,
254 TypeCombo combo = new TypeCombo (combo_type);
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dinterface.c1119 GtkWidget *combo_type; in create_window_contact_add() local
1180 combo_type = gtk_combo_new (); in create_window_contact_add()
1181 g_object_set_data (G_OBJECT (GTK_COMBO (combo_type)->popwin), in create_window_contact_add()
1182 "GladeParentKey", combo_type); in create_window_contact_add()
1183 gtk_widget_show (combo_type); in create_window_contact_add()
1184 gtk_box_pack_start (GTK_BOX (hbox2), combo_type, FALSE, FALSE, 0); in create_window_contact_add()
1189 gtk_combo_set_popdown_strings (GTK_COMBO (combo_type), combo_type_items); in create_window_contact_add()
1192 combo_entry_type = GTK_COMBO (combo_type)->entry; in create_window_contact_add()
1304 GLADE_HOOKUP_OBJECT (window_contact_add, combo_type, "combo_type"); in create_window_contact_add()
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssdialogs-interface.c5303 GtkWidget *combo_type; in create_list_style_dialog() local
5382 combo_type = gtk_combo_new (); in create_list_style_dialog()
5383 g_object_set_data (G_OBJECT (GTK_COMBO (combo_type)->popwin), in create_list_style_dialog()
5384 "GladeParentKey", combo_type); in create_list_style_dialog()
5385 gtk_widget_show (combo_type); in create_list_style_dialog()
5386 gtk_box_pack_start (GTK_BOX (hbox_type), combo_type, FALSE, FALSE, 0); in create_list_style_dialog()
5429 gtk_combo_set_popdown_strings (GTK_COMBO (combo_type), in create_list_style_dialog()
5433 combo_entry_type = GTK_COMBO (combo_type)->entry; in create_list_style_dialog()
5517 GLADE_HOOKUP_OBJECT (list_style_dialog, combo_type, "combo_type"); in create_list_style_dialog()