M
Marc Heiler
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:OS_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::Window#Position
Thanks for any help-pointer in advance.
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:OS_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::Window#Position
Thanks for any help-pointer in advance.