[Glade-users] Vertical Separator EXACTLY in the middle

Tristan Van Berkom tvb at gnome.org
Fri Aug 21 10:32:32 EDT 2009


Try using a GtkHBox { GtkTable, GtkVSeparator, GtkTable }

Then you could even use a sizegroup to ensure that
the table on the left and right of the separator are of
the same width.

Cheers,
      -Tristan

On Fri, Aug 21, 2009 at 10:27 AM, Lucas Mocellin<lucasmocellin at gmail.com> wrote:
> Hi guys,
>
> I would like to place the vertical separator exactly in the middle of a
> table with 7 columns, to divide the interface in 2 places with the same
> space. the problem is the columns are "dynamic", so I can't get it. If I set
> homogenous for the table, it looks weird, for example, the vertical
> separator will use more space than its need.
>
> So the "left side" of the interface has1 more field, that mess up with the
> alignment, what's the really workaround I did? Copied this field to the
> right side and painted with the background color to be "transparent", yes
> really bad, haha, but I didn't get it aligned another way.
>
> any idea do undo this beautiful work around?
>
> thanks,
>
> Lucas.
>
> _______________________________________________
> Glade-users maillist  -  Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
>


More information about the Glade-users mailing list