Home
last modified time | relevance | path

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

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/sandbox/dashboards/
H A Dcommuter.rs174 block_selection: BlockSelection, in build_block_drawable()
180 let base_block_id = match block_selection { in build_block_drawable()
215 match block_selection { in build_block_drawable()
258 match block_selection { in build_block_drawable()
353 let block_selection = if let Some(Some(b)) = ctx in event() localVariable
429 if filter != self.filter || block_selection != self.current_block.0 { in event()
431 let (drawable, per_block_counts) = self.build_block_drawable(block_selection, ctx, app); in event()
433 self.current_block = (block_selection, drawable); in event()
/dports/devel/p5-Parse-Win32Registry/Parse-Win32Registry-1.1/bin/
H A Dgtkregscope.pl55 my $block_selection = $block_view->get_selection;
56 $block_selection->set_mode('browse');
57 $block_selection->signal_connect('changed' => \&block_selection_changed);
296 my ($model, $iter) = $block_selection->get_selected;
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlselection.c423 if (e->selection && e->block_selection == 0 && gtk_widget_get_realized (GTK_WIDGET (e->widget))) { in html_engine_activate_selection()
434 e->block_selection++; in html_engine_block_selection()
440 e->block_selection--; in html_engine_unblock_selection()
H A Dhtmlengine.h243 gint block_selection; member
H A Dhtmlengine.c4650 engine->block_selection = 0;
/dports/editors/texstudio/texstudio-4.1.2/
H A Dtexstudio.pro359 utilities/manual/block_selection.png \
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/
H A Dselection.rs561 fn block_selection() { in block_selection() function