- // Backward compatibility
- int GetValue(void) const;
- void SetValue( const int viewStart );
- void GetValues( int *viewStart, int *viewLength, int *objectLength, int *pageLength) const;
- int GetViewLength() const;
- int GetObjectLength() const;
- void SetPageSize( const int pageLength );
- void SetObjectLength( const int objectLength );
- void SetViewLength( const int viewLength );
-
- public:
-
- GtkAdjustment *m_adjust;
- float m_oldPos;