modify clr btn 16 plugins, add regdmp for sigtraps, rework mask_engine, mask rotate...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / theme_neophyte / neophyte.C
index cfb1a541671e9c4c00986e618055b400819a25bb..de9d59c0f59fd91c9d95b5b5febd056a47dc66e7 100644 (file)
@@ -106,6 +106,7 @@ void NEOPHYTETHEME::initialize()
        /* Something own, fitting to the theme and independent of
           the integrated splash screen/about */
        // Preferences: About (logo)
+       delete about_bg;
        about_bg = new VFramePng(get_image_data("about_bg.png"));
        
        /* Replacement for the heroine icon. Everyone has his 
@@ -353,6 +354,12 @@ void NEOPHYTETHEME::initialize()
                "new_bigbutton_hi.png",
                "new_bigbutton_dn.png",
                "new_ok_images");
+        new_button(
+               "reset.png",
+                "reset_up.png",
+                "reset_dn.png",
+                "reset_hi.png",
+                "reset_button");
        resources->cancel_images = new_button(
                "cancel.png",
                "filebox_bigbutton_up.png",
@@ -765,6 +772,12 @@ void NEOPHYTETHEME::initialize()
                "proxy_s_chkd.png",
                "proxy_s_down.png",
                "proxy_s_chkdhi.png");
+       mask_mode_toggle = new_image_set(5,
+               "mask_mode_up.png",
+               "mask_mode_hi.png",
+               "mask_mode_chkd.png",
+               "mask_mode_down.png",
+               "mask_mode_chkdhi.png");
        shbtn_data = new_image_set(
                3,
                "shbtn_up.png",