mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
use GTK_DISABLE_DEPRECATED instead of G_DISABLE_DEPRECATED.
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org> * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of G_DISABLE_DEPRECATED.
This commit is contained in:
parent
935dca854e
commit
8472ddc71e
@ -1,3 +1,8 @@
|
||||
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
|
||||
G_DISABLE_DEPRECATED.
|
||||
|
||||
2003-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
|
||||
G_DISABLE_DEPRECATED.
|
||||
|
||||
2003-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
|
||||
G_DISABLE_DEPRECATED.
|
||||
|
||||
2003-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
|
||||
G_DISABLE_DEPRECATED.
|
||||
|
||||
2003-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
|
||||
G_DISABLE_DEPRECATED.
|
||||
|
||||
2003-03-14 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
|
||||
|
@ -77,7 +77,7 @@ GSList* gtk_radio_menu_item_get_group (GtkRadioMenuItem *radio_menu_i
|
||||
void gtk_radio_menu_item_set_group (GtkRadioMenuItem *radio_menu_item,
|
||||
GSList *group);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
#define gtk_radio_menu_item_group gtk_radio_menu_item_get_group
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user