Coder Social home page Coder Social logo

Layout specs about xwt HOT 2 CLOSED

mono avatar mono commented on July 17, 2024
Layout specs

from xwt.

Comments (2)

slluis avatar slluis commented on July 17, 2024

The MonoMac layout engine is actually quite complete. The GTK layout engine looks more complex, but the functionality they support is basically the same.

The widget layout model defined by XWT more complex than the layout model defined by GTK 2.0. It is actually the model defined by GTK 3.0. There are some features which are not supported natively by GTK 2.0, such as height-for-width widget sizing, and natural sizes. The GTK backend looks more complex because it is trying to support those features using the more limited GTK 2.0 layout model. That's the case of SizeCheckStep, which is just a trick to support height-for-width.

For WPF and MonoMac it is more simple because with those toolkits, widget layout can be fully driven by XWT. So all you have to do is place the widgets where XWT tells you to place them, and that's all.

from xwt.

carlosalberto avatar carlosalberto commented on July 17, 2024

Amazing, thanks for clarifying!. Gonna implement the backend then.

from xwt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.