Bug 291007 - Warnings when building oxygen-gtk3 against gtk-3.3.6
Summary: Warnings when building oxygen-gtk3 against gtk-3.3.6
Status: CLOSED FIXED
Alias: None
Product: Oxygen
Classification: Plasma
Component: gtk2-engine (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR minor
Target Milestone: ---
Assignee: Hugo Pereira Da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 23:16 UTC by nucleo
Modified: 2012-05-15 04:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nucleo 2012-01-08 23:16:51 UTC
Version:           unspecified
OS:                Linux

There are warnings when building oxygen-gtk3 against gtk-3.3.6:

/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemowidget.cpp:37:23: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemowidget.cpp:37:46: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemowidget.cpp:42:26: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemowidget.cpp:42:49: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:37:32: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:37:55: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:37:32: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:37:55: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:49:30: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:49:53: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:56:29: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:56:52: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:63:41: warning: 'GtkWidget* gtk_hscale_new_with_range(gdouble, gdouble, gdouble)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:64): Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:63:78: warning: 'GtkWidget* gtk_hscale_new_with_range(gdouble, gdouble, gdouble)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:64): Use 'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:103:45: warning: 'GtkWidget* gtk_hscrollbar_new(GtkAdjustment*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h:62): Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:103:76: warning: 'GtkWidget* gtk_hscrollbar_new(GtkAdjustment*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h:62): Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:118:29: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygensliderdemowidget.cpp:118:52: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:111:34: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:111:57: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:139:36: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:139:59: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:140:35: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:140:58: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:141:36: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygentabdemowidget.cpp:141:59: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenlistdemowidget.cpp:37:32: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenlistdemowidget.cpp:37:55: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:36:32: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:36:55: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:53:32: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:53:59: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:55:13: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:55:63: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:61:13: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:61:100: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:69:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:69:133: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:75:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:75:101: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:105:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:105:102: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:112:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:112:137: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:118:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:118:101: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:177:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:177:102: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:192:30: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:192:53: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:234:32: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:234:59: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:236:13: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:236:63: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:245:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:245:137: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:276:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:276:102: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:289:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:289:133: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:320:17: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:320:102: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:333:26: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:333:49: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:344:30: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:344:53: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:370:30: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenbuttondemowidget.cpp:370:53: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:50:26: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:50:49: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:57:30: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:57:53: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:120:35: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygendemodialog.cpp:120:58: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:37:32: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:37:55: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:48:28: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:48:55: warning: 'GtkWidget* gtk_table_new(guint, guint, gboolean)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:103): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:49:9: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:49:59: warning: 'void gtk_table_set_row_spacings(GtkTable*, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:143): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:55:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:55:96: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:62:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:62:139: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:67:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:67:114: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:72:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:72:130: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:76:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:76:114: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:82:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:82:132: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:103:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:103:127: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:118:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:118:123: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:123:9: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:123:143: warning: 'void gtk_table_attach(GtkTable*, GtkWidget*, guint, guint, guint, guint, GtkAttachOptions, GtkAttachOptions, guint, guint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:111): Use 'GtkGrid' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:127:31: warning: 'GtkWidget* gtk_hseparator_new()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:62): Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygeninputdemowidget.cpp:127:50: warning: 'GtkWidget* gtk_hseparator_new()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:62): Use 'gtk_separator_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:37:32: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:37:55: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:49:30: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:49:53: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:95:20: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:95:42: warning: 'GtkWidget* gtk_hbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:64): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:115:34: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:115:57: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:153:34: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/demo/oxygenframedemowidget.cpp:153:57: warning: 'GtkWidget* gtk_vbox_new(gboolean, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenmenustatedata.cpp:95:9: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenmenustatedata.cpp:95:92: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenhoverdata.cpp:49:13: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenhoverdata.cpp:49:94: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenmenubarstatedata.cpp:86:9: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenmenubarstatedata.cpp:86:92: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygentabwidgetdata.cpp:80:9: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygentabwidgetdata.cpp:80:91: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygenargbhelper.cpp:88:39: warning: 'GtkStyle* gtk_style_attach(GtkStyle*, GdkWindow*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:377): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygenargbhelper.cpp:88:71: warning: 'GtkStyle* gtk_style_attach(GtkStyle*, GdkWindow*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:377): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygentreeviewdata.cpp:60:17: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygentreeviewdata.cpp:60:99: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenscrolledwindowdata.cpp:164:17: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenscrolledwindowdata.cpp:164:99: warning: 'GdkWindow* gdk_window_get_pointer(GdkWindow*, gint*, gint*, GdkModifierType*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:715): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygengtkutils.cpp:71:13: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:754): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygengtkutils.cpp:71:48: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:754): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygendbus.cpp:109:13: warning: 'void gtk_rc_reset_styles(GtkSettings*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:166): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygendbus.cpp:109:61: warning: 'void gtk_rc_reset_styles(GtkSettings*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:166): Use 'GtkStyleContext' instead [-Wdeprecated-declarations][ 83%] 
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygendbus.cpp:115:13: warning: 'void gtk_rc_reset_styles(GtkSettings*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:166): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygendbus.cpp:115:61: warning: 'void gtk_rc_reset_styles(GtkSettings*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:166): Use 'GtkStyleContext' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:25: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/animations/oxygenpaneddata.h:42:51: warning: 'void gdk_cursor_unref(GdkCursor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:234): Use 'g_object_unref' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygenwindowmanager.cpp:228:14: warning: variable 'registered' set but not used [-Wunused-but-set-variable]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygenwindowmanager.cpp:365:13: warning: 'void gdk_pointer_ungrab(guint32)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:98): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygenwindowmanager.cpp:365:45: warning: 'void gdk_pointer_ungrab(guint32)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:98): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations]


