[ 1559479 ] wxImageComboBox

Actually wxBitmapComboBox. Also commited configure.
    Not yet updated Makefiles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-09-23 09:14:49 +00:00
parent ce9685190e
commit 95a4630380
23 changed files with 1878 additions and 7 deletions

52
configure vendored
View File

@@ -1041,6 +1041,7 @@ Optional Features:
--enable-accel use accelerators
--enable-button use wxButton class
--enable-bmpbutton use wxBitmapButton class
--enable-bmpcombobox use wxBitmapComboBox class
--enable-calendar use wxCalendarCtrl class
--enable-caret use wxCaret class
--enable-checkbox use wxCheckBox class
@@ -2302,6 +2303,7 @@ if test $DEBUG_CONFIGURE = 1; then
DEFAULT_wxUSE_ACCEL=no
DEFAULT_wxUSE_BUTTON=no
DEFAULT_wxUSE_BMPBUTTON=no
DEFAULT_wxUSE_BITMAPCOMBOBOX=no
DEFAULT_wxUSE_CALCTRL=no
DEFAULT_wxUSE_CARET=no
DEFAULT_wxUSE_CHECKBOX=no
@@ -2514,6 +2516,7 @@ else
DEFAULT_wxUSE_ACCEL=yes
DEFAULT_wxUSE_BUTTON=yes
DEFAULT_wxUSE_BMPBUTTON=yes
DEFAULT_wxUSE_BITMAPCOMBOBOX=yes
DEFAULT_wxUSE_CALCTRL=yes
DEFAULT_wxUSE_CARET=yes
DEFAULT_wxUSE_CHECKBOX=yes
@@ -7927,6 +7930,47 @@ echo "${ECHO_T}no" >&6
fi
enablestring=
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6
no_cache=0
# Check whether --enable-bmpcombobox or --disable-bmpcombobox was given.
if test "${enable_bmpcombobox+set}" = set; then
enableval="$enable_bmpcombobox"
if test "$enableval" = yes; then
ac_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
else
ac_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
fi
else
LINE=`grep "wxUSE_BITMAPCOMBOBOX" ${wx_arg_cache_file}`
if test "x$LINE" != x ; then
eval "DEFAULT_$LINE"
else
no_cache=1
fi
ac_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX='$DEFAULT_wxUSE_BITMAPCOMBOBOX
fi;
eval "$ac_cv_use_bmpcombobox"
if test "$no_cache" != 1; then
echo $ac_cv_use_bmpcombobox >> ${wx_arg_cache_file}.tmp
fi
if test "$wxUSE_BITMAPCOMBOBOX" = yes; then
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
enablestring=
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
@@ -45532,6 +45576,14 @@ _ACEOF
USES_CONTROLS=1
fi
if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_BITMAPCOMBOBOX 1
_ACEOF
USES_CONTROLS=1
fi
if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_DATAVIEWCTRL 1