summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-07 23:39:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-07 23:39:54 +0000
commit13e498cae8da158547032920e0db2a30708c8011 (patch)
treefde4ea340d6fa09f9c419fee5b54ef8e133e7df8 /gtk/gtkstyle.h
parent9fd70c6bf5259f55619a6f38fd59c9d6a5ceddb4 (diff)
downloadgtk+-13e498cae8da158547032920e0db2a30708c8011.tar.gz
Typo fixes.
* gtk/gtkstyle.h: Typo fixes. * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs. * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs. * gtk/tmpl/gtktypeutils.sgml, gtk/tmpl/gtkobject.sgml, gtk/tmpl/gtkstyle.sgml: Add docs.
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r--gtk/gtkstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h
index 32d1c121a7..4304de01c2 100644
--- a/gtk/gtkstyle.h
+++ b/gtk/gtkstyle.h
@@ -59,7 +59,7 @@ typedef gboolean (*GtkRcPropertyParser) (const GParamSpec *pspec,
GValue *property_value);
/* We make this forward declaration here, since we pass
- * GtkWidgt's to the draw functions.
+ * GtkWidget's to the draw functions.
*/
typedef struct _GtkWidget GtkWidget;
@@ -851,7 +851,7 @@ const GValue* _gtk_style_peek_property_value (GtkStyle *style,
GtkRcPropertyParser parser);
-/* depprecated */
+/* deprecated */
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h)
void gtk_draw_string (GtkStyle *style,