Don't create GtkScrolledWindow if neither wxHSCROLL
authorRobert Roebling <robert@roebling.de>
Sat, 31 Mar 2007 22:03:01 +0000 (22:03 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 31 Mar 2007 22:03:01 +0000 (22:03 +0000)
commit6552c7af6c1e252b8b229f972721753ff058fa66
tree2295abb8e08055aed88ba3cd9762b27f4aee5663
parent39e00125e5aa8e868092aecab9030e9e9236f3c0
  Don't create GtkScrolledWindow if neither wxHSCROLL
    or wxVSCROLL are defined. This prevents wasting
    some resources.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp