[Glade-users] gtkAboutDialog
    Frucot Jean-Louis 
    frucot.jeanlouis at free.fr
       
    Sat Aug 15 14:43:15 EDT 2009
    
    
  
Frucot Jean-Louis a écrit :
> I create gtkAboutDialog named Apropos_windows with glade 3.6.3.
>
> I associate the signal activate on GtkMenuItem with
> on_imagemenuitem10_activate
>
> then i dont know how to call this Apropos_windows.
>
>
>   
I answer myself :
I add :
/self.about = builder.get_object("apropos_window") /in/ __init__/
then i add :
/def on_imagemenuitem10_activate(self, w):/
/    gui.about.show ()/ #where gui is my interface
Is that right ?
-- 
Jean-Louis Frucot
mail frucot.jeanlouis at free.fr
http://gnusquetaires.org
http://gnusquetaires.org/forums/
    
    
More information about the Glade-users
mailing list