Struct xpcom::interfaces::nsITextScroll [] [src]

#[repr(C)]
pub struct nsITextScroll { /* fields omitted */ }

interface nsITextScroll : nsISupports

/**
 * The nsITextScroll is an interface that can be implemented by a control that
 * supports text scrolling.
 */

Methods

impl nsITextScroll
[src]

[src]

Cast this nsITextScroll to one of its base interfaces.

impl nsITextScroll
[src]

[src]

/**
   * Scroll the view up or down by aNumLines lines. positive
   * values move down in the view. Prevents scrolling off the
   * end of the view.
   * @param numLines number of lines to scroll the view by
   */

void scrollByLines (in long numLines);

[src]

/**
   * Scroll the view up or down by numPages pages. a page
   * is considered to be the amount displayed by the clip view.
   * positive values move down in the view. Prevents scrolling
   * off the end of the view.
   * @param numPages number of pages to scroll the view by
   */

void scrollByPages (in long numPages);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsITextScroll
[src]

IID: nsIID = nsID(108734624, 34687, 4563, [175, 126, 0, 160, 36, 255, 192, 140])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsITextScroll
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITextScroll
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.