all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: 11768@debbugs.gnu.org
Subject: bug#11768: trunk uses deprecated gtk3 functions
Date: Sat, 23 Jun 2012 10:08:38 -0700	[thread overview]
Message-ID: <4FE5F816.8000409@cs.ucla.edu> (raw)

When I build trunk bzr 108707 on Ubuntu 12.04 x86
I get the following diagnostics.  I'm not familiar
with gtk3, but can someone who is familiar look into it?
Thanks.

gtkutil.c: In function ‘xg_create_frame_widgets’:
gtkutil.c:1115:3: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c:1116:3: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘create_dialog’:
gtkutil.c:1491:7: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c:1492:7: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c:1493:7: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘xg_get_file_with_chooser’:
gtkutil.c:1781:3: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘xg_get_font_name’:
gtkutil.c:1987:3: warning: ‘gtk_font_selection_dialog_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:142): Use 'GtkFontChooser' instead [-Wdeprecated-declarations]
gtkutil.c:1990:3: warning: ‘gtk_font_selection_dialog_set_font_name’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:153): Use 'GtkFontChooser' instead [-Wdeprecated-declarations]
gtkutil.c:2003:7: warning: ‘gtk_font_selection_dialog_get_font_name’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:151): Use 'GtkFontChooser' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘make_widget_for_menu_item’:
gtkutil.c:2193:3: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘update_theme_scrollbar_width’:
gtkutil.c:3404:3: warning: ‘gtk_vscrollbar_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h:66): Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘xg_create_scroll_bar’:
gtkutil.c:3481:3: warning: ‘gtk_vscrollbar_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h:66): Use 'gtk_scrollbar_new' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘xg_event_is_for_scrollbar’:
gtkutil.c:3714:7: warning: ‘gdk_display_get_window_at_pointer’ is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:97): Use 'gdk_device_get_window_at_position' instead [-Wdeprecated-declarations]
gtkutil.c: In function ‘xg_make_tool_item’:
gtkutil.c:4236:3: warning: ‘gtk_hbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62): Use 'gtk_box_new' instead [-Wdeprecated-declarations]
gtkutil.c:4236:3: warning: ‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60): Use 'gtk_box_new' instead [-Wdeprecated-declarations]





             reply	other threads:[~2012-06-23 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-23 17:08 Paul Eggert [this message]
2012-07-05 16:00 ` bug#11768: trunk uses deprecated gtk3 functions Jan Djärv
2012-07-06  6:31   ` Chong Yidong
2012-07-06 15:04     ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FE5F816.8000409@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=11768@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.