Tagged Questions
1
vote
3answers
189 views
Pygtk dialog and return id/info
i am writing an app with quickly-pygtk-glade and i want to show a dialog and get the return id...I used the run() method but if a close the dialog and reopen it i get an empty window and some errors! ...
0
votes
1answer
74 views
Remove a Custom Dialog Windows (PyGTK + Quickly)
Do Quickly have a remove dialog command?
Like: quickly remove dialog <dialog-name>
1
vote
2answers
651 views
Open Custom Dialog Windows (PyGTK + Quickly)
I have just downloaded Quickly, created a new project, set up simple GUI and created new dialog (quickly add dialog create (as you can see, I called it create)). I already have click handler in the ...
0
votes
1answer
318 views
Custom PyGTK dialog with Glade
I'm building simple PyGTK app using Glade UI designer.
I followed pattern from default Ubuntu app, where preferences and about dialog are implemented extending gtk.Dialog, so I added new dialog with ...