Displaying 1 result from an estimated 1 matches for "window_main".
Did you mean:
windomain
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...uilderAddFromFile( GUI, filename='glade_file.txt' )
> unlink( 'glade_file.txt' )
>
> # callback from delete_event ( small X in the Window )
> window1_delete_event <- function() print('Work or dont work???')
>
> gtkBuilderConnectSignals( GUI )
> window_main <- gtkBuilderGetObject( GUI, 'window1')
> gtkWidgetShowAll( window_main )
>
> #####################################
> #####################################
> #####################################
> # with the mouse, click in X window to close!!!!!!
> #########...