Reproducible: Didn't try


Actual Results:  
 

Expected Results:  
 

No such warnings when building against  gtk-3.2.2 and gtk-3.0.12.
Comment 1 Ruslan Kabatsayev 2012-01-09 00:05:58 UTC
Hmm, I think we'll just use -Wno-deprecated-declarations as workaround for the first release and only make real fix in bug-fix release, since some of these new functions seem to not be drop-in replacements for deprecated ones, so they'll require some testing.
@Hugo, do you agree?
Comment 2 Hugo Pereira Da Costa 2012-01-09 06:26:42 UTC
So far, we've only compiled and tested the code against gtk3.0
Also, the warnings are only in ,the demo code (which is largely imported from 2.0)
Comment 3 Hugo Pereira Da Costa 2012-01-09 09:04:05 UTC
So. My concern about the fixing of all deprecated warnings is that the code would not compile with older gtk3 versions. Which is then a pain to deal with on kde-look. So since only the helper app (oxygen-gtk-demo) is concerned, I'd rather put in the no-deprecated there and only fix when things actually crash (possibly adding checks on gtk version). 
Makes sense ? 

Will push as soon as I have a running gtk3.3 here.
Comment 4 Hugo Pereira Da Costa 2012-01-09 09:04:47 UTC
PS: thanks for reporting !!
Comment 5 Hugo Pereira Da Costa 2012-01-09 09:49:28 UTC
No "deprecate" warning with gtk+3.2.6 (which is the stable branch)
Comment 6 Hugo Pereira Da Costa 2012-01-09 09:50:12 UTC
... sorry 3.2.3
Comment 7 Hugo Pereira Da Costa 2012-01-09 10:02:58 UTC
mmmm (sorry for the many posts).
After compiling against 3.3.6, there also are deprecated stuff in the core code.
But again, we'll have to leave with it, since they only appear in 3.3 (and not in 3.2, against which the code is likely not to compile any more if we fix the above). 

So. Either add no-deprecated, or live with the warnings ...
Comment 8 Hugo Pereira Da Costa 2012-01-09 10:17:07 UTC
ok. Last one. At least some of the deprecated signals have equivalent since 3.0
(e.g. gtk_box_new). So I'll give it a shot in the end.
Re-oppening and will keep you posted.
Comment 9 Hugo Pereira Da Costa 2012-01-09 16:26:07 UTC
Git commit 2ffe571f2258513de18c5f7ee5c91092fb3c348b by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 16:10.
Pushed by hpereiradacosta into branch 'gtk3'.

removed deprecated use of gtk_vbox/gtk_hbox.
changed GtkTable into GtkGrid
change HScale and VScale into Scale.

M  +28   -28   demo/oxygenbuttondemowidget.cpp
M  +3    -3    demo/oxygendemodialog.cpp
M  +2    -2    demo/oxygendemowidget.cpp
M  +5    -5    demo/oxygenframedemowidget.cpp
M  +15   -15   demo/oxygeninputdemowidget.cpp
M  +1    -1    demo/oxygenlistdemowidget.cpp
M  +5    -5    demo/oxygensliderdemowidget.cpp
M  +6    -6    demo/oxygentabdemowidget.cpp

http://commits.kde.org/oxygen-gtk/2ffe571f2258513de18c5f7ee5c91092fb3c348b
Comment 10 Hugo Pereira Da Costa 2012-01-09 16:26:07 UTC
Git commit a52aab3a18d071a39a6518326ef3d1ee33bda555 by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 16:29.
Pushed by hpereiradacosta into branch 'gtk3'.

changed gtk_h/vscrollbar_new into gtk_scrollbar_new

M  +2    -2    demo/oxygensliderdemowidget.cpp

http://commits.kde.org/oxygen-gtk/a52aab3a18d071a39a6518326ef3d1ee33bda555
Comment 11 Hugo Pereira Da Costa 2012-01-09 16:26:07 UTC
Git commit b7a33039984c53502978c9e006f551f942bd1ccb by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 16:36.
Pushed by hpereiradacosta into branch 'gtk3'.

