2007/9/11, Peter Clifton <[EMAIL PROTECTED]>:

Hi Peter,

a bit late but...

> The GTK C API exposes the buttons in its instance structure:
>
>
> struct _GtkAssistant
> {
>   GtkWindow  parent;
>
>   GtkWidget *cancel;
>   GtkWidget *forward;
>   GtkWidget *back;
>   GtkWidget *apply;
>   GtkWidget *close;
>   GtkWidget *last;
>
>   /*< private >*/
>   GtkAssistantPrivate *priv;
> };
>
> So if they were exposed in the Python binding, we could grab the buttons
> and alter them presumably.


I guess it does make sense, if they are public fields in gtk, should
be the same for pygtk, would you mind to file a bug?

cheers
-- 
Gian Mario Tagliaretti
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to