[Gtk-sharp-list] Fixed positions?
George Farris
george@gmsys.com
Mon, 23 Aug 2004 18:48:25 -0700
On Mon, 2004-08-23 at 02:05, Stephan Eberle wrote:
> Ok...
>
> So now I can just say to myself: RTFM.... :|
>
> Used "Fixed::Put" to get the work done. Plz just don't tell anybody...
> *selfslapping*
>
>
> regards,
> Stevie
>
>
> Stephan Eberle wrote:
>
> > Hi.
> >
> > I asked this once before... I have a little problem adapting to
> > gtk-sharp because in "my world" I mostly use fixed positions for my
> > programs' controls. So in my test application I wanted to use the
> > fixed-widget to have an easy start.
> >
> > I can add controls to the widget and events and everything. But I just
> > can't figure out how to have a control positioned at ---let's say---
> > 30,30 on the fixed widget.
> >
> > So what's the correct member to do this?
> >
> > For example when I want to add a button (width: 70px, height: 26px)
> > on position 50x,100y on my widget?
Just a note that fixed position widgets are absolutely horrible, I
would suggest you take the little time it takes to learn glade and do it
that way. Your users will thank you when they go to resize your app.
Cheers
--
George Farris <george@gmsys.com>