[gtkmm] PangoStyle problem
- From: "_janus_ katamail com" <_janus_ katamail com>
- To: gtkmm-list gnome org
- Subject: [gtkmm] PangoStyle problem
- Date: Sat, 17 Jul 2004 12:15:04 +0000
Hi everybody,
here is my problem:
i'm using gtkmm-2.0 and i have a
Gnome::Canvas::Text *name;
inside OGClasse class. I'd like to change it's style, for doing that i have this function:
void OGClasse::setItalic(bool res)
{
PangoStyle s;
if(res) s = PANGO_STYLE_ITALIC;
else s = PANGO_STYLE_NORMAL;
name->property_style_set() = true;
name->property_style() = s;
}
The compiler gives no errors, but during runtime i receive this message
(guml:2779): GLib-GObject-WARNING **: unable to set property `style' of type
`PangoStyle' from value of type `glibmm__CustomBoxed_10PangoStyle'.
I don't understand what's the problem. Perhaps am i missing some include file?
I tried to include <pango/pango-font.h> but nothing changed.
Thx 4 your answers,
Mark
________________________________________________________________________
Cerchi un laboratorio fotografico aperto 24 ore su 24?
Stampa le tue foto digitali su Kataweb e le ricevi a domicilio in 48 ore.
http://www.kataweb.it/foto
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]