Add a deprecation note.
2004-11-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation note.
This commit is contained in:
committed by
Matthias Clasen
parent
4448389cc7
commit
5c47de587a
@ -1,5 +1,8 @@
|
|||||||
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation
|
||||||
|
note.
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
||||||
events. (#159098, Felipe Heidrich)
|
events. (#159098, Felipe Heidrich)
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation
|
||||||
|
note.
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
||||||
events. (#159098, Felipe Heidrich)
|
events. (#159098, Felipe Heidrich)
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation
|
||||||
|
note.
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
||||||
events. (#159098, Felipe Heidrich)
|
events. (#159098, Felipe Heidrich)
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
2004-11-22 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation
|
||||||
|
note.
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
* gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll
|
||||||
events. (#159098, Felipe Heidrich)
|
events. (#159098, Felipe Heidrich)
|
||||||
|
|
||||||
|
|||||||
@ -3082,6 +3082,9 @@ gtk_toolbar_finalize (GObject *object)
|
|||||||
* can call it both before you add the icons and after they've been
|
* can call it both before you add the icons and after they've been
|
||||||
* added. The size you set will override user preferences for the default
|
* added. The size you set will override user preferences for the default
|
||||||
* icon size.
|
* icon size.
|
||||||
|
*
|
||||||
|
* Deprecated: Applications should respect the user preferences for
|
||||||
|
* the size of icons in toolbars.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_toolbar_set_icon_size (GtkToolbar *toolbar,
|
gtk_toolbar_set_icon_size (GtkToolbar *toolbar,
|
||||||
|
|||||||
Reference in New Issue
Block a user