How to use UIWindow (or whatever the window object is) #285
Answered
by
MyreMylar
TechStudent10
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello,
Have you looked at the pygame_gui_examples GitHub repo? There are several
examples that make use of the UIWindow in there.
The UIFileDialog and UIMessageWindow windows in the main pygame_gui project
also make use of it.
There is also some auto-generated documentation in the docs you might have
missed.
I hope that helps a bit, I'm on holiday right now so sorry I can't dig out
links directly.
…On Thu, 28 Jul 2022, 05:21 TechStudent10, ***@***.***> wrote:
Hello! I've seen this module being used in a Python operating system
called Snakeware and would like to use it in my project. I've looked
through the docs, but can't find anything.
I am looking for the object used in the first (pink) screenshot and it's
usage.
Thank you in advance!
—
Reply to this email directly, view it on GitHub
<#285>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADGDGGRWXMPI2KR6VBKRG7DVWH4ERANCNFSM543WRU6A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TechStudent10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I've seen this module being used in a Python operating system called Snakeware and would like to use it in my project. I've looked through the docs, but can't find anything.
I am looking for the object used in the first (pink) screenshot and it's usage.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions