Searched refs:block_selection (Results 1 – 7 of 7) sorted by relevance
174 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() localVariable429 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()
55 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;
423 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()
243 gint block_selection; member
4650 engine->block_selection = 0;
359 utilities/manual/block_selection.png \
561 fn block_selection() { in block_selection() function