I'm using a platform called 'Quickly' in Ubuntu, basically it helps to make the base for view and programing, but my program needs to open a new window, and with Quickly I just can open a Dialog, but the dialogs with glade already have two buttons (Cancel, Ok), but, when I try to redesign the dialog it shows a message like;
You can not delete a widget inside a compound widget.
I can't make a dialog just using pygtk because I don't have the helps of 'quickly' if I make it on the fly.
Thanks =).