GtkEntryClass.getTextAreaSize

Calculate the size of the text area, which is its allocated width and requested height, minus space for margins and borders. This virtual function must be non-null.

struct GtkEntryClass
extern (C)
void function(GtkEntry* entry, int* x, int* y, int* width, int* height) getTextAreaSize;