plug leaks, leaker tweaks, lang for effect info, c41 spiffs, wm probe tweaks
[goodguy/history.git] / cinelerra-5.1 / guicast / bcresources.h
index 91199a490bb12a568a7a09142395abd5281f5f99..ce8e2403b407fd78fad19d00d6b160ba8ab123d6 100644 (file)
@@ -127,6 +127,8 @@ public:
        int popup_title_text;
 // Right and left margin for text not including triangle space.
        int popupmenu_margin;
+// post popup on button release event
+       int popupmenu_btnup;
 // Right margin for triangle not including text margin.
        int popupmenu_triangle_margin;
 // color for item text
@@ -151,6 +153,7 @@ public:
        int tooltip_delay;
        int tooltip_bg_color;
        int tooltips_enabled;
+       int textbox_focus_policy;
 
        int audiovideo_color;
 
@@ -327,6 +330,7 @@ public:
        static const char *large_font_xft2;
        static const char *big_font_xft2;
        void init_font_defs(double scale);
+       void finit_font_defs();
 
        VFrame **medium_7segment;
 
@@ -356,6 +360,39 @@ public:
        static int find_font_by_char(FT_ULong char_code, char *path_new, const FT_Face oldface);
        static void dump_fonts(FILE *fp = stdout);
 
+// default images
+       static VFrame *default_type_to_icon[];
+       static VFrame *default_bar;
+       static VFrame *default_cancel_images[];
+       static VFrame *default_ok_images[];
+       static VFrame *default_usethis_images[];
+#if 0
+       static VFrame *default_checkbox_images[];
+       static VFrame *default_radial_images[];
+       static VFrame *default_label_images[];
+#endif
+       static VFrame *default_menuitem_data[];
+       static VFrame *default_menubar_data[];
+       static VFrame *default_menu_popup_bg;
+       static VFrame *default_menu_bar_bg;
+       static VFrame *default_check_image;
+       static VFrame *default_filebox_text_images[];
+       static VFrame *default_filebox_icons_images[];
+       static VFrame *default_filebox_updir_images[];
+       static VFrame *default_filebox_newfolder_images[];
+       static VFrame *default_filebox_rename_images[];
+       static VFrame *default_filebox_delete_images[];
+       static VFrame *default_filebox_reload_images[];
+       static VFrame *default_listbox_button[];
+       static VFrame *default_listbox_bg;
+       static VFrame *default_listbox_expand[];
+       static VFrame *default_listbox_column[];
+       static VFrame *default_listbox_up;
+       static VFrame *default_listbox_dn;
+       static VFrame *default_pot_images[];
+       static VFrame *default_progress_images[];
+       static VFrame *default_medium_7segment[];
+
 // Make VFrame use shm
        int vframe_shm;
        int use_vframe_shm() { return use_shm && vframe_shm ? 1 : 0; }