-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is it possible to add a Adw.ViewStack? #8
Comments
Hi @qwersyk. It would be awesome to have your contribution 😃. If you can send a pull request I would greatly appreciate it. |
I haven't fully figured out how to make pull requests yet, but I've made a small sample code here for widget- Adw.ViewStack. gi.require_version(namespace='Gtk', version='4.0') from gi.repository import Adw, Gio, Gtk Adw.init() class ExampleWindow(Gtk.ApplicationWindow):
class ExampleApplication(Adw.Application):
if name == 'main':
|
I came across your project and I really liked it, you added a lot of examples for widgets, but I noticed that you don't have Adw.ViewStack. I have already used this widget and if you want I can help add it.
The text was updated successfully, but these errors were encountered: