LinkDest

Constructors

this
this(EvLinkDest* evLinkDest, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(int page)
this
this(int page, double top, bool changeTop)
this
this(int page, double left, double bottom, double right, double top)
this
this(int page, double left, bool changeLeft)
this
this(string namedDest)
this
this(int page)
this
this(string pageLabel)
this
this(int page, double left, double top, double zoom, bool changeLeft, bool changeTop, bool changeZoom)

Members

Functions

equal
bool equal(LinkDest b)

Checks whether @a and @b are equal.

getBottom
double getBottom()
getDestType
EvLinkDestType getDestType()
getLeft
double getLeft(bool* changeLeft)
getLinkDestStruct
EvLinkDest* getLinkDestStruct(bool transferOwnership)

Get the main Gtk struct

getNamedDest
string getNamedDest()
getPage
int getPage()
getPageLabel
string getPageLabel()
getRight
double getRight()
getStruct
void* getStruct()

the main Gtk struct as a void*

getTop
double getTop(bool* changeTop)
getZoom
double getZoom(bool* changeZoom)

Static functions

getType
GType getType()

Variables

evLinkDest
EvLinkDest* evLinkDest;

the main Gtk struct

Meta