| Top |
| double | bottom | Read / Write / Construct Only |
| guint | change | Read / Write / Construct Only |
| double | left | Read / Write / Construct Only |
| char * | named | Read / Write / Construct Only |
| int | page | Read / Write / Construct Only |
| char * | page-label | Read / Write / Construct Only |
| double | right | Read / Write / Construct Only |
| double | top | Read / Write / Construct Only |
| EvLinkDestType | type | Read / Write / Construct Only |
| double | zoom | Read / Write / Construct Only |
gboolean ev_link_dest_equal (EvLinkDest *a,EvLinkDest *b);
Checks whether a
and b
are equal.
Since: 3.8
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” double
The bottom coordinate.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: 0
“change” property“change” guint
Wether top, left, and zoom should be changed.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: 0
“left” property “left” double
The left coordinate.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: 0
“named” property “named” char *
The named destination.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: NULL
“page” property “page” int
The destination page.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Allowed values: >= -1
Default value: 0
“page-label” property “page-label” char *
The label of the destination page.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: NULL
“right” property “right” double
The right coordinate.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: 0
“top” property “top” double
The top coordinate.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: 0
“type” property“type” EvLinkDestType
The destination type.
Owner: EvLinkDest
Flags: Read / Write / Construct Only
Default value: EV_LINK_DEST_TYPE_UNKNOWN