46typedef struct _BounceDialogWidget
48 GtkDialog parent_instance;
49 GtkButton * cancel_btn;
50 GtkButton * bounce_btn;
51 GtkCheckButton * bounce_with_parents;
52 GtkCheckButton * disable_after_bounce;
53 GtkBox * bounce_step_box;
54 BounceStepSelectorWidget * bounce_step_selector;
55 GtkSpinButton * tail_spin;