~azzar1/unity/scale-left-padding

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/DashSearchBar.h

  • Committer: Andrea Azzarone
  • Date: 2011-12-19 22:18:53 UTC
  • mfrom: (1792 unity)
  • mto: This revision was merged to the branch mainline in revision 1833.
  • Revision ID: azzaronea@gmail.com-20111219221853-wyy8fqwxk78s85ct
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
  static gboolean OnLiveSearchTimeout(SearchBar* self);
89
89
 
90
 
  const gchar* GetName();
91
 
  const gchar* GetChildsName();
 
90
  std::string GetName() const;
92
91
  void AddProperties(GVariantBuilder* builder);
93
92
  bool AcceptKeyNavFocus();
94
93
 
100
99
  nux::LayeredLayout* layered_layout_;
101
100
  nux::StaticCairoText* hint_;
102
101
  IMTextEntry* pango_entry_;
 
102
  nux::HLayout* filter_layout_;
 
103
  nux::SpaceLayout* filter_space_;
103
104
  nux::StaticCairoText* show_filters_;
104
 
  
 
105
  int search_bar_width_;
 
106
 
105
107
  int last_width_;
106
108
  int last_height_;
107
109