incremented version number to 1.1.13, bin age 0, interface age 0.
Sun Jan 17 05:19:14 1999 Tim Janik <timj@gtk.org> * configure.in: incremented version number to 1.1.13, bin age 0, interface age 0. * gtk/gtkmain.c (gtk_idle_remove_by_data): use g_idle_remove_by_data to remove idles, so `data' cannot conflict with other sources. * gtk/gtkcompat.h: define gtk_style_apply_default_pixmap here. * gtk/gtkstyle.[hc]: removed gtk_style_apply_default_pixmap. (struct _GtkStyle): reordered GtkStyleClass*klass; member.
This commit is contained in:
@ -40,6 +40,8 @@ extern "C" {
|
||||
#define gtk_scale_value_width gtk_scale_get_value_width
|
||||
#define gtk_window_position gtk_window_set_position
|
||||
#define gtk_toggle_button_set_state gtk_toggle_button_set_active
|
||||
#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) \
|
||||
gtk_style_apply_default_background (s,gw,TRUE,st,a,x,y,w,h)
|
||||
|
||||
#endif /* GTK_DISABLE_COMPAT_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user