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::Gdk::Display(3)					User Contributed Perl Documentation				     Gtk2::Gdk::Display(3)

NAME
Gtk2::Gdk::Display HIERARCHY
Glib::Object +----Gtk2::Gdk::Display METHODS
$display->beep $display->close device = $display->get_core_pointer $display->set_cursor_theme ($theme, $size) o $theme (string) o $size (integer) Since: gtk+ 2.8 integer = $display->get_default_cursor_size Since: gtk+ 2.4 display or undef = Gtk2::Gdk::Display->get_default window = $display->get_default_group Since: gtk+ 2.4 screen = $display->get_default_screen $display->set_double_click_distance ($distance) o $distance (integer) Since: gtk+ 2.4 $display->set_double_click_time ($msec) o $msec (integer) event = $display->get_event $display->flush Since: gtk+ 2.4 $display->grab $display->keyboard_ungrab ($time_) o $time_ (unsigned) list = $display->list_devices Returns a list of Gtk2::Gdk::Devices (width, height) = $display->get_maximal_cursor_size Since: gtk+ 2.4 integer = $display->get_n_screens string = $display->get_name display or undef = Gtk2::Gdk::Display->open ($display_name) o $display_name (string or undef) event = $display->peek_event list = $display->get_pointer boolean = $display->pointer_is_grabbed $display->pointer_ungrab ($time_) o $time_ (unsigned) $display->put_event ($event) o $event (Gtk2::Gdk::Event) $display->register_standard_event_type ($event_base, $n_events) o $event_base (integer) o $n_events (integer) Since: gtk+ 2.4 boolean = $display->request_selection_notification ($selection) o $selection (Gtk2::Gdk::Atom) Since: gtk+ 2.6 screen = $display->get_screen ($screen_num) o $screen_num (integer) string = $display->get_startup_notification_id Since: gtk+ 2.12 $display->store_clipboard ($clipboard_window, $time_, ...) o $clipboard_window (Gtk2::Gdk::Window) o $time_ (unsigned) o ... (list) of Gtk2::Gdk::Atom's Since: gtk+ 2.6 boolean = $display->supports_clipboard_persistence Since: gtk+ 2.6 boolean = $display->supports_composite Since: gtk+ 2.12 boolean = $display->supports_cursor_alpha Since: gtk+ 2.4 boolean = $display->supports_cursor_color Since: gtk+ 2.4 boolean = $display->supports_input_shapes Since: gtk+ 2.10 boolean = $display->supports_selection_notification Since: gtk+ 2.6 boolean = $display->supports_shapes Since: gtk+ 2.10 $display->sync $display->ungrab unsigned = $display->get_user_time Since: gtk+ 2.8 $display->warp_pointer ($screen, $x, $y) o $screen (Gtk2::Gdk::Screen) o $x (integer) o $y (integer) Since: gtk+ 2.8 (window, win_x, win_y) = $display->get_window_at_pointer ($display) SIGNALS
closed (Gtk2::Gdk::Display, boolean) 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::Gdk::Display(3)