I have the following object:
GtkWindow
GtkNotebook
GtkBox
GtkScrolledWindow, GtkTextArea
GtkEntry
I am trying to have the Entry get focus when I change Tabs
When the program starts it does focus on Tab 1's entry but I can not get
it to keep focus
without clicking the e
On Mon, 2013-06-24 at 13:56 -0700, Andrew Potter wrote:
> Actually, it occurs to me that Kip is almost certainly going to want
> to change the size request methods to:
> def do_get_preferred_width(self):
> pw = self.pb.get_width()
> return (0, pw)
>
> def do_get_preferred_