GtkEditableInterface

Undocumented in source.

Members

Variables

baseIface
GTypeInterface baseIface;
Undocumented in source.
changed
void function(GtkEditable* editable) changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deleteText
void function(GtkEditable* editable, int startPos, int endPos) deleteText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
doDeleteText
void function(GtkEditable* editable, int startPos, int endPos) doDeleteText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
doInsertText
void function(GtkEditable* editable, const(char)* newText, int newTextLength, int* position) doInsertText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getChars
char* function(GtkEditable* editable, int startPos, int endPos) getChars;
getPosition
int function(GtkEditable* editable) getPosition;
getSelectionBounds
int function(GtkEditable* editable, int* startPos, int* endPos) getSelectionBounds;
insertText
void function(GtkEditable* editable, const(char)* newText, int newTextLength, int* position) insertText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setPosition
void function(GtkEditable* editable, int position) setPosition;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setSelectionBounds
void function(GtkEditable* editable, int startPos, int endPos) setSelectionBounds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta