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
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
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
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
: "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
&
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
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