FormFieldChoice

Constructors

this
this(EvFormFieldChoice* evFormFieldChoice, bool ownedRef)

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

this
this(int id, EvFormFieldChoiceType type)

Members

Functions

getFormFieldChoiceStruct
EvFormFieldChoice* getFormFieldChoiceStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

evFormFieldChoice
EvFormFieldChoice* evFormFieldChoice;

the main Gtk struct

Inherited Members

From FormField

evFormField
EvFormField* evFormField;

the main Gtk struct

getFormFieldStruct
EvFormField* getFormFieldStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getAlternateName
string getAlternateName()

Gets the alternate ui name of @field. This name is also commonly used by pdf producers/readers to show it as a tooltip when @field area is hovered by a pointing device (eg. mouse).

setAlternateName
void setAlternateName(string alternativeText)

Sets the alternate ui name of @field. This name is also commonly used by pdf producers/readers to show it as a tooltip when @field area is hovered by a pointing device (eg. mouse).

Meta