5 * ROX-Filer, filer for the ROX desktop project
6 * By Thomas Leonard, <tal197@users.sourceforge.net>.
14 typedef struct _WrappedLabelClass WrappedLabelClass
;
15 typedef struct _WrappedLabel WrappedLabel
;
17 struct _WrappedLabelClass
{
18 GtkWidgetClass parent
;
21 struct _WrappedLabel
{
28 #define WRAPPED_LABEL(obj) (GTK_CHECK_CAST((obj), WRAPPED_LABEL, WrappedLabel))
30 GtkWidget
*wrapped_label_new(const char *text
, gint width
);
31 void wrapped_label_set_text(WrappedLabel
*wl
, const char *text
);
33 #endif /* __WRAPPED_H__ */