]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/gtk/core.py
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
authorRobin Dunn <robin@alldunn.com>
Wed, 7 Apr 2004 23:06:35 +0000 (23:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 7 Apr 2004 23:06:35 +0000 (23:06 +0000)
commitf52e0cf4893f90451eaf5987e4786bde066f629c
tree8fd2c07b43a44909589613e9dd3ae2adcfefa6b3
parent74a57fcda4c14d108284d35d742e9f27f0183e4a
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/latex/wx/sizer.tex
include/wx/defs.h
src/common/sizer.cpp
wxPython/demo/IntCtrl.py
wxPython/demo/MaskedNumCtrl.py
wxPython/demo/MimeTypesManager.py
wxPython/src/_core_rename.i
wxPython/src/_defs.i
wxPython/src/gtk/core.py
wxPython/src/gtk/core_wrap.cpp
wxPython/wx/lib/colourchooser/pycolourbox.py
wxPython/wx/lib/colourchooser/pycolourchooser.py
wxPython/wxPython/core.py