forked from AuroraMiddleware/gtk
Correct the composite_child blurb.
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the composite_child blurb. * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
This commit is contained in:
parent
28617e20fe
commit
7d3ec5ecce
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -1,3 +1,10 @@
|
||||
2002-05-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_class_init): Correct the
|
||||
composite_child blurb.
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs. (#73093)
|
||||
|
||||
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
|
||||
|
||||
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
|
||||
|
@ -4264,7 +4264,7 @@ gtk_notebook_prev_page (GtkNotebook *notebook)
|
||||
* @show_border: %TRUE if a bevel should be drawn around the notebook.
|
||||
*
|
||||
* Sets whether a bevel will be drawn around the notebook pages.
|
||||
* This is only has an effect when the tabs are not shown.
|
||||
* This is only has a visual effect when the tabs are not shown.
|
||||
* See gtk_notebook_set_show_tabs().
|
||||
**/
|
||||
void
|
||||
|
@ -478,7 +478,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
PROP_COMPOSITE_CHILD,
|
||||
g_param_spec_boolean ("composite_child",
|
||||
_("Composite child"),
|
||||
_("Whether the widget is composed of other widgets"),
|
||||
_("Whether the widget is part of a composite widget"),
|
||||
FALSE,
|
||||
G_PARAM_READABLE));
|
||||
g_object_class_install_property (gobject_class,
|
||||
@ -1086,11 +1086,11 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
GDK_TYPE_COLOR,
|
||||
G_PARAM_READABLE));
|
||||
gtk_widget_class_install_style_property (klass,
|
||||
g_param_spec_float ("cursor-aspect-ratio",
|
||||
_("Cursor line aspect ratio"),
|
||||
_("Aspect ratio with which to draw insertion cursor"),
|
||||
0.0, 1.0, 0.04,
|
||||
G_PARAM_READABLE));
|
||||
g_param_spec_float ("cursor-aspect-ratio",
|
||||
_("Cursor line aspect ratio"),
|
||||
_("Aspect ratio with which to draw insertion cursor"),
|
||||
0.0, 1.0, 0.04,
|
||||
G_PARAM_READABLE));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user