Lines Matching refs:spin_button
125 static void gimp_spin_scale_defocus( GtkSpinButton *spin_button );
127 static void gimp_spin_scale_value_changed (GtkSpinButton *spin_button);
758 GtkSpinButton *spin_button = GTK_SPIN_BUTTON (scale);
759 GtkAdjustment *adjustment = gtk_spin_button_get_adjustment (spin_button);
771 GtkSpinButton *spin_button = GTK_SPIN_BUTTON (widget);
772 GtkAdjustment *adjustment = gtk_spin_button_get_adjustment (spin_button);
1055 gimp_spin_scale_defocus( GtkSpinButton *spin_button )
1057 GimpSpinScalePrivate *private = GET_PRIVATE (spin_button);
1067 gimp_spin_scale_value_changed (GtkSpinButton *spin_button)
1069 GtkAdjustment *adjustment = gtk_spin_button_get_adjustment (spin_button);
1070 GimpSpinScalePrivate *private = GET_PRIVATE (spin_button);
1075 gimp_spin_scale_get_limits (GIMP_SPIN_SCALE (spin_button), &lower, &upper);
1079 gtk_entry_set_progress_fraction (GTK_ENTRY (spin_button),
1085 //if ( gtk_widget_has_focus( GTK_WIDGET(spin_button) ) ) {
1086 // gimp_spin_scale_defocus( spin_button );
1148 GtkSpinButton *spin_button;
1154 spin_button = GTK_SPIN_BUTTON (scale);
1155 adjustment = gtk_spin_button_get_adjustment (spin_button);
1165 gimp_spin_scale_value_changed (spin_button);