From: Marc Heiler Date: 2006-09-21T18:38:19+09:00 Subject: Ruby-gnome/gtk and Positioning? Not sure if this is the proper place to ask for a ruby-gtk/gnome question, but in case its not you'd surely tell me so. :) The question I have is, that aside from the constants like POS_NONE (Example Code: main_window.set_window_position(Gtk::Window::POS_NONE) ) is there any other way to specify the precise location of a GTK app? Specifically I'd like to place it at "top left" corner upon startup of the ruby application, but I cant seem to be able to do exactly that. For quick reference, only 5 constants seem to be possible at: http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AWindow#Position Thanks for any help-pointer in advance. -- Posted via http://www.ruby-forum.com/.