Re: Scrollbar?



On Wed, 2004-01-28 at 23:12, Mee Com wrote:

[...]
      gtk_container_add (GTK_CONTAINER (table), scrolled_win);

Try it the other way around:
  gtk_container_add(GTK_CONTAINER(scrolled_win), table);

Markus.





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