[maemo-developers] [maemo-developers] 800x480
From: Santtu Lakkala inz at ircing.orgDate: Mon May 30 11:13:05 EEST 2005
- Previous message: [maemo-developers] 800x480
- Next message: [maemo-developers] OpenEmbedded integration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 28 May 2005, Aleksandr Koltsoff wrote: > As for the F6/Fullscreen-hw-button, I'd imagine that that event is handled by > the hildon af stuff in maemo, so this would require the application to link > against them and call the appropriate functions > (hildon_appview_set_fullscreen). The F6 (fullscreen) button is handled by hildon-app. If your application is not using it, the key event will be delivered normally. Even if using hildon app/appview, you can place your own handler to hildon-app and handle the key presses before the default handler kicks in. > For other apps, this would require them to be started with -geometry and > remember the window sizes and positions themselves, I'd imagine. Nay, fullscreen can be done the "normal" way. (for example in gtk: gtk_window_fullscreen, this is what hildon_appview_set_fullscreen actually does) This should be doable with any sane widget set. -- Santtu Lakkala inzane at ircing.org
- Previous message: [maemo-developers] 800x480
- Next message: [maemo-developers] OpenEmbedded integration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]