| Top |
Functions
| GtkWidget * | eog_print_image_setup_new () |
| void | eog_print_image_setup_get_options () |
| void | eog_print_image_setup_update () |
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkGrid
╰── EogPrintImageSetup
Implemented Interfaces
EogPrintImageSetup implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Functions
eog_print_image_setup_new ()
GtkWidget * eog_print_image_setup_new (EogImage *image,GtkPageSetup *page_setup);
Creates a new EogPrintImageSetup widget, to be used as a custom widget in a GtkPrintUnixDialog. This widgets allows to set the image position and scale in a page.
Parameters
image |
the EogImage to print |
|
page_setup |
a GtkPageSetup specifying the page where the image will be print |
eog_print_image_setup_get_options ()
void eog_print_image_setup_get_options (EogPrintImageSetup *setup,gdouble *left,gdouble *top,gdouble *scale,GtkUnit *unit);
Gets the options set by the EogPrintImageSetup.
Property Details
The “image” property
“image” EogImage *
The image whose printing properties will be set up.
Flags: Read / Write
