InputMethodUnderline

Constructors

this
this(WebKitInputMethodUnderline* webKitInputMethodUnderline, bool ownedRef)

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

this
this(uint startOffset, uint endOffset)

Create a new #WebKitInputMethodUnderline for the given range in preedit string

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
InputMethodUnderline copy()

Make a copy of the #WebKitInputMethodUnderline.

free
void free()

Free the #WebKitInputMethodUnderline.

getInputMethodUnderlineStruct
WebKitInputMethodUnderline* getInputMethodUnderlineStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setColor
void setColor(RGBA rgba)

Set the color of the underline. If @rgba is %NULL the foreground text color will be used for the underline too.

Static functions

getType
GType getType()

Variables

ownedRef
bool ownedRef;
Undocumented in source.
webKitInputMethodUnderline
WebKitInputMethodUnderline* webKitInputMethodUnderline;

the main Gtk struct

Meta