Virtual Method
GtkEntryget_text_area_size
Declaration [src]
void
get_text_area_size (
GtkEntry* entry,
gint* x,
gint* y,
gint* width,
gint* height
)
Description [src]
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
.
Parameters
x
-
Type:
gint*
No description available.
The data is owned by the caller of the method. y
-
Type:
gint*
No description available.
The data is owned by the caller of the method. width
-
Type:
gint*
No description available.
The data is owned by the caller of the method. height
-
Type:
gint*
No description available.
The data is owned by the caller of the method.