Home
last modified time | relevance | path

Searched refs:with_model (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_gui/src/
H A Dinitialize_gui.rs86 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
162 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
191 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
220 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
249 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
294 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
378 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
423 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
484 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
550 let mut tree_view: gtk::TreeView = TreeView::with_model(&list_store); in initialize_gui()
[all …]
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dcombobox.vala29 Gtk.ComboBox combobox = new Gtk.ComboBox.with_model (liststore);
H A Dcombobox_multicolumn.vala27 Gtk.ComboBox combobox = new Gtk.ComboBox.with_model (liststore);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dhildon-fm-2.vapi49 public FileDetailsDialog.with_model (Gtk.Window parent, Hildon.FileSystemModel model);
97 public FileSelection.with_model (Hildon.FileSystemModel model);
/dports/math/pantheon-calculator/calculator-1.7.2/src/
H A DHistoryDialog.vala61 view = new Gtk.TreeView.with_model (list_store) {
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dsymbols_view.vala63 _combo_box = new ComboBox.with_model (categories_model);
H A Dfile_browser.vala93 _combo_box = new ComboBox.with_model (_parent_dir_store);
136 _list_view = new TreeView.with_model (_list_store);
H A Dbuild_tool_dialog.vala181 _icons_combobox = new ComboBox.with_model (_icons_store);
201 _jobs_view = new TreeView.with_model (_jobs_store);
H A Dproject_dialogs.vala199 TreeView treeview = new TreeView.with_model (store);
H A Dbuild_tools_preferences.vala165 TreeView view = new TreeView.with_model (store);
/dports/games/gnome-robots/gnome-robots-40.0/src/
H A Dcontrols.vala43 view = new TreeView.with_model (store);
/dports/graphics/elementary-photos/photos-2.7.1/src/Widgets/
H A DCustomPrintTab.vala70 image_per_page_combo = new Gtk.ComboBox.with_model (image_per_page_combo_store);
85 standard_sizes_combo = new Gtk.ComboBox.with_model (standard_sizes_combo_store);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/nnnoiseless-0.3.2/src/
H A Ddenoise.rs83 pub fn with_model(model: &'model RnnModel) -> Box<DenoiseState<'model>> { in with_model() method
H A Dnnnoiseless.rs334 let mut states = vec![DenoiseState::with_model(&model); channels]; in main()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/findinfiles/
H A Dresult-panel.vala201 list = new TreeView.with_model (results_model);
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dextended-interface.vala86 this.combobox = new Gtk.ComboBox.with_model (this.list_store);
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/SourceDialog/
H A DSourceDialog.vala77 type_combobox = new Gtk.ComboBox.with_model (list_store);
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/gui/
H A DiconSelectWindow.vala231 this.icon_view = new Gtk.IconView.with_model(this.icon_list_filtered);
/dports/x11/plank/plank-0.11.89/lib/Widgets/
H A DPreferencesWindow.vala409 var sorted_docklets = new Gtk.TreeModelSort.with_model (model_docklets);
/dports/databases/sequeler/sequeler-0.8.2/src/Layouts/
H A DDataBaseSchema.vala70 schema_list_combo = new Gtk.ComboBox.with_model (schema_list);
/dports/graphics/pdfpc/pdfpc-4.5.0/src/classes/window/
H A Doverview.vala118 this.slides_view = new Gtk.IconView.with_model(this.slides);
/dports/audio/gmpc/gmpc-11.8.16/src/vala/
H A Dgmpc-easy-command.vala431 tree.model = new Gtk.TreeModelSort.with_model(ec.store);
/dports/graphics/elementary-photos/photos-2.7.1/src/publishing/
H A DPublishingUI.vala225 service_selector_box = new Gtk.ComboBox.with_model (service_selector_box_model);
/dports/graphics/shotwell/shotwell-0.30.14/src/publishing/
H A DPublishingUI.vala209 service_selector_box = new Gtk.ComboBox.with_model(service_selector_box_model);
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession-default-apps/
H A Dcombobox.vala219 var return_treeview = new Gtk.TreeView.with_model(list_store);

123