CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/UIScrollBar.h
Go to the documentation of this file.
00001 //
00002 //  UIVerticalScrollBar.h
00003 //  CatNipTableTest
00004 //
00005 //  Created by Lari O Rasku, tkol on 5/25/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 @interface UIScrollBar : UISlider <UIScrollViewDelegate> {
00012     CGAffineTransform rotate;
00013     CGAffineTransform transform;
00014     UIScrollView *delegate;
00015 }
00016 
00018 @property (nonatomic, assign) UIScrollView *delegate;
00019 
00021 @property float direction;
00022 
00026 @property (nonatomic) CGAffineTransform transform;
00027 
00028 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines