Message-ID: <001701c4897a$ba4f9690$1501a8c0 at hama> From: "SooHyoung Oh" To: , "Pascal Brisset" References: <16681.55047.924115.955630 at sepia.recherche.enac.fr> Subject: Re: canvas in scrolled_window Date: Tue, 24 Aug 2004 10:35:23 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit And please check Scrolled window: http://pllab.kaist.ac.kr/~shoh/ocaml/lablgtk2/lablgtk2-tutorial/x1595.html Adjustment internals http://pllab.kaist.ac.kr/~shoh/ocaml/lablgtk2/lablgtk2-tutorial/x807.html ----- Original Message ----- From: "Pascal Brisset" To: Sent: Monday, August 23, 2004 8:37 PM Subject: canvas in scrolled_window > > > Hi, > > I got a small problem with scrollbars: I put a canvas in a scrolled_window > and I do not want to set the size of the canvas at the initialization. > When I put later big images in the canvas, the canvas is resized correctly but > the scrollbars of the scrolled_window are not. Do I have to inform the > scrolled_window that the canvas has been resized ? > > Thanks > > --Pascal > >