Re: Text Input Box with Xlib

2013-02-04 Thread Thomas Dickey
On Mon, Feb 04, 2013 at 06:13:02AM +, Steven Newbury wrote: > On Sun, 2013-02-03 at 19:35 -0200, Gabriel Duarte wrote: > > Hello! > > No, you didn't get the ideia. I do no want to use a toolkit, I'm > > writing a toolkit. It's an exercise and for fun, not something > > professional like GTK+, Q

Re: Text Input Box with Xlib

2013-02-03 Thread Steven Newbury
On Sun, 2013-02-03 at 19:35 -0200, Gabriel Duarte wrote: > Hello! > No, you didn't get the ideia. I do no want to use a toolkit, I'm > writing a toolkit. It's an exercise and for fun, not something > professional like GTK+, Qt or TK. I have already used GTK+ and Qt, > even FLTK for my projects, so

Re: Text Input Box with Xlib

2013-02-03 Thread Eirik Byrkjeflot Anonsen
Gabriel Duarte writes: > Hello! > > No, you didn't get the ideia. I do no want to use a toolkit, I'm > writing a toolkit. It's an exercise and for fun, not something > professional like GTK+, Qt or TK. I have already used GTK+ and Qt, > even FLTK for my projects, so using them is not the big deal

Re: Text Input Box with Xlib

2013-02-03 Thread Gabriel Duarte
Cool :) Thanks for the advice :) I hope it's directly on the top of xlib, not of Xt; i will take a look! Cheers 2013/2/3 Robert Heller > At Sun, 3 Feb 2013 19:35:41 -0200 Gabriel Duarte > wrote: > > > > > > > Hello! > > No, you didn't get the ideia. I do no want to use a toolkit, I'm writing >

Re: Text Input Box with Xlib

2013-02-03 Thread Robert Heller
At Sun, 3 Feb 2013 19:35:41 -0200 Gabriel Duarte wrote: > > > Hello! > No, you didn't get the ideia. I do no want to use a toolkit, I'm writing a > toolkit. It's an exercise and for fun, not something professional like > GTK+, Qt or TK. I have already used GTK+ and Qt, even FLTK for my projects

Re: Text Input Box with Xlib

2013-02-03 Thread Gabriel Duarte
Hello! No, you didn't get the ideia. I do no want to use a toolkit, I'm writing a toolkit. It's an exercise and for fun, not something professional like GTK+, Qt or TK. I have already used GTK+ and Qt, even FLTK for my projects, so using them is not the big deal. I just asked here for someone who h

Re: Text Input Box with Xlib

2013-02-02 Thread Robert Heller
At Sat, 02 Feb 2013 14:02:04 -0800 Alan Coopersmith wrote: > > On 02/ 2/13 01:56 PM, Gabriel Duarte wrote: > > I already got window and button widgets working, and now I would like > > to write a text input box, but I have no idea how to start. If someone out > > there have advices, example cod

Re: Text Input Box with Xlib

2013-02-02 Thread Alan Coopersmith
On 02/ 2/13 01:56 PM, Gabriel Duarte wrote: > I already got window and button widgets working, and now I would like > to write a text input box, but I have no idea how to start. If someone out > there have advices, example code, etc etc, I would be very glad. The best advice we can give you is to

Text Input Box with Xlib

2013-02-02 Thread Gabriel Duarte
Hello! I am new in the list and I'm facing the first difficults in using Xlib. I have been playing around Xlib a little and then I decided to write a small set of widgets to make easier the things. I already got window and button widgets working, and now I would like to write a text input box, b