comparison src/bar.h @ 1471:65a5c27823c2

update translated pane titles
author nadvornik
date Sat, 21 Mar 2009 17:47:50 +0000
parents 607c60506863
children 9c16a93a0fdf
comparison
equal deleted inserted replaced
1470:38925ff71a46 1471:65a5c27823c2
13 13
14 #ifndef BAR_H 14 #ifndef BAR_H
15 #define BAR_H 15 #define BAR_H
16 16
17 typedef enum { 17 typedef enum {
18 PANE_UNDEF = 0,
18 PANE_COMMENT, 19 PANE_COMMENT,
19 PANE_EXIF, 20 PANE_EXIF,
20 PANE_HISTOGRAM, 21 PANE_HISTOGRAM,
21 PANE_KEYWORDS 22 PANE_KEYWORDS
22 } PaneType; 23 } PaneType;
60 61
61 gint bar_get_width(GtkWidget *bar); 62 gint bar_get_width(GtkWidget *bar);
62 63
63 GtkWidget *bar_pane_expander_title(const gchar *title); 64 GtkWidget *bar_pane_expander_title(const gchar *title);
64 void bar_update_expander(GtkWidget *pane); 65 void bar_update_expander(GtkWidget *pane);
66 gboolean bar_pane_translate_title(PaneType type, const gchar *id, gchar **title);
65 #endif 67 #endif
66 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 68 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */