Re: some comments on 2.4.0



On Wed, 2004-03-24 at 15:54, Markus Lausser wrote:
> Hello.
> 
> I'd like to make some comments on several widget in version 2.4.0

Bug reports should be put in bugzilla, or they are liable to get lost.

> GtkComboBoxEntry
> ------------------------------------
> - the entry is editable, but there is no way to get the current text?
>   (what is the sense of the entry being editable?)\

gtk_bin_get_child() gives you the GtkEntry

> - if the user enters some text which matches an item in the ListStore
>   it should be selected (gtk_combo_box_get_active_iter())
> - it doesnt layout very nicely in a hbox when the hbox is higher than
>   the entry (the arrow button scales, the entry doesnt):
>                        ___       _____
>   .-------------------|   |        ^
>   | The entry         | V |   hbox height
>   `-------------------|___|      __v__
> 
> GtkComboBox
> ------------------------------------
> - the label of the combo box isnt centered vertically when then combo
>   height is smaller than the default.
> 
> GtkExpander
> ------------------------------------
> - The header label doesnt expand, which means, you cannot do something
>   like:
> 
>    > function ...............C-F1
>    > another function........C-F2
> 
>   This would be a header label consisting of a hbox with an expanding
>   label and a non-expanding label.
> 
> - Button, eventboxes, etc. in the header label dont get mouse events.

Not a bug ... they have to be trapped so you can click on the header
label to toggle, just as you can't put a button inside the bin area
of a GtkCheckButton and have that work.

Regards,
						Owen

Attachment: signature.asc
Description: This is a digitally signed message part



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