Re: Scrolling in a GtkTreeView...
- From: James Johnson <johnsjam comcast net>
- To: Carlos Savoretti <csavoretti clubsanjorge com ar>
- Cc: Gtk Mailing List <gtk-app-devel-list gnome org>
- Subject: Re: Scrolling in a GtkTreeView...
- Date: Tue, 13 Jul 2004 09:24:24 -0700
I haven't actually done this but you might try using the signal:
"scroll-child" in conjunction with:
GtkAdjustment* gtk_scrolled_window_get_hadjustment(GtkScrolledWindow
*scrolled_window);
Then grab the max and min values of the adjustment and see if you have
reached those yet. If you have then you know the first/last row is
fully visible.
Let me know if this works...I was planning on trying it out and using
it if it did.
Thanks!
Jimmy
On Jul 12, 2004, at 3:06 PM, Carlos Savoretti wrote:
Hello all:
Is there a way to catch scrolling in a GtkTreeView (inside a
GtkScrolledWindow) to detect if the first / last row is visible.
Than you a lot for your help.
Carlos Savoretti
Av. Cordoba 1154.
Cap.Fed. ARGENTINA
csavoretti clubsanjorge com ar
...
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]