aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-23 16:40:34 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-09-01 11:05:13 +0300
commit2cc9e6cf9ed9577ce014f880ba63dcf52464f500 (patch)
treea04cdcd2113ed4d21a057e44cd2288b61f102e44 /doc
parent90156d485923e35fb9188e6dc41d8548bc4b7d02 (diff)
New: MButtonStyle - iconId and toggledIconId
RevBy: Dominik Kapusta, Ville Voutilainen Details: The iconID and toggledIconID of an MButton can now be specified also via style. Their values in the model (when given) override their values in the style.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/news.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/news.dox b/doc/src/news.dox
index 42a1312e..b0a89102 100644
--- a/doc/src/news.dox
+++ b/doc/src/news.dox
@@ -1,5 +1,11 @@
/*! \page news What's New in MeeGo Touch
+\section v02038 0.20.38
+
+\subsection New
+- You can now specify the icon ids of an MButton also via its CSS style.
+ See MButtonStyle::toggledIconId and MButtonStyle::iconId.
+
\section v02037 0.20.37
\subsection New