GimpQueryBox
Some simple dialogs to enter a single int, double, string or boolean value.
These functions provide simple dialogs for entering a single string,
integer, double, boolean or pixel size value.
They return a pointer to a #GtkDialog which has to be shown with
gtk_widget_show() by the caller.
The dialogs contain an entry widget for the kind of value they ask for
and "OK" and "Cancel" buttons. On "Cancel", all query boxes except the
boolean one silently destroy themselves. On "OK" the user defined
callback function is called and returns the entered value.
GimpSizeEntry
GimpUnitMenu
Note that you have to g_free() the returned string.
@query_box: The query box.
@string: The entered string.
@data: The user data.
@query_box: The query box.
@value: The entered integer value.
@data: The user data.
@query_box: The query box.
@value: The entered double value.
@data: The user data.
@query_box: The query box.
@size: The entered size in pixels.
@unit: The selected unit from the #GimpUnitMenu.
@data: The user data.
@query_box: The query box.
@value: The entered boolean value.
@data: The user data.
@title:
@help_func:
@help_data:
@message:
@initial:
@object:
@signal:
@callback:
@data:
@Returns:
@title:
@help_func:
@help_data:
@message:
@initial:
@lower:
@upper:
@object:
@signal:
@callback:
@data:
@Returns:
@title:
@help_func:
@help_data:
@message:
@initial:
@lower:
@upper:
@digits:
@object:
@signal:
@callback:
@data:
@Returns:
@title:
@help_func:
@help_data:
@message:
@initial:
@lower:
@upper:
@digits:
@unit:
@resolution:
@dot_for_dot:
@object:
@signal:
@callback:
@data:
@Returns:
@title:
@help_func:
@help_data:
@stock_id:
@message:
@true_button:
@false_button:
@object:
@signal:
@callback:
@data:
@Returns:
@eek:
@qbox: