GNOME Bugzilla – Bug 118183
Default to HIG-style GtkFrame
Last modified: 2004-12-22 21:47:04 UTC
Glade should create HIG-style GtkFrames by default, with no visible border, with a bold title, and with the child inside an indented GtkAlignment: http://developer.gnome.org/projects/gup/hig/1.0/controls.html#controls-frames The GtkAligment in GTK+ 2.4 has a padding property which will make the indentation easier. Bug 96374 might be interesting, but it's not fun to read.
This one is easier to do than bug 118186. We need to: 1) Set the frame's shadow to 'None'. 2) Set the frame label "use_markup" property to TRUE, and set the label to "<b>widgetname</b>". 3) Add a GtkAlignment widget as a child and set the left padding property to 12. (It would be nicer if GtkFrame had an "indent" property instead. Maybe we should suggest that.) Users may be a bit confused when they add a frame but it doesn't have a visible frame!
fixed in cvs.