Skip to content

Commit

Permalink
Added new flag for scrolling a frame if it isn't visible
Browse files Browse the repository at this point in the history
r=troy b=18649
  • Loading branch information
rods%netscape.com committed Jan 25, 2000
1 parent bbcb26e commit f40d94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions layout/base/nsIPresShell.h
Expand Up @@ -58,6 +58,7 @@ class nsIArena;
#define NS_PRESSHELL_SCROLL_RIGHT 100
#define NS_PRESSHELL_SCROLL_CENTER 50
#define NS_PRESSHELL_SCROLL_ANYWHERE -1
#define NS_PRESSHELL_SCROLL_IF_NOT_VISIBLE -2

typedef enum SelectionType{SELECTION_NORMAL = 0,
SELECTION_SPELLCHECK,
Expand Down
1 change: 1 addition & 0 deletions layout/base/public/nsIPresShell.h
Expand Up @@ -58,6 +58,7 @@ class nsIArena;
#define NS_PRESSHELL_SCROLL_RIGHT 100
#define NS_PRESSHELL_SCROLL_CENTER 50
#define NS_PRESSHELL_SCROLL_ANYWHERE -1
#define NS_PRESSHELL_SCROLL_IF_NOT_VISIBLE -2

typedef enum SelectionType{SELECTION_NORMAL = 0,
SELECTION_SPELLCHECK,
Expand Down

0 comments on commit f40d94a

Please sign in to comment.