RE: Treeview - scrolling through rows via method calls



Thanks!  One question, however, how can you change the column header font?
I was able to make the rows nice and fat.  However, I can't figure out how
to change the column title size (its font type).

Thanks,
Bill


-----Original Message-----
From: Tristan Van Berkom [mailto:tristan van berkom gmail com] 
Sent: Tuesday, June 06, 2006 9:19 PM
To: Bill Sousan
Cc: gtk-list gnome org
Subject: Re: Treeview - scrolling through rows via method calls

Bill Sousan wrote:

>I other words, I need to emulate the user scrolling through the treeview by
>line, by page, or to the beginning or end.  I think the begin or end would
>not be too bad. 
>  
>
I have used treeviews on touchscreens... from my experience all you
need is big fat rows and a nicely themed vertical scrollbar on your
scrolled window, make sure they are big fat buttons :)

You probably also want to design your app so that selecting a row 
(single or multiple)
is the extent of the treeview interaction... toggle renderers are 
probably fine, but
combo renderers and ofcourse; editable text renderers are out of the 
question.

The GtkAdjustment used for the scrollbar usually has ok defaults, but
if you need to tinker the page-size and step-increment etc... the 
GtkAdjutment
is the right place to do it.

Cheers,
                                         -Tristan





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