- 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.
- activate
void function(GtkEntry* entry) activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- backspace
void function(GtkEntry* entry) backspace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copyClipboard
void function(GtkEntry* entry) copyClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cutClipboard
void function(GtkEntry* entry) cutClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deleteFromCursor
void function(GtkEntry* entry, GtkDeleteType type, int count) deleteFromCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getFrameSize
void function(GtkEntry* entry, int* x, int* y, int* width, int* height) getFrameSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getTextAreaSize
void function(GtkEntry* entry, int* x, int* y, int* width, int* height) getTextAreaSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- insertAtCursor
void function(GtkEntry* entry, const(char)* str) insertAtCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- moveCursor
void function(GtkEntry* entry, GtkMovementStep step, int count, int extendSelection) moveCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parentClass
GtkWidgetClass parentClass;
- pasteClipboard
void function(GtkEntry* entry) pasteClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- populatePopup
void function(GtkEntry* entry, GtkWidget* popup) populatePopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- toggleOverwrite
void function(GtkEntry* entry) toggleOverwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Class structure for #GtkEntry. All virtual functions have a default implementation. Derived classes may set the virtual function pointers for the signal handlers to %NULL, but must keep @get_text_area_size and @get_frame_size non-%NULL; either use the default implementation, or provide a custom one.