Re: [Vala] [Genie] Print Function

2009-06-23 Thread Nicolas
Hi, If you use the print function, does not use this: op.set_unit(Unit.MM) New version of NicoEdit: http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=19488 Nicolas. Nicolas: That's great!! thanks i filed a bug with a patch (some days ago) that fix the cheader_filename of S

Re: [Vala] [Genie] Print Function

2009-06-22 Thread Nicolas
Thank you Matías, Oop's i forgot, the code: if linenumber is "true" thecompositor.set_print_line_numbers(1) if highlightsyntax is "true" thecompositor.set_highlight_syntax(true) else if highlightsyntax is "false" thecompositor.set_highlight_syntax(

Re: [Vala] [Genie] Print Function

2009-06-22 Thread Matías De la Puente
Nicolas: That's great!! thanks i filed a bug with a patch (some days ago) that fix the cheader_filename of SourcePrintCompositor. http://bugzilla.gnome.org/show_bug.cgi?id=585894 Matias ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.o

[Vala] [Genie] Print Function

2009-06-22 Thread Nicolas
Hi All, If you are interested, this is the function for print a TextView with GtkSourceView. context : PrintContext op : PrintOperation thecompositor : SourcePrintCompositor /* * */ /*Print Function*/