~unity-team/unity/trusty-1066971

« back to all changes in this revision

Viewing changes to dash/previews/SocialPreview.h

  • Committer: Marco Trevisan (Treviño)
  • Date: 2014-08-06 14:09:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3802.
  • Revision ID: mail@3v1n0.net-20140806140930-knkc0x43ree376r1
PlacesOverlayVScrollBar and VScrollBarOverlayWindow: add support for scaling

Add a new ScrollView class to create ScrollViews with an OverlayScrollbar and with scaling support.
Using them in dash Scopes and Previews.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define SOCIALPREVIEW_H
25
25
 
26
26
#include "Preview.h"
 
27
#include "unity-shared/OverlayScrollView.h"
27
28
 
28
29
namespace unity
29
30
{
68
69
  nux::VLayout* social_content_layout_;
69
70
  nux::VLayout* social_data_layout_;
70
71
  nux::VLayout* social_info_layout_;
 
72
  ScrollView* social_info_scroll_;
71
73
  nux::VLayout* icon_layout_;
72
74
  nux::Layout* actions_layout_;
73
75