Cross-platform Python library for creating GTK+ graphical user interfaces using Python. PyGObject is intended to replace this with the introduction of GTK+3.

learn more… | top users | synonyms

0
votes
1answer
96 views

Opening 2 top level windows (quickly/pygtk)

Is there a way using quickly to have an appliaction have two completly seperate windows (not a window with a dialog) And be able to open each of the windows from each other and maybe even also from ...
3
votes
0answers
65 views

How do I provide arguments to mapped methods in quickly preferences dialog?

I'm using quickly on 11.04 and I'm trying to add a textbuffer object to the preferences dialog so that its contents is updated automatically to the couchdb. So in __init__.py I changed the dictionary ...
1
vote
0answers
25 views

My program needs a other program

For my program i need android-tools-adb. How can i include this in my debian package? Or is there an other way to handle this problem? I remember that Rhythmbox asked you an question if you want to ...
1
vote
0answers
15 views

Allowing only certain rows in gtk+ treeview to accept children

I have a gtk+ treeview with 2 columns in it "name" and "type". I want to only allow rows to accept children based on the value of the "type". So if the "type" column value is 0, it can then accept ...
1
vote
0answers
56 views

How to print with PYGTK on quickly

I am trying to make a program that can open save and print texts with Quickly, but I can't get the printing part to work. In my code when you press the "printbutton" it opens a print dialog: def ...
1
vote
0answers
99 views

How to design non-windowed Gtk.Frame in Glade?

I'm building a ToDo app for personal purposes, and I'm using Quickly and Glade. I want it to display a list of the pending to-do elements. The problem I'm having is that I can't find the way to ...
1
vote
0answers
66 views

Gtk containers for a list of items

I am trying to create a task management app with Quickly/Glade, but have troubles finding the right containers to represent information on the screen. Basically, which containers should I use in ...
0
votes
0answers
7 views

How to update PyGTK(Python GTK) to 2.21 in Ubuntu 10.04.4

Ubuntu LTS 10.04.4 support PyGTK till 2.17 Can use ppa way to update PyGTK version 2.21 at least?
0
votes
0answers
26 views

Quickly: How do I bind menu item with show window?

I'm working in Glade. I need to make my About dialog box open when the user clicks the corresponding menu item. This feature is set up by default but I messed it up and I can't get to fix it... I ...
0
votes
0answers
29 views

Quickly: How can I use a DrawingArea to draw a 2D game level?

I want to draw images in a DrawingArea (or other widget) as I'm making a 2D game editor. I'm using Quickly, which uses PyGObject and Python 2.7. I'm new to GUI programming. I'm looking for some ...
0
votes
0answers
58 views

how to save a gtktextbuffer content in file

i tried to save sengtktextbuffer content in a file. my code seens working but i have a problem in file. some characters are unreadable in outfile outfile my code: def on_save_clicked(self, widget, ...
0
votes
0answers
116 views

Python Crashes While trying to run GTK Script Help?

I am using Ubuntu 12.04, While I am trying to run a python script developed for providing native GTK interaction with python, It crashes so does python. My Other GTK python programs are running ...
0
votes
0answers
155 views

How to set PyGtk toolbuttons label color?

I am just beginning learning Quickly and PyGtk, after see this info-video on Ubuntu-develperment. As in the video I am adding a toolbar to my glade-file, then some buttons. To style the toolbar for ...