rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / plugintoggles.h
index ced6d1093ea95e75d0779ee84b16011c86ea4850..524db6764a3a610b424640679e4ad6bb6b051c90 100644 (file)
@@ -41,7 +41,6 @@ public:
 };
 
 
-
 class PluginShow : public BC_Toggle
 {
 public:
@@ -55,6 +54,16 @@ public:
 };
 
 
-
+class PluginPresetEdit : public BC_Button
+{
+public:
+       PluginPresetEdit(MWindow *mwindow, int x, int y, Plugin *plugin);
+       MWindow *mwindow;
+       static int calculate_w(MWindow *mwindow);
+       void update(int x, int y, Plugin *plugin);
+       int handle_event();
+       int in_use;
+       Plugin *plugin;
+};
 
 #endif