Hi,

I've do some tests with Glade-2 and when saving them into .glade files I
realized that it seems to be a inconsistency related with internal-
children.

For example, save a GtkWindow with a GtkFrame on it (frame.glade) and
save a GtkFileChooserDialog (filechooser.glade). These widgets, frame
and dialog, have both internal children: The Frame has a 'label-widget'
property that is the internal child, the FileChooserDialog has 'vbox'
and 'action_area' properties. I attach the files for reference.

When saved, the frame just use another regular <child> for the label and
use a packing property to know that it is a internal children. The
dialog use the special <child internal-child=""> tag for the vbox and
action_area, which, in my opinion is the way to go.

Is this a bug? Is there a special reason to handle the Frame like this?

-- 
Lorenzo Gil Sanchez <[EMAIL PROTECTED]>

Attachment: file-chooser.glade
Description: application/glade

Attachment: frame.glade
Description: application/glade

Reply via email to