Tagged Questions
1
vote
2answers
51 views
Gtk.SelectionMode.MULTIPLE allows selection of only one row in Gtk.TreeView
I'm developing an application using Quickly. I have a Gtk.TreeView with a Gtk.ListStore as its model. The selection mode of the Gtk.SelectionMode is set to Gtk.SelectionMode.MULTIPLE.
The problem is ...
2
votes
2answers
47 views
Thread works only on gui events - pygtk
I am developing a multithreaded application in pygtk using quickly and stuck with threads. So I am experimenting with various possibilities and found out that my thread work only when I do something ...
7
votes
2answers
440 views
How to create a sliding widget (GTK+, Quickly)
Recently I've seen this widget in Gedit:
It appears when you press Ctrl + F. What I am interested is in how to get the sliding effect. Any suggestion will be appreciated.
2
votes
1answer
791 views
How can I add cut/copy/paste functionality to my application?
I'm developing an Electoral Calculator (https://launchpad.net/electoralcalculator) using Python 2.7, Gtk+3 and Glade and I want to add cut/copy/paste functionality to my application.
I want to give ...
1
vote
2answers
185 views
Quit application on Ctrl+C in Quickly framework
I found that when I run my application using "quickly run" and press Ctrl+c to kill it, the application does not quit. I am using Quickly 12.04.
For GTK2 applications, I used
def ...
0
votes
1answer
234 views
Gtk.MessageDialog window parameter problems
I'm in a deeply nested class (which inherits from Gtk.Box) and I need to get a reference to the GtkWindow I'm in to pass to a call to Gtk.MessageDialog() yet I cant seem to find a reference to it.
I ...
2
votes
1answer
310 views
How do I implement a quit dialog in Gtk3?
I have almost finished my Ubuntu App Showdown app, but would like to make it somewhat more robust, upon application quit I iterate through the open files checking for unsaved files, if any are found I ...
0
votes
1answer
119 views
Opening a Window within an already open window (Quickly/Glade)
I have a question regarding window and button implementation. If I have a toolbar set up, and I have a button on it, is it possible to get it to open a window right within the program? I mean like ...
2
votes
1answer
185 views
GTK3 tabs with big icons
I want to implement something similar to the ubuntu software center's tabs.
What widget is it?
Any working example in python where I could take a look?
Is this widget available in Glade?
Thanks ...
5
votes
1answer
200 views
Why does creating a new tab give me 'TypeError: Expected Gtk.Widget, but got GObjectMeta'?
def on_btn_new_subject_activate(self, widget):
self.subjects.append_page(Gtk.TextView(), "Testing")
I am trying to create a new tab on a text area but I whenever the signal is called by the ...
5
votes
2answers
883 views
How to add vte terminal widget in GTK3?
I'm trying to add vte widget in my application and the examples I've found use .fork_command() to execute a command in that widget.
But according to
...
9
votes
3answers
431 views
GtkIconView doesn't automatically fill the space with icon when user resizes the window
In the Ubuntu Accomplishments project we are having a few unusual bugs:
https://bugs.launchpad.net/bugs/986708
https://bugs.launchpad.net/bugs/974728
Namely that we have a window with a ...
1
vote
1answer
206 views
Will Glade 3.12 work for Ubuntu 11.10 using Unity…no Gnome 3
I'm in the process of learning 'Quickly' and noticed that it only has 'Glade 3.8.0' and I like to keep all my apps fully up to date. I noticed however on the gnome.org site it said that 'Glade 3.12' ...