[gtkada] .rc class names for tooltips, vbox, hbox and table
Emmanuel Briot
briot at gnat.com
Mon Apr 2 19:04:00 CEST 2001
> >| Does any one know the .rc class names for :
> >|
> >| tooltips, vbox, hbox and table
You can't set any attribute for the middle two widgets, since these don't have
any physical window associated with them (they are just containers that
delegate the drawing to their children).
I don't know about the table, it seems to have a window associated. I guess you
already tried GtkTable ?
Emmanuel
More information about the gtkada
mailing list