Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.h164 LiVESWidget *spinbuttonw; member
H A Dplugins.h733 LiVESWidget *spinbuttonw; member
H A Dparamwindow.c439 LiVESWidget *spinbuttonh = NULL, *spinbuttonw = NULL; in add_sizes() local
526spinbuttonw = lives_standard_spin_button_new(_("_Width"), def_width, width_step, max_width, width_… in add_sizes()
528 lives_spin_button_set_snap_to_multiples(LIVES_SPIN_BUTTON(spinbuttonw), width_step); in add_sizes()
529 lives_spin_button_update(LIVES_SPIN_BUTTON(spinbuttonw)); in add_sizes()
531 … lives_signal_sync_connect_after(LIVES_GUI_OBJECT(spinbuttonw), LIVES_WIDGET_VALUE_CHANGED_SIGNAL, in add_sizes()
534 gen_width_changed(LIVES_SPIN_BUTTON(spinbuttonw), tmpl); in add_sizes()
563 …add_aspect_ratio_button(LIVES_SPIN_BUTTON(spinbuttonw), LIVES_SPIN_BUTTON(spinbuttonh), LIVES_BOX(… in add_sizes()
H A Dplugins.c468 if (vppw->spinbuttonw) mainw->vpp->fwidth in on_vppa_ok_clicked()
469 = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonw)); in on_vppa_ok_clicked()
620 if (vppw->spinbuttonw) in on_vppa_ok_clicked()
621 …uture_prefs->vpp_fwidth = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonw)); in on_vppa_ok_clicked()
868 vppa->spinbuttonw = lives_standard_spin_button_new(_("_Width"), in on_vpp_advanced_clicked()
889 … aspect = (lives_special_aspect_t *)add_aspect_ratio_button(LIVES_SPIN_BUTTON(vppa->spinbuttonw), in on_vpp_advanced_clicked()
H A Dlives-yuv4mpeg.c636 width = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(tvcardw->spinbuttonw)); in on_live_tvcard_activate()
H A Dinterface.c3069 lives_widget_set_sensitive(tvcardw->spinbuttonw, TRUE); in rb_tvcarddef_toggled()
3073 lives_widget_set_sensitive(tvcardw->spinbuttonw, FALSE); in rb_tvcarddef_toggled()
3314 tvcardw->spinbuttonw = lives_standard_spin_button_new(_("Width"), in create_cdtrack_dialog()
3317 lives_widget_set_sensitive(tvcardw->spinbuttonw, FALSE); in create_cdtrack_dialog()
/dports/graphics/gscan2pdf/gscan2pdf-2.12.4/bin/
H A Dgscan2pdf6741 $spinbuttonw, $spinbuttonb, $spinbuttond, $ocr_function,
6849 $SETTING{'available-tmp-warning'} = $spinbuttonw->get_value;
7272 my $spinbuttonw = Gtk3::SpinButton->new_with_range( 0, $_100_000MB, 1 );
7273 $spinbuttonw->set_value( $SETTING{'available-tmp-warning'} );
7274 $spinbuttonw->set_tooltip_text(
7279 $hbox->add($spinbuttonw);
7356 $spinbuttonw,