~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to shells/generic/iggwidgetkeyslider.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-28 15:06:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061028150632-hyvuhvsv6zpmf5ev
Tags: 3.0.5-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
protected:
68
68
 
69
 
        virtual bool UpdateWidgetBody();
 
69
        virtual void UpdateWidgetBody();
70
70
 
71
71
        ibgWidgetEntrySubject *mSubject;
72
72
        //
247
247
 
248
248
        int ComputeResolution();
249
249
 
250
 
        virtual bool UpdateWidgetBody();
 
250
        virtual void UpdateWidgetBody();
251
251
 
252
252
        const iObjectKey *mVarKey, *mStretchKey;
253
253
};