Don't export _gtk_cell_renderer_calc_offset
This is just a private convenience function, and exporting _-prefixed functions doesn't work with our libtool setup. Just do the 3 line calculation in gail.
This commit is contained in:
@ -242,12 +242,12 @@ void gtk_cell_renderer_stop_editing (GtkCellRenderer *cell,
|
||||
|
||||
|
||||
void _gtk_cell_renderer_calc_offset (GtkCellRenderer *cell,
|
||||
const GdkRectangle *cell_area,
|
||||
GtkTextDirection direction,
|
||||
gint width,
|
||||
gint height,
|
||||
gint *x_offset,
|
||||
gint *y_offset);
|
||||
const GdkRectangle *cell_area,
|
||||
GtkTextDirection direction,
|
||||
gint width,
|
||||
gint height,
|
||||
gint *x_offset,
|
||||
gint *y_offset);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user