Re: Aligning widgets adjacent to a drawing area...



David J. Singer wrote:
I have an hbox divided into two side-by-side sections.  In the left
section I have a vertical list of gtk text entry boxes (serving as editable text labels) and in the right section I have a drawing area.

What I'd like to do is to be able to draw "waveforms" or "traces" in the
drawing area that line up with the text entry boxes (which form the labels for each trace).
[snip]

What's the correct way to do this sort of thing?


From your description, it sound as that a GtkTable would do the trick for you. If a GtkTable doesn't work out for some reason, you should have a look at GtkSizeGroup.

--
Christer Palm



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]