Hassan Aurag wrote:
>
> -Make canvas=GnomeCanvas()
> -Now, make canvas.root().add("widget",......)
> -widget=GtkCList which contains text for input.
> -make that widget fill the canvas horizontally ????? HOWT-TO-DO-IT?
> -make the canvas background be widget background color, so that
clist_width = ?
clist_height = ?
canvas.set_usize(clist_width, clist_height)
canvas.root().group.add('widget',
widget=ebox,
x=?,
y=?,
width=clist_width,
height=clist__height,
anchor=?)
<add the clist to the ebox, etc.>
Why wouldn't this work?
Jeff
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]