Hi all,
I'm using an IconView to display a list of items in a group. My UI
has a TreeView on the left where I select a group and an IconView on
the right where I display the contents of the group. If I select a
group that contains items with very short names, the I
On Sat, Mar 10, 2007 at 11:47:05PM +, Mystilleef wrote:
> Hello,
>
> The glade generated GUIs in my project are not being localized. I have
> tried initializing the python glade gettext functions but to no avail.
> My i18n initialization function looks like this.
>
> -
Hello,
I'm trying to use a TreeModel with two columns: one with text
(CellRendererText) and one with checkboxes (CellRendererToggle). The
TreeView the model is attached to is created by glade and is set up by
the init_pane function at the bottom of the e-mail. Later, I iterate
through the TreeMo