Whole document tree
    

Whole document tree

e-table-header-utils

e-table-header-utils

Name

e-table-header-utils -- 

Description

Details

e_table_header_compute_height ()

int         e_table_header_compute_height   (ETableCol *ecol,
                                             GtkStyle *style,
                                             GdkFont *font);

Computes the minimum height required for a table header button.



e_table_draw_elided_string ()

void        e_table_draw_elided_string      (GdkDrawable *drawable,
                                             GdkFont *font,
                                             GdkGC *gc,
                                             int x,
                                             int y,
                                             const char *str,
                                             int max_width,
                                             gboolean center);

Draws a string, possibly trimming it so that it fits inside the specified maximum width. If it does not fit, an elision indicator is drawn after the last character that does fit.