comparison src/image-overlay.h @ 1665:9a081164e6e3

improved overlay menu - indicate overlay and histogram state in toggle and radio entries in the menu - all entries have visible effect in all modes
author nadvornik
date Sat, 27 Jun 2009 15:47:50 +0000
parents 4179d41d1149
children 956aab097ea7
comparison
equal deleted inserted replaced
1664:c7415c58435b 1665:9a081164e6e3
43 43
44 void image_osd_update(ImageWindow *imd); 44 void image_osd_update(ImageWindow *imd);
45 45
46 void image_osd_icon(ImageWindow *imd, ImageOSDFlag flag, gint duration); 46 void image_osd_icon(ImageWindow *imd, ImageOSDFlag flag, gint duration);
47 47
48 void image_osd_histogram_chan_toggle(ImageWindow *); 48 void image_osd_histogram_toggle_channel(ImageWindow *imd);
49 void image_osd_histogram_log_toggle(ImageWindow *); 49 void image_osd_histogram_toggle_mode(ImageWindow *imd);
50 void image_osd_histogram_set_channel(ImageWindow *imd, gint chan);
51 void image_osd_histogram_set_mode(ImageWindow *imd, gint mode);
52 gint image_osd_histogram_get_channel(ImageWindow *imd);
53 gint image_osd_histogram_get_mode(ImageWindow *imd);
50 54
51 void image_osd_toggle(ImageWindow *imd); 55 void image_osd_toggle(ImageWindow *imd);
52 56
53 57
54 #endif 58 #endif