forked from dotnet/maui
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Layout] implement layout #5
Comments
lytico
pushed a commit
that referenced
this issue
Aug 18, 2022
* Create build.yml (#4) * Create build.yml * Update build.yml * Update build.yml * Removed Blazor projects from solution. * Added a solution to be used for ci/cd on mac build agents. * Update build.yml * Moved ci/ci solution to build folder. * Update build.yml * Started work on nuspec files. * Update build.yml * Fixed paths in Build solution. * Update build.yml * Update build.yml * Fixed nuspec files. * Fixed another path. * More path updates. * Added additional nuspec files. * Fixed path. * Try secret * Tried secrets 2 * Fixed nuspec file. * Updated the workflows. * Updated workflows again. * Switched from run_number to run_id (#5)
lytico
pushed a commit
that referenced
this issue
Aug 18, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
candidates are:
https://developer.gnome.org/gtk3/stable/GtkFixed.html
https://developer.gnome.org/gtk3/stable/GtkLayout.html
or a pure
https://developer.gnome.org/gtk3/stable/GtkContainer.html
and create a custom container like in
https://github.com/lytico/xwt/blob/0f251b3d79fb6658636654810853ec5f13ceb5f6/Xwt.Gtk/Xwt.GtkBackend/BoxBackend.cs#L72-L74
https://github.com/lytico/xwt/blob/0f251b3d79fb6658636654810853ec5f13ceb5f6/Xwt.Gtk/Xwt.GtkBackend/CanvasBackend.cs#L96
The text was updated successfully, but these errors were encountered: