[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] create - Gtk::PageSetupUnixDialog

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2006年 7月 9日 (日) 15:03:55 JST


-------------------------
REMOTE_ADDR = 138.243.201.10
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Gtk%3A%3APageSetupUnixDialog
-------------------------
TITLE       = Gtk::PageSetupUnixDialog
KEYWORD     = 
= class Gtk::PageSetupUnixDialog

A page setup dialog.

Gtk::PageSetupUnixDialog implements a page setup dialog for
platforms which don't provide a native page setup dialog,
like Unix. It can be used very much like any other GTK+
dialog, at the cost of the portability offered by Gtk::PrintOperation.

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * GLib::InitiallyUnowned
        * Gtk::Object
          * Gtk::Widget
            * Gtk::Container
              * Gtk::Bin
                * Gtk::Window
                  * Gtk::Dialog
                    * Gtk::PageSetupUnixDialog

== Class Methods
--- Gtk::PageSetupUnixDialog.new(title=nil, parent=nil)
     Creates a new page setup dialog.

     * title: the title of the dialog, or nil
     * parent: transient parent of the dialog, or nil
     * Returns: the new Gtk::PageSetupUnixDialog

== Instance Methods
--- page_setup
     Gets the currently selected page setup from the dialog.

     * Returns: the current page setup

--- page_setup=(page_setup)
     Sets the #GtkPageSetup from which the page setup
     dialog takes its values.

     * page_setup: a Gtk::PageSetup
     * Returns: self

--- set_page_setup(page_setup)
     Same as page_setup= but returns nil.
     * Returns: nil

--- print_settings
     Gets the current print settings from the dialog.

     * Returns: the current print settings

--- print_settings=(print_settings)
     Sets the Gtk::PrintSettings from which the page setup dialog
     takes its values.

     * print_settings: a Gtk::PrintSettings
     * Returns: self

--- set_print_settings
     Same as set_print_setup= but returns nil.
     * Returns: nil

== See Also

== ChangeLog

* 2006-07-09: updated for 2.10 - ((<kou>))

- ((<kou>))






ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る