logo       

glade-perl: Bug in GnomeCanvas handling?: msg#00097

gnome.gtk+.perl

Subject: glade-perl: Bug in GnomeCanvas handling?

Hi,

This seems to be the right place for a bug report about Glade-Perl.
If I create a GonomeCanvas Widget with Glade, glade-perl didn't do the
connection between the GtkScrolledWindow and the canvas right. It uses

$forms->{'window'}{'scroller'}->add_with_viewport($widgets->{'canvas'} );

which leads to scrollbars that doesn't work. Since the canvas has
viewport capabilities already built in, we need just a normal add
operation:

$forms->{'window'}{'scroller'}->add($widgets->{'canvas'} );

My Glade-Perl version: 0.60
My Glade version: 0.6.4
Perl: 5.6.1

--
Rolf Herzog | her@xxxxxx | HP: www.culthea.de
Duisburg | herzog@xxxxxxxxx |
Germany | "Ohne Reproduktion gaebe es keine Originale"


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise