ext Danny Milosavljevic wrote:
> Hi,
>
> On Thu, 30 Nov 2006 17:22:29 +0100, alessandro pasotti wrote:
>
>   
>> Thank Ross, your advice was successfull, now I've ported and packaged stars
>> for maemo!!!
>>
>> Before releasing I would like to solve some minor problems:
>>
>> 1 - how to go full screen  when the user press the full-screen button
>>     
>
> https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/source/main.c?root=view-manga&view=markup
> Search for "key_press_event_callback".
> The full screen key is the key "F6".
>
>   

Please use 'HILDON_HARDKEY_FULLSCREEN' for hildon-defines.h (comes with
hildon-libs). It might change since it's a bit dangerous to map to
already existing keys, we should have something else for that.

>> 2 - how to connect the arrows hardware buttons to the srollbars
>>     
>
> Try something like "gtk_widget_add_accelerator" or otherwise call 
> "gtk_scroll_bar_"* stuff manually within the key-press-event callback. (in 
> short: I don't know (yet?).)
>
> cheers,
>   Danny
>
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>
>   

// Tapani

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to