Re: GtkLabel as a child of a windowless widget



Alberto Mardegan wrote:
[...]

Any hints? I have no clue.

    This mailing list is for the discussion of GTK+ development
itself, for questions related to writing applications in gtk+
please write to gtk-app-devel-list gnome org or gtk-list gnome org
FYI: Widgets do not overlap in any containers in gtk+ (I've heard
that there is z-ordering in gnomecanvas... you might want to check
that out).

You can:
    - Draw the frame yourself in the GtkFixed and place
      a child label where the frames label would be
    - Add a fixed as the child widget of the frame (probably
      what you want anyway).

Cheers,
                        -Tristan






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