added wxNotificationMessage and implemented it generically and natively for Maemo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-24 01:56:13 +00:00
parent c52b96359b
commit e36a173933
29 changed files with 1086 additions and 11 deletions

54
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 50116 2007-11-20 22:35:40Z VS .
# From configure.in Id: configure.in 50135 2007-11-21 14:24:40Z VZ .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
@@ -1781,6 +1781,7 @@ Optional Features:
--enable-listbox use wxListBox class
--enable-listctrl use wxListCtrl class
--enable-notebook use wxNotebook class
--enable-notifmsg use wxNotificationMessage class
--enable-odcombobox use wxOwnerDrawnComboBox class
--enable-radiobox use wxRadioBox class
--enable-radiobtn use wxRadioButton class
@@ -10692,6 +10693,50 @@ fi
echo "${ECHO_T}$result" >&6; }
enablestring=
defaultval=$wxUSE_ALL_FEATURES
if test -z "$defaultval"; then
if test x"$enablestring" = xdisable; then
defaultval=yes
else
defaultval=no
fi
fi
{ echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
# Check whether --enable-notifmsg was given.
if test "${enable_notifmsg+set}" = set; then
enableval=$enable_notifmsg;
if test "$enableval" = yes; then
wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
else
wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
fi
else
wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
fi
eval "$wx_cv_use_notifmsg"
if test x"$enablestring" = xdisable; then
if test $wxUSE_NOTIFICATION_MESSAGE = yes; then
result=no
else
result=yes
fi
else
result=$wxUSE_NOTIFICATION_MESSAGE
fi
{ echo "$as_me:$LINENO: result: $result" >&5
echo "${ECHO_T}$result" >&6; }
enablestring=
defaultval=$wxUSE_ALL_FEATURES
if test -z "$defaultval"; then
@@ -45133,6 +45178,13 @@ _ACEOF
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
fi
if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_NOTIFICATION_MESSAGE 1
_ACEOF
fi
if test "$wxUSE_ODCOMBOBOX" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_ODCOMBOBOX 1