Re: GtkLabelClass select_all error



Jeff Franks <jcf tpg com au> writes:

> Hi,
> 
> I noticed that the GtkLabelClass declares the function pointer
> 
> void (* select_all) (GtkLabel *label);
> 
> I presume this is suppose to be a signal but there is no reference to
> 'select_all' in gtklabel.c.

Yeah, this is just a leftover. (I pointed out to Alex that select
all could be done as move-to-the-beginning, 
move-to-the-end-extending-selection, so it didn't need a separate
action signal.)

Regards,
                                        Owen



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