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
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(
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
Hi All,
If you are interested, this is the function for print a TextView with
GtkSourceView.
context : PrintContext
op : PrintOperation
thecompositor : SourcePrintCompositor
/* * */
/*Print Function*/