1
0
Fork 0

Still improvable support for tooltip windows

This commit is contained in:
Joris van der Hoeven 2020-11-08 11:34:23 +00:00
parent e5311427a6
commit 5a7fed8017
1 changed files with 19 additions and 3 deletions

View File

@ -5619,7 +5619,7 @@ source code.
</explain> </explain>
<\explain> <\explain>
<scm|(alt-window-create <scm-arg|int> <scm-arg|widget> <scm-arg|string> <scm-arg|bool>)> <scm|(alt-window-create-quit <scm-arg|int> <scm-arg|widget> <scm-arg|string> <scm-arg|command>)>
<explain-synopsis|no synopsis> <explain-synopsis|no synopsis>
<|explain> <|explain>
Calls the <c++> function <cpp|window_create> which returns Calls the <c++> function <cpp|window_create> which returns
@ -5627,10 +5627,26 @@ source code.
</explain> </explain>
<\explain> <\explain>
<scm|(alt-window-create-quit <scm-arg|int> <scm-arg|widget> <scm-arg|string> <scm-arg|command>)> <scm|(alt-window-create-plain <scm-arg|int> <scm-arg|widget> <scm-arg|string>)>
<explain-synopsis|no synopsis> <explain-synopsis|no synopsis>
<|explain> <|explain>
Calls the <c++> function <cpp|window_create> which returns Calls the <c++> function <cpp|window_create_plain> which returns
<scm|void>.
</explain>
<\explain>
<scm|(alt-window-create-popup <scm-arg|int> <scm-arg|widget> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|window_create_popup> which returns
<scm|void>.
</explain>
<\explain>
<scm|(alt-window-create-tooltip <scm-arg|int> <scm-arg|widget> <scm-arg|string>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|window_create_tooltip> which returns
<scm|void>. <scm|void>.
</explain> </explain>