Re: resizing a pane in a paned window from code



On Mon, 9 Oct 2000, Christopher T. Lansdown wrote:

Hi,
      Is it possible to resize a particular pane in a paned window from
the program?

void    gtk_paned_set_position    (GtkPaned  *paned,
                   gint       position);


position is the position of the handle from top or left

  Also, is it possible to set which pane will slurp up any
extra
space allocated from resizing?


void    gtk_paned_pack1           (GtkPaned  *paned,
                   GtkWidget *child,
                   gboolean   resize,
                   gboolean   shrink);

if resize is TRUE the pan-child will be resized
      Thanks,
      Chris

hope that helps
detlef
-- 
|  Multipliciter Lingua  |
|  muli.sourceforge.net  |





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