Remove gtk_color_selection_set_update_policy() completely
This commit is contained in:
@ -836,7 +836,6 @@ gtk_hsv_get_type
|
|||||||
<TITLE>GtkColorSelection</TITLE>
|
<TITLE>GtkColorSelection</TITLE>
|
||||||
GtkColorSelection
|
GtkColorSelection
|
||||||
gtk_color_selection_new
|
gtk_color_selection_new
|
||||||
gtk_color_selection_set_update_policy
|
|
||||||
gtk_color_selection_set_has_opacity_control
|
gtk_color_selection_set_has_opacity_control
|
||||||
gtk_color_selection_get_has_opacity_control
|
gtk_color_selection_get_has_opacity_control
|
||||||
gtk_color_selection_set_has_palette
|
gtk_color_selection_set_has_palette
|
||||||
|
|||||||
@ -64,37 +64,6 @@ according to its update policy.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_color_selection_set_update_policy ##### -->
|
|
||||||
<para>
|
|
||||||
Sets the policy controlling when the color_changed signals are emitted.
|
|
||||||
The available policies are:
|
|
||||||
<itemizedlist>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
%GTK_UPDATE_CONTINUOUS - signals are sent continuously as the color
|
|
||||||
selection changes.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
%GTK_UPDATE_DISCONTINUOUS - signals are sent only when the mouse
|
|
||||||
button is released.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
%GTK_UPDATE_DELAYED - signals are sent when the mouse button is
|
|
||||||
released or when the mouse has been motionless for a period of
|
|
||||||
time.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@colorsel: a #GtkColorSelection.
|
|
||||||
@policy: a #GtkUpdateType value indicating the desired policy.
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_color_selection_set_has_opacity_control ##### -->
|
<!-- ##### FUNCTION gtk_color_selection_set_has_opacity_control ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -2270,14 +2270,6 @@ gtk_color_selection_new (void)
|
|||||||
return GTK_WIDGET (colorsel);
|
return GTK_WIDGET (colorsel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
gtk_color_selection_set_update_policy (GtkColorSelection *colorsel,
|
|
||||||
GtkUpdateType policy)
|
|
||||||
{
|
|
||||||
g_return_if_fail (GTK_IS_COLOR_SELECTION (colorsel));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_color_selection_get_has_opacity_control:
|
* gtk_color_selection_get_has_opacity_control:
|
||||||
* @colorsel: a #GtkColorSelection.
|
* @colorsel: a #GtkColorSelection.
|
||||||
|
|||||||
Reference in New Issue
Block a user