Anyone out there familiar with GnomeCanvas? I'm having huge
amounts of trouble getting it to display a GnomeCanvasText
object, and I can't figure out what's wrong...


file->filename = 
gnome_canvas_item_new(gnome_canvas_root(GNOME_CANVAS(canvas)), 
gnome_canvas_text_get_type(), "text", text, "x", 0, "y", 0, 
"font", 
"-*-terminal-bold-r-normal-*-12-*-*-*-*-*-iso8859-1", 
"justification", GTK_JUSTIFY_LEFT, "fill_color_rgba", 
"000000", "anchor", GTK_ANCHOR_CENTER, NULL); 

Everything else seems to be working -- I can make lines,
rectangles, etc...but no text. : (

_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to