GtkEntryBufferClass

Undocumented in source.

Members

Variables

GtkReserved1
void function() GtkReserved1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved2
void function() GtkReserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved3
void function() GtkReserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved4
void function() GtkReserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved5
void function() GtkReserved5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved6
void function() GtkReserved6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved7
void function() GtkReserved7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved8
void function() GtkReserved8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deleteText
uint function(GtkEntryBuffer* buffer, uint position, uint nChars) deleteText;
deletedText
void function(GtkEntryBuffer* buffer, uint position, uint nChars) deletedText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getLength
uint function(GtkEntryBuffer* buffer) getLength;
getText
const(char)* function(GtkEntryBuffer* buffer, size_t* nBytes) getText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insertText
uint function(GtkEntryBuffer* buffer, uint position, const(char)* chars, uint nChars) insertText;
insertedText
void function(GtkEntryBuffer* buffer, uint position, const(char)* chars, uint nChars) insertedText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;
Undocumented in source.

Meta