Re: [E-devel] Show disabled style of entry

2008-01-18 Thread The Rasterman
On Thu, 17 Jan 2008 19:00:02 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: ... actually - you want both. e_entry wraps e_editable. e_editable is a raw bit of text that can be edited - it has no entry box/decoration/background. so you want to emit a disabled state to the entry ANd d

Re: [E-devel] Show disabled style of entry

2008-01-17 Thread Gustavo Sverzut Barbieri
On Jan 17, 2008 6:13 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Am Thu, 17 Jan 2008 18:00:28 -0300 schrieb Gustavo Sverzut Barbieri: > > > > On Jan 17, 2008 3:44 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > Am Sun, 13 Jan 2008 18:57:56 -0300 schrieb Gustavo Sverzut Barbieri: > > > > > > > >

Re: [E-devel] Show disabled style of entry

2008-01-17 Thread Andreas Volz
Am Thu, 17 Jan 2008 18:00:28 -0300 schrieb Gustavo Sverzut Barbieri: > On Jan 17, 2008 3:44 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > > Am Sun, 13 Jan 2008 18:57:56 -0300 schrieb Gustavo Sverzut Barbieri: > > > > > > > On Jan 13, 2008 6:16 PM, Adriano Rezende <[EMAIL PROTECTED]> wrote: > > > >

Re: [E-devel] Show disabled style of entry

2008-01-17 Thread Gustavo Sverzut Barbieri
On Jan 17, 2008 3:44 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Am Sun, 13 Jan 2008 18:57:56 -0300 schrieb Gustavo Sverzut Barbieri: > > > > On Jan 13, 2008 6:16 PM, Adriano Rezende <[EMAIL PROTECTED]> wrote: > > > On Jan 13, 2008 3:03 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > > > > Am

Re: [E-devel] Show disabled style of entry

2008-01-17 Thread Andreas Volz
Am Sun, 13 Jan 2008 18:57:56 -0300 schrieb Gustavo Sverzut Barbieri: > On Jan 13, 2008 6:16 PM, Adriano Rezende <[EMAIL PROTECTED]> wrote: > > On Jan 13, 2008 3:03 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > > > Am Sat, 12 Jan 2008 19:44:40 -0300 schrieb Adriano Rezende: > > > > > > > > > >

Re: [E-devel] Show disabled style of entry

2008-01-13 Thread Gustavo Sverzut Barbieri
On Jan 13, 2008 6:16 PM, Adriano Rezende <[EMAIL PROTECTED]> wrote: > On Jan 13, 2008 3:03 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > > > Am Sat, 12 Jan 2008 19:44:40 -0300 schrieb Adriano Rezende: > > > > > > > I believe you have to emit the signal to > > > sd->editable_object->text_object > >

Re: [E-devel] Show disabled style of entry

2008-01-13 Thread Adriano Rezende
On Jan 13, 2008 3:03 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Am Sat, 12 Jan 2008 19:44:40 -0300 schrieb Adriano Rezende: > > > > I believe you have to emit the signal to > > sd->editable_object->text_object > > > > Search for the following code in your e_entry.c > > > > | sd->editable_object

Re: [E-devel] Show disabled style of entry

2008-01-13 Thread Andreas Volz
Am Sat, 12 Jan 2008 19:44:40 -0300 schrieb Adriano Rezende: > I believe you have to emit the signal to > sd->editable_object->text_object > > Search for the following code in your e_entry.c > > | sd->editable_object = o; > | e_editable_theme_set(o, "base/theme/widgets", "e/widgets/entry"); > >

[E-devel] Show disabled style of entry

2008-01-12 Thread Andreas Volz
Hello, I tried to patch E to show the disabled state of a text entry. Here are my patches: Index: e_entry.c === RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v retrieving revision 1.53 diff -u -u -r1.53 e_entry.c --- e_entry.c 12 D