Top | ![]() |
![]() |
![]() |
![]() |
gdouble | bottom | Read / Write / Construct Only |
guint | change | Read / Write / Construct Only |
gdouble | left | Read / Write / Construct Only |
gchar * | named | Read / Write / Construct Only |
gint | page | Read / Write / Construct Only |
gchar * | page-label | Read / Write / Construct Only |
gdouble | right | Read / Write / Construct Only |
gdouble | top | Read / Write / Construct Only |
EvLinkDestType | type | Read / Write / Construct Only |
gdouble | zoom | Read / Write / Construct Only |
EvLinkDest * ev_link_dest_new_xyz (gint page
,gdouble left
,gdouble top
,gdouble zoom
,gboolean change_left
,gboolean change_top
,gboolean change_zoom
);
EvLinkDest * ev_link_dest_new_fith (gint page
,gdouble top
,gboolean change_top
);
EvLinkDest * ev_link_dest_new_fitv (gint page
,gdouble left
,gboolean change_left
);
EvLinkDest * ev_link_dest_new_fitr (gint page
,gdouble left
,gdouble bottom
,gdouble right
,gdouble top
);
“bottom”
property“bottom” gdouble
The bottom coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“change”
property“change” guint
Wether top, left, and zoom should be changed.
Flags: Read / Write / Construct Only
Default value: 0
“left”
property“left” gdouble
The left coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“named”
property“named” gchar *
The named destination.
Flags: Read / Write / Construct Only
Default value: NULL
“page”
property“page” gint
The destination page.
Flags: Read / Write / Construct Only
Allowed values: >= -1
Default value: 0
“page-label”
property“page-label” gchar *
The label of the destination page.
Flags: Read / Write / Construct Only
Default value: NULL
“right”
property“right” gdouble
The right coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“top”
property“top” gdouble
The top coordinate.
Flags: Read / Write / Construct Only
Default value: 0
“type”
property“type” EvLinkDestType
The destination type.
Flags: Read / Write / Construct Only
Default value: EV_LINK_DEST_TYPE_UNKNOWN
“zoom”
property“zoom” gdouble
Zoom.
Flags: Read / Write / Construct Only
Allowed values: >= 0
Default value: 0