[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Resizing MessageDialog
- From: "A. Pagaltzis" <pagaltzis gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Resizing MessageDialog
- Date: Sun, 3 Apr 2005 20:24:43 +0200
* Stephan Martin <sm sm-zone net> [2005-04-03 19:05]:
> Nevertheless i encounter my resizing problem with that also.
Ah – sorry! I misunderstood the problem.
> I i use a scrolled window, the dialog box becomes very small
> and i’m not able to resize the dialog box at all.
Okay, first, of all, (by my reading of the docs anyhow,) setting
a default-size on the scrolled window should help it pick saner
initial dimensions.
> Following the c documentation, i thought, i should be able to
> call $dialog->set_resizeable(1), but that spits out an error so
> it looks like i missed something here.
I was going to say “no error for me, works as expected,” but then
I noticed that what worked without error for me was
set_resizable()
and not your
set_resizeable()
^
You have an extra "e" in the method name.
HTH,
--
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]