X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.h;h=ce8e2403b407fd78fad19d00d6b160ba8ab123d6;hp=e88e825b4c401f1de94fd05031c96e5a7ccbbfe2;hb=7b05ad287956f8bd00836d9b5fb39f899a5fb641;hpb=515b84f2ec94c9ba4808ef83710e7965c13b5c4f diff --git a/cinelerra-5.1/guicast/bcresources.h b/cinelerra-5.1/guicast/bcresources.h index e88e825b..ce8e2403 100644 --- a/cinelerra-5.1/guicast/bcresources.h +++ b/cinelerra-5.1/guicast/bcresources.h @@ -330,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; @@ -359,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; }