Is there an MDI form for GTK 3 or 2 in Ruby?

Asked

Viewed 174 times

2

There is a class that defines an MDI form in Ruby GTK 2 or 3, similar to that found in other languages like Delphi, C#, VB etc.?

Note: MDI is that form for desktop applications that a window is opened inside another, that is, it is in the scope of the main window, not leaving outside it.

  • Take a look at this link here: http://zetcode.com/gui/rubygtk/ - I believe this is what you are looking for.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.