Remove use of "size-request" signal for wxWindow sizing.
authorPaul Cornett <paulcor@bullseye.com>
Thu, 17 May 2012 15:29:50 +0000 (15:29 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 17 May 2012 15:29:50 +0000 (15:29 +0000)
commit3b7067a05dd2373eb4d6b1a2d6d5699232eaa333
treee4c7977886a1e63ba75fab9adbc566de0c76e501
parente447683693fd9c9d959dffa5973ecb6128190223
Remove use of "size-request" signal for wxWindow sizing.
This signal has been removed from GTK3. Instead have wxPizza keep track of child
size, and use gtk_widget_set_size_request() for wxWindows in native containers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/gtk/filepicker.h
include/wx/gtk/infobar.h
include/wx/gtk/private/win_gtk.h
include/wx/gtk/window.h
src/gtk/filedlg.cpp
src/gtk/frame.cpp
src/gtk/mdi.cpp
src/gtk/minifram.cpp
src/gtk/toolbar.cpp
src/gtk/toplevel.cpp
src/gtk/win_gtk.cpp
src/gtk/window.cpp