summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 23:59:55 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 23:59:55 +0000
commitb253e636b63e9383271fdeb2858f416d59922b57 (patch)
treebdb8de9fcf6ffa25e2b4070e2e2d065be3cf4af4 /chrome/app/theme
parent45a613edf3b4cd4566cf631424217b59c75c146d (diff)
downloadchromium_src-b253e636b63e9383271fdeb2858f416d59922b57.zip
chromium_src-b253e636b63e9383271fdeb2858f416d59922b57.tar.gz
chromium_src-b253e636b63e9383271fdeb2858f416d59922b57.tar.bz2
Hover buttons for notification.
* Chagned WidgetGtk so that any GtkFixed can be parent of WidgetGtk. * Close button and Options menu is moved to separate TYPE_CHILD WidgetGtk which is shown/hidden as mouse moves. TODO: host Widget is not transparent right now. I'll address this in separate CL. BUG=41011 TEST=none Review URL: http://codereview.chromium.org/1654006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/theme_resources.grd4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 591b904..5819676 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -324,6 +324,10 @@
<include name="IDR_BALLOON_CLOSE_HOVER" file="balloon_close_hover.png" type="BINDATA" />
<include name="IDR_BALLOON_OPTIONS_ARROW" file="balloon_options_arrow.png" type="BINDATA" />
<include name="IDR_BALLOON_OPTIONS_ARROW_HOVER" file="balloon_options_arrow_hover.png" type="BINDATA" />
+ <!-- Desktop notifications for ChromeOS-->
+ <if expr="pp_ifdef('chromeos')">
+ <include name="IDR_NOTIFICATION_MENU" file="notification_menu.png" type="BINDATA" />
+ </if>
<include name="IDR_SIDETABS_SHADOW_TOP" file="sidetabs_shadow_top.png" type="BINDATA" />
<include name="IDR_SIDETABS_SHADOW_MIDDLE" file="sidetabs_shadow_middle.png" type="BINDATA" />