ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

nsIScrollable Interface Reference

import "nsiface.idl";

Inherits nsISupports.

Public Types

enum  { ScrollOrientation_X = 1, ScrollOrientation_Y = 2 }
enum  { Scrollbar_Auto = 1, Scrollbar_Never = 2, Scrollbar_Always = 3 }

Public Member Functions

nsresult GetCurScrollPos (PRInt32 scrollOrientation, PRInt32 *curPos)
nsresult SetCurScrollPos (PRInt32 scrollOrientation, PRInt32 curPos)
nsresult SetCurScrollPosEx (PRInt32 curHorizontalPos, PRInt32 curVerticalPos)
nsresult GetScrollRange (PRInt32 scrollOrientation, PRInt32 *minPos, PRInt32 *maxPos)
nsresult SetScrollRange (PRInt32 scrollOrientation, PRInt32 minPos, PRInt32 maxPos)
nsresult SetScrollRangeEx (PRInt32 minHorizontalPos, PRInt32 maxHorizontalPos, PRInt32 minVerticalPos, PRInt32 maxVerticalPos)
nsresult GetDefaultScrollbarPreferences (PRInt32 scrollOrientation, PRInt32 *scrollbarPref)
nsresult SetDefaultScrollbarPreferences (PRInt32 scrollOrientation, PRInt32 scrollbarPref)
nsresult GetScrollbarVisibility (PRBool *verticalVisible, PRBool *horizontalVisible)

Detailed Description

Definition at line 1948 of file nsiface.idl.


The documentation for this interface was generated from the following file:

Generated on Sun May 27 2012 06:31:28 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.