search for: gtkbuilderaddfromfil

Displaying 1 result from an estimated 1 matches for "gtkbuilderaddfromfil".

Did you mean: gtkbuilderaddfromfile
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...e_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 attempted to change FPU control word from 8001f to 9001f* > > > GUI <- gtkBuilderNew() > res <- gtkBuilderAddFromFile( 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 <...