| Bug ID |
8433
|
| Summary |
GTK3 gtk_scrolled_window_add_with_viewport is deprecated
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
x86
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Normal
|
| Priority |
Low
|
| Component |
Wireshark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@48044
f5534014-38df-0310-8fa8-9805f1628bb7
--
http://developer.gnome.org/gtk3/unstable/GtkScrolledWindow.html#gtk-scrolled-window-add-with-viewport
>gtk_scrolled_window_add_with_viewport has been deprecated since version 3.8 and should not be used in newly-written code. gtk_container_add() will now automatically add a GtkViewport if the child doesn't implement GtkScrollable.
On gtk+-3.7.10 I've got:
capture_if_dlg.c: In function ‘capture_if_refresh_if_list’:
capture_if_dlg.c:671:3: error: ‘gtk_scrolled_window_add_with_viewport’ is
deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use
'gtk_container_add' instead [-Werror=deprecated-declarations]
cc1: all warnings being treated as errors
You are receiving this mail because:
- You are watching all bug changes.