]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRListControl-ScrollControl.h
660fa5c221629007aeb79b2c466e86ce0d93c48c
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRListControl-ScrollControl.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import <BackRow/BRListControl.h>
8
9 @interface BRListControl (ScrollControl)
10 - (void)_scrollUp:(id)fp8;
11 - (void)_scrollDown:(id)fp8;
12 - (long)_backwardIndexForRowCount:(long)fp8 hitBoundary:(char *)fp12;
13 - (long)_forwardIndexForRowCount:(long)fp8 hitBoundary:(char *)fp12;
14 - (void)_setNewRow:(long)fp8;
15 - (void)_selectCurrentItem;
16 @end
17