forked from AuroraMiddleware/gtk
Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
2005-01-24 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: * docs/tutorial/gtk_tut.sgml: * docs/reference/gtk/tmpl/gtkliststore.sgml: * gtk/gtkactiongroup.c: * gtk/gtksizegroup.c: * gtk/gtksizegroup.h: * gtk/gtktogglebutton.c: Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
This commit is contained in:
parent
a8d792306c
commit
a57035d9d1
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml:
|
||||
* docs/tutorial/gtk_tut.sgml:
|
||||
* docs/reference/gtk/tmpl/gtkliststore.sgml:
|
||||
* gtk/gtkactiongroup.c:
|
||||
* gtk/gtksizegroup.c:
|
||||
* gtk/gtksizegroup.h:
|
||||
* gtk/gtktogglebutton.c: Replace "effect" by "affect" where
|
||||
appropriate. (#165108, Dan Winship)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
|
@ -1,3 +1,14 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml:
|
||||
* docs/tutorial/gtk_tut.sgml:
|
||||
* docs/reference/gtk/tmpl/gtkliststore.sgml:
|
||||
* gtk/gtkactiongroup.c:
|
||||
* gtk/gtksizegroup.c:
|
||||
* gtk/gtksizegroup.h:
|
||||
* gtk/gtktogglebutton.c: Replace "effect" by "affect" where
|
||||
appropriate. (#165108, Dan Winship)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
|
@ -1,3 +1,14 @@
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml:
|
||||
* docs/tutorial/gtk_tut.sgml:
|
||||
* docs/reference/gtk/tmpl/gtkliststore.sgml:
|
||||
* gtk/gtkactiongroup.c:
|
||||
* gtk/gtksizegroup.c:
|
||||
* gtk/gtksizegroup.h:
|
||||
* gtk/gtktogglebutton.c: Replace "effect" by "affect" where
|
||||
appropriate. (#165108, Dan Winship)
|
||||
|
||||
2005-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Document
|
||||
|
@ -22,7 +22,7 @@ accept #GObject<!-- -->s are handled a little differently. The
|
||||
#GtkListStore will keep a reference to the object instead of copying the
|
||||
value. As a result, if the object is modified, it is up to the
|
||||
application writer to call @gtk_tree_model_row_changed to emit the
|
||||
"row_changed" signal. This most commonly effects lists with
|
||||
"row_changed" signal. This most commonly affects lists with
|
||||
#GdkPixbuf<!-- -->s stored.
|
||||
</para>
|
||||
|
||||
|
@ -4892,7 +4892,7 @@ Adjustments range.</para>
|
||||
by the specified amount.</para>
|
||||
|
||||
<para>We move away from functions for setting and retreving the range attributes
|
||||
of the Spin Button now, and move onto functions that effect the
|
||||
of the Spin Button now, and move onto functions that affect the
|
||||
appearance and behaviour of the Spin Button widget itself.</para>
|
||||
|
||||
<para>The first of these functions is used to constrain the text box of the
|
||||
@ -6450,7 +6450,7 @@ exisiting Alignment widget to be altered.</para>
|
||||
<para>All four alignment parameters are floating point numbers which can
|
||||
range from 0.0 to 1.0. The <literal>xalign</literal> and <literal>yalign</literal> arguments
|
||||
affect the position of the widget placed within the Alignment
|
||||
widget. The <literal>xscale</literal> and <literal>yscale</literal> arguments effect the amount of
|
||||
widget. The <literal>xscale</literal> and <literal>yscale</literal> arguments affect the amount of
|
||||
space allocated to the widget.</para>
|
||||
|
||||
<para>A child widget can be added to this Alignment widget using:</para>
|
||||
|
@ -3594,7 +3594,7 @@ void gtk_progress_bar_set_discrete_blocks( GtkProgressBar *pbar,
|
||||
As well as indicating the amount of progress that has occured, the
|
||||
progress bar may be set to just indicate that there is some
|
||||
activity. This can be useful in situations where progress cannot be
|
||||
measured against a value range. Activity mode is not effected by the
|
||||
measured against a value range. Activity mode is not affected by the
|
||||
bar style that is described above, and overrides it. This mode is
|
||||
either TRUE or FALSE, and is selected by the following function.
|
||||
|
||||
@ -5103,7 +5103,7 @@ Adjustments range.
|
||||
by the specified amount.
|
||||
|
||||
We move away from functions for setting and retreving the range attributes
|
||||
of the Spin Button now, and move onto functions that effect the
|
||||
of the Spin Button now, and move onto functions that affect the
|
||||
appearance and behaviour of the Spin Button widget itself.
|
||||
|
||||
The first of these functions is used to constrain the text box of the
|
||||
@ -6638,7 +6638,7 @@ exisiting Alignment widget to be altered.
|
||||
All four alignment parameters are floating point numbers which can
|
||||
range from 0.0 to 1.0. The <tt/xalign/ and <tt/yalign/ arguments
|
||||
affect the position of the widget placed within the Alignment
|
||||
widget. The <tt/xscale/ and <tt/yscale/ arguments effect the amount of
|
||||
widget. The <tt/xscale/ and <tt/yscale/ arguments affect the amount of
|
||||
space allocated to the widget.
|
||||
|
||||
A child widget can be added to this Alignment widget using:
|
||||
@ -7455,7 +7455,7 @@ GtkWidget *gtk_hbutton_box_new( void );
|
||||
GtkWidget *gtk_vbutton_box_new( void );
|
||||
</verb></tscreen>
|
||||
|
||||
The only attributes pertaining to button boxes effect how the buttons
|
||||
The only attributes pertaining to button boxes affect how the buttons
|
||||
are laid out. You can change the spacing between the buttons with:
|
||||
|
||||
<tscreen><verb>
|
||||
@ -7472,7 +7472,7 @@ gint gtk_hbutton_box_get_spacing_default( void );
|
||||
gint gtk_vbutton_box_get_spacing_default( void );
|
||||
</verb></tscreen>
|
||||
|
||||
The second attribute that we can access effects the layout of the
|
||||
The second attribute that we can access affects the layout of the
|
||||
buttons within the box. It is set using one of:
|
||||
|
||||
<tscreen><verb>
|
||||
|
@ -419,7 +419,7 @@ gtk_action_group_get_sensitive (GtkActionGroup *action_group)
|
||||
static void
|
||||
cb_set_action_sensitivity (const gchar *name, GtkAction *action)
|
||||
{
|
||||
/* Minor optimization, the action_groups state only effects actions that are
|
||||
/* Minor optimization, the action_groups state only affects actions that are
|
||||
* themselves sensitive */
|
||||
if (gtk_action_get_sensitive (action))
|
||||
g_object_notify (G_OBJECT (action), "sensitive");
|
||||
@ -471,7 +471,7 @@ gtk_action_group_get_visible (GtkActionGroup *action_group)
|
||||
static void
|
||||
cb_set_action_visiblity (const gchar *name, GtkAction *action)
|
||||
{
|
||||
/* Minor optimization, the action_groups state only effects actions that are
|
||||
/* Minor optimization, the action_groups state only affects actions that are
|
||||
* themselves sensitive */
|
||||
if (gtk_action_get_visible (action))
|
||||
g_object_notify (G_OBJECT (action), "visible");
|
||||
|
@ -241,7 +241,7 @@ gtk_size_group_class_init (GtkSizeGroupClass *klass)
|
||||
PROP_MODE,
|
||||
g_param_spec_enum ("mode",
|
||||
P_("Mode"),
|
||||
P_("The directions in which the size group effects the requested sizes"
|
||||
P_("The directions in which the size group affects the requested sizes"
|
||||
" of its component widgets"),
|
||||
GTK_TYPE_SIZE_GROUP_MODE,
|
||||
GTK_SIZE_GROUP_HORIZONTAL,
|
||||
|
@ -66,12 +66,12 @@ struct _GtkSizeGroupClass
|
||||
/**
|
||||
* GtkSizeGroupMode:
|
||||
* @GTK_SIZE_GROUP_NONE: group has no effect
|
||||
* @GTK_SIZE_GROUP_HORIZONTAL: group effects horizontal requisition
|
||||
* @GTK_SIZE_GROUP_VERTICAL: group effects vertical requisition
|
||||
* @GTK_SIZE_GROUP_BOTH: group effects both horizontal and vertical requisition
|
||||
* @GTK_SIZE_GROUP_HORIZONTAL: group affects horizontal requisition
|
||||
* @GTK_SIZE_GROUP_VERTICAL: group affects vertical requisition
|
||||
* @GTK_SIZE_GROUP_BOTH: group affects both horizontal and vertical requisition
|
||||
*
|
||||
* The mode of the size group determines the directions in which the size
|
||||
* group effects the requested sizes of its component widgets.
|
||||
* group affects the requested sizes of its component widgets.
|
||||
**/
|
||||
typedef enum {
|
||||
GTK_SIZE_GROUP_NONE,
|
||||
|
@ -262,7 +262,7 @@ gtk_toggle_button_get_property (GObject *object,
|
||||
* You can call this function on a checkbutton or a radiobutton with
|
||||
* @draw_indicator = %FALSE to make the button look like a normal button
|
||||
*
|
||||
* This function only effects instances of classes like #GtkCheckButton
|
||||
* This function only affects instances of classes like #GtkCheckButton
|
||||
* and #GtkRadioButton that derive from #GtkToggleButton,
|
||||
* not instances of #GtkToggleButton itself.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user