Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs refer to nonexistent .show() method #50

Open
Seeker14491 opened this issue Nov 5, 2016 · 2 comments
Open

Docs refer to nonexistent .show() method #50

Seeker14491 opened this issue Nov 5, 2016 · 2 comments

Comments

@Seeker14491
Copy link
Contributor

The docs for kiss_ui::show_gui state

"The closure argument should initialize and call .show()."

and the docs for kiss_ui::dialog::Dialog state

"This does not make the dialog appear on screen. .show() must be called after the dialog has been configured."

There doesn't appear to be any .show() method though.

@abonander
Copy link
Contributor

@Seeker14491 The .show() method is on the Widget trait. Perhaps this could be clearer in the documentation, however.

@Seeker14491
Copy link
Contributor Author

I see; I typed in fn:show into the doc search box and it doesn't show up for some reason. I looked at all the examples, and none of them use this function either; why is this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants