summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2000-05-04 00:29:46 +0000
committerTim Janik <timj@src.gnome.org>2000-05-04 00:29:46 +0000
commit375ed31443171d5b4fd3fe987e12a037b993a2b2 (patch)
tree87a9d869cf4e9c23e37f19af8ca1c7078f600fe2 /gtk
parente097e863d6493800fd41cec41fe13de3c3d34911 (diff)
downloadgdk-pixbuf-375ed31443171d5b4fd3fe987e12a037b993a2b2.tar.gz
some Make 3.79 $(strip ) versions are broken and require an empty arg,
Thu May 4 02:04:46 2000 Tim Janik <timj@gtk.org> * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are broken and require an empty arg, give it to them. Fri Apr 28 19:34:32 2000 Tim Janik <timj@gtk.org> * gtk/gtklabel.h: indentation fixes.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtklabel.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h
index 0eb986698..22cd12861 100644
--- a/gtk/gtklabel.h
+++ b/gtk/gtklabel.h
@@ -69,24 +69,23 @@ struct _GtkLabelClass
GtkMiscClass parent_class;
};
-GtkType gtk_label_get_type (void);
-GtkWidget *gtk_label_new (const char *str);
-void gtk_label_set_text (GtkLabel *label,
- const char *str);
-void gtk_label_set_justify (GtkLabel *label,
- GtkJustification jtype);
-void gtk_label_set_pattern (GtkLabel *label,
- const gchar *pattern);
-void gtk_label_set_line_wrap (GtkLabel *label,
- gboolean wrap);
-gchar * gtk_label_get_text (GtkLabel *label);
+GtkType gtk_label_get_type (void);
+GtkWidget * gtk_label_new (const char *str);
+void gtk_label_set_text (GtkLabel *label,
+ const char *str);
+void gtk_label_set_justify (GtkLabel *label,
+ GtkJustification jtype);
+void gtk_label_set_pattern (GtkLabel *label,
+ const gchar *pattern);
+void gtk_label_set_line_wrap (GtkLabel *label,
+ gboolean wrap);
+gchar * gtk_label_get_text (GtkLabel *label);
/* Convenience function to set the name and pattern by parsing
* a string with embedded underscores, and return the appropriate
* key symbol for the accelerator.
*/
-
-guint gtk_label_parse_uline (GtkLabel *label,
+guint gtk_label_parse_uline (GtkLabel *label,
const gchar *string);
#ifndef GTK_DISABLE_COMPAT_H