~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/PlacesGroup.h

  • Committer: Gord Allott
  • Date: 2011-02-28 16:27:57 UTC
  • mto: This revision was merged to the branch mainline in revision 902.
  • Revision ID: gord.allott@canonical.com-20110228162757-zk8otqin3bir0sml
erm, bunch of stuff. support for keynav, woo

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class PlacesGroup : public nux::View
34
34
{
35
35
public:
36
 
  
 
36
 
37
37
  PlacesGroup (NUX_FILE_LINE_PROTO);
38
38
  ~PlacesGroup ();
39
39
 
40
40
  void SetIcon (const char *icon);
41
41
  void SetName (const char *name);
42
 
 
 
42
 
43
43
  void          SetChildLayout (nux::Layout *layout);
44
44
  nux::Layout * GetChildLayout ();
45
45
 
68
68
  nux::VLayout *_group_layout;
69
69
  nux::HLayout *_header_layout;
70
70
  nux::Layout  *_content_layout;
71
 
  
 
71
 
72
72
  IconTexture          *_icon;
73
73
  nux::StaticCairoText *_name;
74
74
  nux::StaticCairoText *_expand_label;