| Top |  |  |  |  | 
| GtkWidget * | eom_print_image_setup_new () | 
| void | eom_print_image_setup_get_options () | 
| void | eom_print_image_setup_update () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkGrid
                    ╰── EomPrintImageSetup
EomPrintImageSetup implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * eom_print_image_setup_new (EomImage *image,GtkPageSetup *page_setup);
Creates a new EomPrintImageSetup widget, to be used as a custom widget in a GtkPrintUnixDialog. This widgets allows to set the image position and scale in a page.
| image | the EomImage to print | |
| page_setup | a GtkPageSetup specifying the page where the image will be print | 
void eom_print_image_setup_get_options (EomPrintImageSetup *setup,gdouble *left,gdouble *top,gdouble *scale,GtkUnit *unit);
Gets the options set by the EomPrintImageSetup.
“image” property“image” EomImage *
The image whose printing properties will be set up.
Owner: EomPrintImageSetup
Flags: Read / Write