51 GtkDialog parent_instance;
52 GtkButton * cancel_btn;
53 GtkButton * bounce_btn;
54 GtkCheckButton * bounce_with_parents;
55 GtkCheckButton * disable_after_bounce;
56 GtkBox * bounce_step_box;
57 BounceStepSelectorWidget * bounce_step_selector;
58 GtkSpinButton * tail_spin;
68 std::string bounce_name;
69 std::shared_ptr<Exporter> exporter;