Function

GimpUiQuerySizeCallback

Declaration

void
(* GimpQuerySizeCallback) (
  GtkWidget* query_box,
  gdouble size,
  GimpUnit unit,
  gpointer data
)

Description [src]

The callback for a size query box.

Parameters

query_box

Type: GtkWidget

The query box.

The data is owned by the caller of the function.
size

Type: gdouble

The entered size in pixels.

unit

Type: None

The selected unit from the GimpUnitMenu.

data

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.