Efax-gtk 3.0.18 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Efax-gtk 3.0.18 (Stable branch)
# 1  
Old 12-09-2008
Efax-gtk 3.0.18 (Stable branch)

ImageEfax-gtk provides a GUI frontend for the efax faxprogram. It interfaces with efax directly,replacing the scripts supplied with efax, and canbe used for receiving and sending faxes, and forviewing, printing, and managing faxes which havebeen received and sent. It also has a socketinterface that provides a "virtual printer" forsending faxes from word processors and similarprograms, and can automatically e-mail a receivedfax to a designated user and automatically print areceived fax.License: GNU General Public License (GPL)Changes:
Received and sent faxes are printed via cairo,libtiff, and GtkPrintOperation when efax-gtk iscompiled against GTK+ 2.10.0 or later. Other minorimprovements were made.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

receiving faxes with eFax, need help

Hi folks, I am a newbie, and a little dum too. I have installed and been able to run eFax on my Linux Conectiva box. Using this comand I can put my FaxServer receiving faxes: efax -d /dev/ttyS1 -w -iS0=2 It works fine. Problem: This will receive the fax, and once it is done I... (0 Replies)
Discussion started by: fundidor
0 Replies
Login or Register to Ask a Question
Gtk2::PrintSettings(3)					User Contributed Perl Documentation				    Gtk2::PrintSettings(3)

NAME
Gtk2::PrintSettings HIERARCHY
Glib::Object +----Gtk2::PrintSettings METHODS
printsettings = Gtk2::PrintSettings->new printsettings = Gtk2::PrintSettings->new_from_file ($file_name) o $file_name (localized file name) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 printsettings = Gtk2::PrintSettings->new_from_key_file ($key_file, $group_name) o $key_file (Glib::KeyFile) o $group_name (string or undef) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 $settings->foreach ($func, $data=undef) o $func (scalar) o $data (scalar) string or undef = $settings->get ($key) o $key (string) $settings->set ($key, $value) o $key (string) o $value (string or undef) boolean = $settings->has_key ($key) o $key (string) $settings->load_file ($file_name) o $file_name (string) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.14 $settings->load_key_file ($key_file, $group_name) o $key_file (Glib::KeyFile) o $group_name (string or undef) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.14 double = $settings->get_printer_lpi Since: gtk+ 2.16 $settings->set_printer_lpi ($lpi) o $lpi (double) Since: gtk+ 2.16 integer = $settings->get_resolution_x Since: gtk+ 2.16 $settings->set_resolution_xy ($resolution_x, $resolution_y) o $resolution_x (integer) o $resolution_y (integer) Since: gtk+ 2.16 integer = $settings->get_resolution_y Since: gtk+ 2.16 $settings->to_file ($file_name) o $file_name (localized file name) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 $settings->to_key_file ($key_file, $group_name) o $key_file (Glib::KeyFile) o $group_name (string or undef) Since: gtk+ 2.12 $settings->unset ($key) o $key (string) SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::PrintSettings(3)