summaryrefslogtreecommitdiffstats
path: root/include/widgets/scrollbar.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-11 17:06:31 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-11 17:06:31 +0100
commit78abbeb7101da0cb1eb708d915fc918b945b0970 (patch)
tree6b6873289bb5a42d17d715e2ea6913c7c7ae9666 /include/widgets/scrollbar.h
parent5e371eedeb5b18ad01e208c6b22d3d93fc8257f2 (diff)
Textbox uses new theme engine..
Diffstat (limited to 'include/widgets/scrollbar.h')
-rw-r--r--include/widgets/scrollbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/widgets/scrollbar.h b/include/widgets/scrollbar.h
index d03c03ad..f1686ffe 100644
--- a/include/widgets/scrollbar.h
+++ b/include/widgets/scrollbar.h
@@ -22,6 +22,7 @@ typedef struct _scrollbar
} scrollbar;
/**
+ * @param name The name of the widget.
* @param x The x coordinate (relative to parent) to position the new scrollbar
* @param y The y coordinate (relative to parent) to position the new scrollbar
* @param w The width of the scrollbar
@@ -31,7 +32,7 @@ typedef struct _scrollbar
*
* @returns the scrollbar object.
*/
-scrollbar *scrollbar_create ( short x, short y, short w, short h );
+scrollbar *scrollbar_create ( const char *name, short x, short y, short w, short h );
/**
* @param sb scrollbar object