[10228] in The GTK GIMP ToolKit mailing list archive
[gtk-list] GtkClist not scrolling
daemon@ATHENA.MIT.EDU (Marcus Brito)
Tue Nov 17 21:11:19 1998
Date: Tue, 17 Nov 1998 09:08:21 -0200
From: Marcus Brito <pazu@linuxbr.com.br>
To: gtk-list@redhat.com
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
I've got a really annoying problem here. It seems that GtkClist is not
scrolling, neither vertical, nor horizontal. The scrollbars simple don't
appear.
I'm using GTK from CVS, grabbed 2 days ago. I've checked the gtkclist.c
source file, and found that the method gtk_clist_set_policy is nearly
empty. Take a look:
void
gtk_clist_set_policy (GtkCList *clist,
GtkPolicyType vscrollbar_policy,
GtkPolicyType hscrollbar_policy)
{
g_return_if_fail (clist != NULL);
g_return_if_fail (GTK_IS_CLIST (clist));
}
How could I fix this?
--
Ja ne,
Marcus `Pazu' Brito
Mailto: pazu@linuxbr.com.br
Linux: In a world without fences, who needs Gates?
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null