View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#9
From the gtk.Dialog reference page:

Attributes

"vbox" Read A gtk.VBox that is the main container of the dialog - all the other widgets are packed in it.
"action_area" Read A gtk.HBox that contains the buttons of the dialog.
So, maybe you have to traverse these containers individually.

myDialog.vbox
myDialog.action_area
__________________
N9: Go white or go home