renderer = gtk_cell_renderer_text_new();
g_object_set(renderer,
- "font-desc", c->config.comp_font,
"ellipsize", PANGO_ELLIPSIZE_MIDDLE,
NULL
);
renderer = gtk_cell_renderer_text_new();
g_object_set(renderer,
- "font-desc", c->config.comp_font,
"ellipsize", PANGO_ELLIPSIZE_END,
NULL
);
INPUT_ALL = 0xff, /* map to match all input types */
} VbInputType;
-enum {
- COMP_NORMAL, COMP_ACTIVE, COMP_LAST
-};
-
enum {
FILES_BOOKMARK,
FILES_CLOSED,
guint scrollstep;
gboolean input_autohide;
gboolean incsearch;
- /* completion */
- GdkRGBA comp_fg[COMP_LAST];
- GdkRGBA comp_bg[COMP_LAST];
- PangoFontDescription *comp_font;
guint default_zoom; /* default zoom level in percent */
Shortcut *shortcuts;
} config;