changed hseparator into separator

M  +1    -1    demo/oxygeninputdemowidget.cpp

http://commits.kde.org/oxygen-gtk/b7a33039984c53502978c9e006f551f942bd1ccb
Comment 12 Hugo Pereira Da Costa 2012-01-09 16:26:07 UTC
Git commit 577e253f20e614decd353fc2010909e79747cb5c by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 16:52.
Pushed by hpereiradacosta into branch 'gtk3'.

use gtk_style_context_reset_widgets instead of gtk_rc_reset_styles
comment out call to deprecated gtk_style_attach

M  +2    -2    src/oxygendbus.cpp

http://commits.kde.org/oxygen-gtk/577e253f20e614decd353fc2010909e79747cb5c
Comment 13 Hugo Pereira Da Costa 2012-01-09 16:26:07 UTC
Git commit a7b3372618d9d29fc407bd5bb113e6484a858c6a by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 17:04.
Pushed by hpereiradacosta into branch 'gtk3'.

use gdk_device_ungrab instead of gdk_pointer_ungrab

M  +9    -1    src/oxygenwindowmanager.cpp

http://commits.kde.org/oxygen-gtk/a7b3372618d9d29fc407bd5bb113e6484a858c6a
Comment 14 Hugo Pereira Da Costa 2012-01-09 16:26:10 UTC
Git commit 04ab50a593374d86b985a198d375186ca49d52b8 by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 17:24.
Pushed by hpereiradacosta into branch 'gtk3'.

use gdk_window_get_device_position instead of deprecated gdk_window_get_pointer.

M  +6    -2    src/animations/oxygenhoverdata.cpp
M  +5    -2    src/animations/oxygenmenubarstatedata.cpp
M  +6    -3    src/animations/oxygenmenustatedata.cpp
M  +5    -2    src/animations/oxygenscrolledwindowdata.cpp
M  +9    -3    src/animations/oxygentabwidgetdata.cpp
M  +5    -2    src/animations/oxygentreeviewdata.cpp

http://commits.kde.org/oxygen-gtk/04ab50a593374d86b985a198d375186ca49d52b8
Comment 15 Hugo Pereira Da Costa 2012-01-09 16:29:58 UTC
ok. That should fix "most" of the warnings.
I actually had to revert to gtk-3.0 because updating to 3.3 badly screwed my system (breaking my mageia perl-gtk apps because of the associated update to glib), so that all the above has been tested to 3.0

I could not check whether there remained warnings (cause the above methods are not deprecated in 3.0 yet). However, I did check that things are still working allright.

Nucleo, please double check, and report about remaining warnings.
(note: the one about "registered", is a false positive. It is used in #if OXYGEN_DEBUG, so I want to keep the code there, despite the warning.)

Thanks in advance,

Hugo
Comment 16 nucleo 2012-01-09 16:45:44 UTC
Builds against gtk-3.0.12 and 3.2.2 are fine.
But against 3.3.6 still have two warnings:

/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygengtkutils.cpp:71:13: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:754): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
/builddir/build/BUILD/oxygen-gtk3-1.2.0/src/oxygengtkutils.cpp:71:48: warning: 'void gtk_widget_get_pointer(GtkWidget*, gint*, gint*)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:754): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations]
Comment 17 Hugo Pereira Da Costa 2012-01-09 20:28:30 UTC
Git commit 0e268f377af323579fe16ecadf0efab5ffc54cea by Hugo Pereira Da Costa.
Committed on 09/01/2012 at 21:27.
Pushed by hpereiradacosta into branch 'gtk3'.

use gtk_widget_get_display instead of gdk_display_get_default.
use gdk_window_get_device_position instead of gtk_widget_get_pointer

M  +1    -1    src/animations/oxygenhoverdata.cpp
M  +1    -1    src/animations/oxygenmenubarstatedata.cpp
M  +1    -1    src/animations/oxygenmenustatedata.cpp
M  +1    -1    src/animations/oxygenscrolledwindowdata.cpp
M  +1    -1    src/animations/oxygentabwidgetdata.cpp
M  +1    -1    src/animations/oxygentreeviewdata.cpp
M  +7    -2    src/oxygengtkutils.cpp

http://commits.kde.org/oxygen-gtk/0e268f377af323579fe16ecadf0efab5ffc54cea
Comment 18 Hugo Pereira Da Costa 2012-01-09 20:29:41 UTC
ok. Last warning fixed.
Also cleanup retrieval of gdk_display.
Closing.
Thanks nucleo ! 
Feel free to reopen if there are further warnings, or if you notice any regression.

Hugo
Comment 19 nucleo 2012-01-09 20:41:19 UTC
Now all builds are fine.
Will try to test it.
Thanks.