maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Is there any info about bindings for HildonDesktopPopupWindow in python-hildondesktop (https://talk.maemo.org/showthread.php?t=25077)

412b 2008-11-19 21:03

Is there any info about bindings for HildonDesktopPopupWindow in python-hildondesktop
 
Widget docs could be found here. Unfortunately I couldn't find any Python bindings for it...
Any info is appreciated.

TrueJournals 2008-11-20 04:55

Re: Is there any info about bindings for HildonDesktopPopupWindow in python-hildondes
 
Try something like:
Code:

window=hildondesktop.popup_window_new(...)
window.attach_widget(...)
window.popup()

Most of the python modules are pretty similar to their C counterparts, just object oriented. Note, though, that in functions like attach_widget, the first parameter it calls for is the popup window. You should not pass the window to this function. window. takes care of that... ain't python neat?

Oh, but I haven't tested this at all... so I have no idea if it'll work. Good luck!

412b 2008-11-20 17:38

Re: Is there any info about bindings for HildonDesktopPopupWindow in python-hildondes
 
Quote:

Originally Posted by TrueJournals (Post 243347)
Oh, but I haven't tested this at all... so I have no idea if it'll work. Good luck!

If only it was that easy. That question was born because I hadn't ever dived in maemo-specific coding and there is no hildondesktop.popup_window_new(...) and no hildondesktop.PopupWindow()... Moreover there are no bindings for popup window in current python-hildondesktop at all. So I'm gonna still use gtk.Dialog and wait for those bindings.


All times are GMT. The time now is 06:03.

vBulletin® Version 3.8.8