The Following 9 Users Say Thank You to daperl For This Useful Post: | ||
|
2010-04-19
, 23:32
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#2
|
The Following User Says Thank You to daperl For This Useful Post: | ||
|
2010-04-19
, 23:33
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#3
|
HildonTreeViewRowHeaderFunc hildon_tree_view_get_row_header_func(GtkTreeView *tree_view); void hildon_tree_view_set_row_header_func (GtkTreeView *tree_view, HildonTreeViewRowHeaderFunc func, gpointer data, GDestroyNotify destroy);
The Following 4 Users Say Thank You to daperl For This Useful Post: | ||
|
2010-04-20
, 00:01
|
Posts: 436 |
Thanked: 406 times |
Joined on Jan 2010
|
#4
|
The Following User Says Thank You to SavageD For This Useful Post: | ||
|
2010-04-20
, 02:07
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#5
|
The Following User Says Thank You to Venemo For This Useful Post: | ||
|
2010-04-20
, 02:09
|
|
Posts: 1,338 |
Thanked: 1,055 times |
Joined on Oct 2009
@ California, USA / Jordan
|
#6
|
The Following User Says Thank You to bandora For This Useful Post: | ||
|
2010-04-20
, 06:05
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
I haven't figured out the right combination yet of how Nokia gets the top buttons to scroll without messing up the RTComLogView styling, but on deep inspection I noticed there's two hidden buttons inside the RTComLogView that I unsuccessfully tried to show. Also, there's at least two public functions missing from the online docs:
but I haven't tried to use them yet.Code:HildonTreeViewRowHeaderFunc hildon_tree_view_get_row_header_func(GtkTreeView *tree_view); void hildon_tree_view_set_row_header_func (GtkTreeView *tree_view, HildonTreeViewRowHeaderFunc func, gpointer data, GDestroyNotify destroy);
|
2010-04-20
, 17:08
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#10
|
The opensource FriendStatus app which appears to be utilizing RtcommLogView also has the ability for its top buttons to scroll. And it's made by a Nokia employee.
gtk_widget_set_name (priv->log_view, "friend-status::timeline-view::timeline-view"); gtk_rc_parse_string ( "widget \"*.friend-status::timeline-view::timeline-view\"" " style \"fremantle-touchlist\"");
Thanks for the contents of your PoRN thread. Wacking off to source code is the best way to start a morning, I find.
Etc
How to start your very own Conversations
N9: Go white or go home
Last edited by daperl; 2010-04-25 at 01:08.