Re: GtkBuilder Public API - Last call



On Wed, 2007-06-13 at 10:44 -0400, Tristan Van Berkom wrote:
> Good morning folks,
[...]
> Can we please not swap signal handlers unless they are
> explicitly specified ?
> 
>   <object class="GtkEntry" id="entry">
>     <signal name="activate" handler="button_clicked" object="button"/> 
>   </object>


Oops, have to ammend my mistype here, I meant to say:

  <object class="GtkEntry" id="entry">
    <signal name="activate" handler="button_clicked" swapped="True"/>  
 </object>

-Tristan





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]