[Gtk-sharp-list] How to use coordinates?
Julien Sobrier
julien at sobrier.net
Thu Jan 12 00:16:20 EST 2006
Michael Hutchinson wrote:
> On 12/01/06, Julien Sobrier <julien at sobrier.net> wrote:
>
>>Hello,
>>I need to position a widgets by coordinates rather than by using the
>>usual packing method.
>>
>>To be exact, I need to mix both packing (main layout) with positioning
>>by coordinates.
>
>
> Gtk.Fixed or Gtk.Layout should do what you want.
>
>
> Michael
Thanks a lot. Gtk.Layout is what I need, I was looking in the wrong
direction.
I just have 1 more question: when I try to put a button widget on top of
a text box, th button is actually displayed under the text box. How can
I control which widget is displayed on top of the other(s)?
Thank you
Julien
More information about the Gtk-sharp-list
mailing list