Hi guys.
I am looking at the documentation:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AWindow#Position
Let me copy paste here:
POS_NONE
No influence is made on placement.
POS_CENTER
Windows should be placed in the center of the screen.
POS_MOUSE
Windows should be placed at the current mouse position.
POS_CENTER_ALWAYS
Keep window centered as it changes size, etc.
POS_CENTER_ON_PARENT
Center the window on its transient parent (see
Gtk::Window#transient_for=).
Ok… I see 5 options… but where is POS_LEFT or POS_TOP? Are these not
available in Gtk? And, where could I find official documentation about
this, I mean, Gtk-documentation rather than ruby-gtk documentation?