programming in c a window problem

2004-09-09 Thread Paul Akkermans
Hi Fellows, I am trying to program (in c)a simple window/Form in my X Windows environment in Debian. The trouble is that I can't find a good example which draws such awindow or form on my screen. Does anybody know a good example? Kind regards, Paul Akkermans

Re: programming in c a window problem

2004-09-09 Thread Dave Howorth
Paul Akkermans wrote: I am trying to program (in c) a simple window/Form in my X Windows environment in Debian. The trouble is that I can't find a good example which draws such a window or form on my screen. Does anybody know a good example? Try typing 'X11 tutorial' into Google. The first hit

Re: programming in c a window problem

2004-09-09 Thread Jon Dowland
I have a few linked at http://jon.dowland.name/links/?cat_id=8 which I can recommend (those which still exist, that is). However, if you want to write a GUI app in X you more than likely want to use an existing widget toolkit to make life easier. Take a look at either qt or gtk. -- Jon Dowland

Re: programming in c a window problem

2004-09-09 Thread hugo vanwoerkom
Paul Akkermans wrote: Hi Fellows, I am trying to program (in c) a simple window/Form in my X Windows environment in Debian. The trouble is that I can't find a good example which draws such a window or form on my screen. Does anybody know a good example? Kind regards, Paul Akkermans The