Displaying 2 results from an estimated 2 matches for "verwerk".
Did you mean:
  verkerk
  
2016 Dec 26
2
Centos7.3-Mate
Hello All, 
I have this problem starting Centos7.3 - the official name escapes me at the moment. 
I often install Centos7 Minimal, then X Window System, then Mate desktop. 
This last step gives me trouble, and I have to run 
# yum groupinstall mate --skip-broken 
output: 
skipped packages: 
NetworkManager-I2tp 
ldns 
libreswan 
unbound-libs 
xl2tpd 
I realise this is probably an issue for EPEL
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
...ck(tbw.instellingen <- .Tk.newwin(tbn))
  tkpack(tab.instellingen <- tkframe(tbw.instellingen))
  gui.maak.tab(tab.algemeen)
  gui.maak.tab(tab.relaties)
  gui.maak.tab(tab.posten)
  gui.maak.tab(tab.instellingen)
  tkgrid(tkbutton(tt, text="GUI bijwerken", 
    command=function() verwerk.button("GUIBijwerken", tt)))
  # FIXME: add cleanup handler?
  #tkbind(tt, "<Destroy>", function() tkdestroy(tn))
### --> Don't understand this ... if I do the last "raise" only,
### --> then I see all tabs in the first tab, until I go to another
###...