From: Hidetoshi NAGAI Date: 2006-01-13T02:05:43+09:00 Subject: Re: Ruby Tk --> Window Buttons From: alexmaster Subject: Ruby Tk --> Window Buttons Date: Fri, 13 Jan 2006 00:15:05 +0900 Message-ID: <0f7971994b95dfbcdb56d960383af850@ruby-forum.com> > I don't want the user to maximize the TkRoot - window with the button on > the right side of the window! How can I disable this one? Or how can I > make the size of my window fixed? Please try Tk.root.resizable(false, false) or Tk.root.maxsize(x, y) or both of them. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)