view console/libgnt/gntutils.h @ 14389:746d535e9053

[gaim-migrate @ 17095] Completely redrawing the topmost line of a window causes the [X] to be overwritten. So now only the region of the old title will be restored. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 05:58:32 +0000
parents fda9dc44807d
children 70f52ff1caec
line wrap: on
line source

#include <glib.h>

#include "gnt.h"
#include "gntwidget.h"

void gnt_util_get_text_bound(const char *text, int *width, int *height);

int gnt_util_onscreen_width(const char *start, const char *end);

char *gnt_util_onscreen_width_to_pointer(const char *str, int len, int *w);