Virtual Method

GtkEntryget_frame_size

Declaration [src]

void
get_frame_size (
  GtkEntry* entry,
  gint* x,
  gint* y,
  gint* width,
  gint* height
)

Description [src]

Calculate the size of the text area frame, which is its allocated width and requested height, minus space for margins and borders, and taking baseline and text height into account. 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.