]> git.saurik.com Git - wxWidgets.git/commit
Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:25 +0000 (14:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:25 +0000 (14:11 +0000)
commit75bc8b3454bd2adda5bf3dc0e60984a275ea7ac3
tree56178169b343c9f92cca54d3ce991d4129ebfba0
parentea7ff9ad2ae6e715621515ece55b34009065bcbe
Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl.

These styles allow to use a smaller browse button as the standard one takes
too much space, often leaving too little of it for the more important text
control part.

Notice that both styles are, in fact, equal to wxPB_SMALL but only file and
directory pickers currently use it as it doesn't make sense for the colour and
font pickers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filepicker.h
include/wx/pickerbase.h
interface/wx/filepicker.h
samples/widgets/dirpicker.cpp
samples/widgets/filepicker.cpp
src/common/pickerbase.cpp
src/generic/filepickerg.cpp
src/xrc/xh_dirpicker.cpp
src/xrc/xh_filepicker.cpp