Displaying 1 result from an estimated 1 matches for "glade_file".
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...aming-policy project-wide -->
+ <object class="GtkWindow" id="window1">
+ <signal name="delete_event" handler="window1_delete_event"/>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </interface>
+ ')
> glade_file <- readLines( tmp )
> close( tmp ); rm( tmp )
>
> sink( file='glade_file.txt')
> cat( glade_file )
> sink()
>
> # call the binfings for GTK ( RGtk2_2.20.8 )
> library(RGtk2)
*Warning message:*
*In inDL(x, as.logical(local), as.logical(now), ...) :*
* DLL...