View Single Post
Old 04-21-2013, 09:20 AM   #163
hfpop
Addict
hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.
 
Posts: 250
Karma: 136662
Join Date: Apr 2011
Device: N/A
Report on PgUp and PgDn buttons: success.

Instead of playing with the scrollbars and make them touchable, the following idea works as expected:
- use two buttons in the taskbar, for PgUp and PgDn;
- link the buttons with new functions in FilesModel;
- these functions are responsible with working on the GtkAdjustment object coming from gtk_tree_view_get_vadjustment();
- circular loop implemented on PgUp and PgDn.

Everything works as expected. Very nice.
hfpop is offline   Reply With Quote