开发者

Which UI designer to use with GtkSharp: Glade, GtkBuilder or Stetic?

开发者 https://www.devze.com 2023-04-02 09:01 出处:网络
Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?

Which interface tool would you recommend I use for creating user interfaces for GtkSharp applications?

I started with Glade, because it has wrappers in GtkSharp and allows for loading widgets from resource files. But then I found advise to use GtkBuilder instead of Glade, because Glade w开发者_开发百科ill be replaced by GtkBuilder in future releases of Gtk. Is it true? Furthermore, it seems for UI generation MonoDevelop uses Stetic which extends Glade. Which one should I use?


There is a difference between Glade (the application) and libglade (the library). Libglade is a library that has been replaced by GtkBuilder and so you should not use it. Glade the application is the UI designer, which can save GtkBuilder files, or libglade files for compatibility.

Stetic ties in with Mono and MonoDevelop a bit more, and so if you use MonoDevelop then you should probably use Stetic.

0

精彩评论

暂无评论...
验证码 换一张
取 消