Home | History | Annotate | Download | only in dev

Lines Matching refs:scrollbar

49  * The interface for a scrollbar.  A scrollbar is a widget, so the functions
50 * in PPB_Widget can also be used with scrollbar objects.
54 * Create a new scrollbar. Returns 0 if the instance is invalid.
58 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if
59 * the resource is invalid or some type other than a scrollbar.
63 * Gets the thickness of a scrollbar.
67 * Returns PP_TRUE if the system scrollbar style is an overlap scrollbar.
69 PP_Bool (*IsOverlay)(PP_Resource scrollbar);
71 * Gets the value of the scrollbar.
73 uint32_t (*GetValue)(PP_Resource scrollbar);
75 * Sets the value of the scrollbar.
77 void (*SetValue)(PP_Resource scrollbar, uint32_t value);
82 void (*SetDocumentSize)(PP_Resource scrollbar, uint32_t size);
87 void (*SetTickMarks)(PP_Resource scrollbar,
95 void (*ScrollBy)(PP_Resource scrollbar,