Function
GimpUiQuerySizeCallback
Declaration
void
(* GimpQuerySizeCallback) (
  GtkWidget* query_box,
  gdouble size,
  GimpUnit* unit,
  gpointer data
)
Parameters
- query_box
- 
            Type: GtkWidgetThe query box. The data is owned by the caller of the function. 
- size
- 
            Type: gdoubleThe entered size in pixels. 
- unit
- 
            Type: GimpUnitThe selected unit from the GimpUnitMenu.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.