Re: [E-devel] equivalent to XmNsensitive

2009-05-12 Thread Nathan Ingersoll
On Tue, May 12, 2009 at 3:59 PM, Peter Wehrfritz wrote: > Nick Hughart schrieb: >> On Fri, 08 May 2009 19:46:26 +0200 >> Peter Wehrfritz wrote: >> >> >>> noma...@free.fr schrieb: >>> Ok another question, what about the case whene we dont know the stat of the widget. So we must

Re: [E-devel] equivalent to XmNsensitive

2009-05-12 Thread Peter Wehrfritz
Nick Hughart schrieb: > On Fri, 08 May 2009 19:46:26 +0200 > Peter Wehrfritz wrote: > > >> noma...@free.fr schrieb: >> >>> Ok another question, >>> >>> what about the case whene we dont know the stat of the widget. So >>> we must get the stat first and then decide wether to call >>> ewl_wi

Re: [E-devel] equivalent to XmNsensitive

2009-05-11 Thread Nick Hughart
On Fri, 08 May 2009 19:46:26 +0200 Peter Wehrfritz wrote: > noma...@free.fr schrieb: > > Ok another question, > > > > what about the case whene we dont know the stat of the widget. So > > we must get the stat first and then decide wether to call > > ewl_widget_enable or disable. How can I do to o

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread Peter Wehrfritz
noma...@free.fr schrieb: > Ok another question, > > what about the case whene we dont know the stat of the widget. So we must get > the stat first and then decide wether to call ewl_widget_enable or disable. > How can I do to obtain this stat? > if (DISABLED(w)) ewl_widget_enable(w); else

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread nomaafa
: "ewl_dev" Envoyé: Vendredi 8 Mai 2009 09h26:05 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [E-devel] equivalent to XmNsensitive noma...@free.fr schrieb: > Hi, > > I seek in EFL something like XmNsensitive (Motif) to make a button widget &

Re: [E-devel] equivalent to XmNsensitive

2009-05-08 Thread Peter Wehrfritz
noma...@free.fr schrieb: > Hi, > > I seek in EFL something like XmNsensitive (Motif) to make a button widget > insensitive. > > I know that EWL_FLAG_STATE_DISABLED does somthing equivalent but I don't khow > how can i code it!! > To disable a widget simply call ewl_widget_disable() and enabl

[E-devel] equivalent to XmNsensitive

2009-05-07 Thread nomaafa
Hi, I seek in EFL something like XmNsensitive (Motif) to make a button widget insensitive. I know that EWL_FLAG_STATE_DISABLED does somthing equivalent but I don't khow how can i code it!! thank's NMF -- The NEW KODA