add unclear btn icons, make both bksp and ctrl-m mute edit selection
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_hulk / hulktheme.C
index 19abed45ffbfad6f91553c7d6c19002109491fce..cf0b6d2f2fc8b2878919c3b53c11a4ec0bad73c0 100644 (file)
@@ -283,6 +283,12 @@ void HULKTHEME::initialize()
                "reset_dn.png",
                "reset_button");
 
+       new_button("unclear.png",
+               "unclear_up.png",
+               "unclear_hi.png",
+               "unclear_dn.png",
+               "unclear_button");
+
        resources->cancel_images = new_button("cancel.png",
                "filebox_bigbutton_up.png",
                "filebox_bigbutton_hi.png",
@@ -871,6 +877,7 @@ void HULKTHEME::initialize()
 
        new_toggle("arrow.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "arrow");
        new_toggle("autokeyframe.png", transport_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "autokeyframe");
+       new_toggle("spankeyframe.png", transport_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "spankeyframe");
        new_toggle("ibeam.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "ibeam");
        new_toggle("show_meters.png", editpanel_up, editpanel_hi, editpanel_checked, editpanel_dn, editpanel_checkedhi, "meters");
        new_toggle("blank30x30.png",
@@ -1025,7 +1032,7 @@ void HULKTHEME::draw_mwindow_bg(MWindowGUI *gui)
                x - toggle_margin / 2 - pdw / 2 + 2,
                mbuttons_y - 1);
 
-       x += 2 * get_image("autokeyframe")->get_w() + toggle_margin;    // the state toggle buttons
+       x += 3 * get_image("autokeyframe")->get_w() + toggle_margin;    // the state toggle buttons
        gui->draw_vframe(get_image("panel_divider"),
                x - toggle_margin / 2 - pdw / 2 + 2,
                mbuttons_y - 1);