Controls Interactive
Revision as of 17:48, 9 May 2007 by ProfessaFresh (talk | contribs)
Interactive Controls: (items controable with the remote)
- @interface BRListControl : BRControl
- This is the list of menu choices you see when on the main page as well as the pages you tunnel into like tv shows, movies, music, ATVFiles, etc,
- @interface BRButtonControl : BRControl
- Not seen yet but I assume it's a simple button.
- @interface BRGoBackControl: BRControl
- Not seen yet but I assume it's a simple button with a 'go back' icon.
- @interface BRTextEntryControl : BRControl <BRTextContainer>
- A text entry input box.
- @interface BRIPv4AddressEntryControl : BRControl <BRTextContainer>
- An IP input box
- @interface BRScrollBarControl : BRControl
- Not seen but its safe to assume this is a (horiziontal) scroll bar
- @interface BRVerticalScrollControl : BRControl
- Not seen but its safe to assume this is a vertical scroll bar
Back to the Plug-in Developers Note Pad