forked from AuroraMiddleware/gtk
Moved gtk_label_set() compatiblity define from <gtkcompat.h> to
Tue Dec 15 16:54:09 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.h: Moved gtk_label_set() compatiblity define from <gtkcompat.h> to <gtklabel.h> for compatibility.
This commit is contained in:
parent
dabb02d282
commit
d56a55a484
@ -36,7 +36,6 @@ extern "C" {
|
||||
#define gtk_paned_handle_size gtk_paned_set_handle_size
|
||||
#define gtk_scale_value_width gtk_scale_get_value_width
|
||||
#define gtk_window_position gtk_window_set_position
|
||||
#define gtk_label_set gtk_label_set_text
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -82,6 +82,9 @@ void gtk_label_get (GtkLabel *label,
|
||||
guint gtk_label_parse_uline (GtkLabel *label,
|
||||
const gchar *string);
|
||||
|
||||
/* Deprecated */
|
||||
#define gtk_label_set gtk_label_set_text
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
Loading…
Reference in New Issue
Block a user