From 356554c22998264769a5c516697cbfbd43847ce4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 4 Apr 2015 21:29:33 -0400 Subject: textscreen: Add help URL functionality for windows. This adds the ability to associate a URL with a window that gives some extra information about it and the configuration options found in it. --- textscreen/examples/guitest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textscreen/examples') diff --git a/textscreen/examples/guitest.c b/textscreen/examples/guitest.c index 04d580c9..46060bf0 100644 --- a/textscreen/examples/guitest.c +++ b/textscreen/examples/guitest.c @@ -96,6 +96,8 @@ void SetupWindow(void) window = TXT_NewWindow("Window test"); + TXT_SetWindowHelpURL(window, "https://www.youtube.com/watch?v=dQw4w9WgXcQ"); + TXT_AddWidget(window, TXT_NewSeparator("Main section")); table = TXT_NewTable(3); -- cgit v1.2.3