<!-- ##### SECTION Title ##### -->
GimpWidgets

<!-- ##### SECTION Short_Description ##### -->
A collection of convenient widget constructors, standard callbacks and
helper functions.

<!-- ##### SECTION Long_Description ##### -->
<para>

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### FUNCTION gimp_radio_group_new ##### -->
<para>

</para>

@in_frame: 
@frame_title: 
@Varargs: 
@Returns: 


<!-- ##### FUNCTION gimp_radio_group_new2 ##### -->
<para>

</para>

@in_frame: 
@frame_title: 
@radio_button_callback: 
@radio_button_callback_data: 
@initial: 
@Varargs: 
@Returns: 


<!-- ##### FUNCTION gimp_radio_group_set_active ##### -->
<para>

</para>

@radio_button: 
@item_data: 


<!-- ##### FUNCTION gimp_int_radio_group_new ##### -->
<para>

</para>

@in_frame: 
@frame_title: 
@radio_button_callback: 
@radio_button_callback_data: 
@initial: 
@Varargs: 
@Returns: 


<!-- ##### FUNCTION gimp_int_radio_group_set_active ##### -->
<para>

</para>

@radio_button: 
@item_data: 


<!-- ##### FUNCTION gimp_spin_button_new ##### -->
<para>

</para>

@adjustment: 
@value: 
@lower: 
@upper: 
@step_increment: 
@page_increment: 
@page_size: 
@climb_rate: 
@digits: 
@Returns: 


<!-- ##### MACRO GIMP_SCALE_ENTRY_LABEL ##### -->
<para>
Returns the scale_entry's #GtkLabel.
</para>

@adj: The #GtkAdjustment returned by gimp_scale_entry_new().


<!-- ##### MACRO GIMP_SCALE_ENTRY_SCALE ##### -->
<para>
Returns the scale_entry's #GtkHScale.
</para>

@adj: The #GtkAdjustment returned by gimp_scale_entry_new().


<!-- ##### MACRO GIMP_SCALE_ENTRY_SCALE_ADJ ##### -->
<para>
Returns the #GtkAdjustment of the scale_entry's #GtkHScale.
</para>

@adj: The #GtkAdjustment returned by gimp_scale_entry_new().


<!-- ##### MACRO GIMP_SCALE_ENTRY_SPINBUTTON ##### -->
<para>
Returns the scale_entry's #GtkSpinButton.
</para>

@adj: The #GtkAdjustment returned by gimp_scale_entry_new().


<!-- ##### MACRO GIMP_SCALE_ENTRY_SPINBUTTON_ADJ ##### -->
<para>
Returns the #GtkAdjustment of the scale_entry's #GtkSpinButton.
</para>

@adj: The #GtkAdjustment returned by gimp_scale_entry_new().


<!-- ##### FUNCTION gimp_scale_entry_new ##### -->
<para>

</para>

@table: 
@column: 
@row: 
@text: 
@scale_width: 
@spinbutton_width: 
@value: 
@lower: 
@upper: 
@step_increment: 
@page_increment: 
@digits: 
@constrain: 
@unconstrained_lower: 
@unconstrained_upper: 
@tooltip: 
@help_id: 
@Returns: 


<!-- ##### FUNCTION gimp_scale_entry_set_sensitive ##### -->
<para>

</para>

@adjustment: 
@sensitive: 


<!-- ##### FUNCTION gimp_scale_entry_set_logarithmic ##### -->
<para>

</para>

@adjustment: 
@logarithmic: 


<!-- ##### FUNCTION gimp_scale_entry_get_logarithmic ##### -->
<para>

</para>

@adjustment: 
@Returns: 


<!-- ##### FUNCTION gimp_color_scale_entry_new ##### -->
<para>

</para>

@table: 
@column: 
@row: 
@text: 
@scale_width: 
@spinbutton_width: 
@value: 
@lower: 
@upper: 
@step_increment: 
@page_increment: 
@digits: 
@tooltip: 
@help_id: 
@Returns: 


<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON ##### -->
<para>
Returns the random_seed's #GtkSpinButton.
</para>

@hbox: The #GtkHBox returned by gimp_random_seed_new().


<!-- ##### MACRO GIMP_RANDOM_SEED_SPINBUTTON_ADJ ##### -->
<para>
Returns the #GtkAdjustment of the random_seed's #GtkSpinButton.
</para>

@hbox: The #GtkHBox returned by gimp_random_seed_new().


<!-- ##### MACRO GIMP_RANDOM_SEED_TOGGLE ##### -->
<para>

</para>

@hbox: 


<!-- ##### FUNCTION gimp_random_seed_new ##### -->
<para>

</para>

@seed: 
@random_seed: 
@Returns: 


<!-- ##### MACRO GIMP_COORDINATES_CHAINBUTTON ##### -->
<para>
Returns the #GimpChainButton which is attached to the #GimpSizeEntry.
</para>

@sizeentry: The #GimpSizeEntry returned by gimp_coordinates_new().


<!-- ##### FUNCTION gimp_coordinates_new ##### -->
<para>

</para>

@unit: 
@unit_format: 
@menu_show_pixels: 
@menu_show_percent: 
@spinbutton_width: 
@update_policy: 
@chainbutton_active: 
@chain_constrains_ratio: 
@xlabel: 
@x: 
@xres: 
@lower_boundary_x: 
@upper_boundary_x: 
@xsize_0: 
@xsize_100: 
@ylabel: 
@y: 
@yres: 
@lower_boundary_y: 
@upper_boundary_y: 
@ysize_0: 
@ysize_100: 
@Returns: 


<!-- ##### FUNCTION gimp_pixmap_button_new ##### -->
<para>

</para>

@xpm_data: 
@text: 
@Returns: 


<!-- ##### FUNCTION gimp_toggle_button_sensitive_update ##### -->
<para>

</para>

@toggle_button: 


<!-- ##### FUNCTION gimp_toggle_button_update ##### -->
<para>

</para>

@widget: 
@data: 


<!-- ##### FUNCTION gimp_radio_button_update ##### -->
<para>

</para>

@widget: 
@data: 


<!-- ##### FUNCTION gimp_int_adjustment_update ##### -->
<para>

</para>

@adjustment: 
@data: 


<!-- ##### FUNCTION gimp_uint_adjustment_update ##### -->
<para>

</para>

@adjustment: 
@data: 


<!-- ##### FUNCTION gimp_float_adjustment_update ##### -->
<para>

</para>

@adjustment: 
@data: 


<!-- ##### FUNCTION gimp_double_adjustment_update ##### -->
<para>

</para>

@adjustment: 
@data: 


<!-- ##### FUNCTION gimp_unit_menu_update ##### -->
<para>

</para>

@widget: 
@data: 


<!-- ##### FUNCTION gimp_table_attach_aligned ##### -->
<para>

</para>

@table: 
@column: 
@row: 
@label_text: 
@xalign: 
@yalign: 
@widget: 
@colspan: 
@left_align: 
@Returns: 


<!-- ##### FUNCTION gimp_label_set_attributes ##### -->
<para>

</para>

@label: 
@Varargs: 


