Re: [pygtk] new widget which encapsulate other widgets

2005-09-19 Thread John (J5) Palmieri
You usually inherit from a container type like GtkHBox GtkVBox or GtkTable depending on how you want to layout your widgets. On Mon, 2005-09-19 at 15:44 +0200, Alessandro Ferrarin wrote: > I'm trying to create a new pygtk widget which should encapsulate some > other ones. Then it should be encapsu

Re: [pygtk] gtk dock widget

2005-05-16 Thread John (J5) Palmieri
at it > should not be very difficult to do. Just a reparent to a new window, > or a reparent back to its dock area. > > Am I right? Or is there a builtin way to do this? > > [Eric Jardim] PyGTK Extras contains wrappers for the GDL library which has docking containers you

Re: [pygtk] Application responsiveness problem

2005-03-26 Thread John (J5) Palmieri
On Sat, 2005-03-26 at 06:46 -0600, Skip Montanaro wrote: > LÃszlÃ> I want to make my application very responsive under high load. > ... > LÃszlÃ> As you can see, I want to pulse a progress bar while a long > LÃszlÃ> (computationally or I/O intensive) operation is running. I > L

Re: [pygtk] Why gtk.TRUE deprecated ?

2005-03-06 Thread John (J5) Palmieri
On Sat, 2005-03-05 at 23:13, Baiju M wrote: > Hi, > Yesterday I run my app using pygtk 2.5.4, oh! it was lots > of deprecation warning, I was using gtk.TRUE everywhere. > > Is there any chance to deprecate gobject.TYPE_STRING, gobject.TYPE_INT etc. > in near by future ? > > And gtk.TRUE depre

Re: [pygtk] click on an image

2004-12-05 Thread John (J5) Palmieri
On Sun, 2004-12-05 at 17:52, Steve McClure wrote: > On Sun, 2004-12-05 at 18:39 -0200, Pedro Kroger wrote: > > Hi, > > > > I'm developing a program using pygtk + glade. I'd like to be able to > > click on an image and trigger some action. I have something like: > > > > def play_score(widget,foo):

Re: [pygtk] gnome-python split proposal

2004-08-28 Thread John (J5) Palmieri
On Sat, 2004-08-28 at 18:59, Christian Robottom Reis wrote: > On Sat, Aug 28, 2004 at 06:07:59PM +0100, Gustavo J. A. M. Carneiro wrote: > > I would like to know what the pygtk/gnome community thinks about > > splitting gnome-python, according to the following plan: > > > > - gnome-python keep

Re: [pygtk] PyGTK with GTK module written in C ?

2004-07-12 Thread John (J5) Palmieri
o your test modules with. The other option is to use DBus or Corba to do IPC and use their data types to pass info. DBus seems perfect for this however there are currently no Perl bindings that I know of and I think the Java bindings are a bit under maintained. Corba is implemented for many dif

Re: [pygtk] How to make Outlook style toolbar?

2004-05-28 Thread John (J5) Palmieri
o/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- John (J5) Palmieri Associate Software Engineer Desktop Group Red Hat, Inc. Blog: http://martianrock.com ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] autoconf for a pygtk application

2004-04-21 Thread John (J5) Palmieri
_ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- John (J5) Palmieri Associate Software Engineer Desktop Group Red Hat, Inc. Blog: http://martianrock.com ___

[pygtk] ANNOUNCE: PyGtkSpell 0.3.1 aka Static Cling has been released

2004-03-09 Thread John (J5) Palmieri
Well in the release early, release often category here is another one: PyGtkSpell version 0.3.1 aka 'Static Cling' has been released. This version is a bug fix release that fixes the segfault due to the use of the static modifier for a local array. For some reason not using static fixed the segfa

[pygtk] ANNOUNCE: PyGtkSpell 0.3.0 - aka 'if you can raed tihs you need a sepll chceker'

2004-03-07 Thread John (J5) Palmieri
PyGtkSpell version 0.3.0, aka 'if you can raed tihs you need a sepll chceker', has been released. This version completely wraps the GtkSpell API except for the useless error objects. When they have more than one type of error I might take the time to integrate that also. This is also the first rele

Re: [pygtk] ANNOUNCE: GtkSpell Bindings 0.2

2004-02-23 Thread John (J5) Palmieri
: *** [gtkspellmodule.lo] Error 1 > > Patch in attachment fixes it. Nice work on the configure/make stuff, > though. > > > A Seg, 2004-02-23 às 05:10, John (J5) Palmieri escreveu: > > As requested, a better packaged, super charged, highly descriptive > > G

[pygtk] ANNOUNCE: GtkSpell Bindings 0.2

2004-02-22 Thread John (J5) Palmieri
As requested, a better packaged, super charged, highly descriptive GtkSpell Python binding. GtkSpell[1] is a easy to use library that works in conjunction with the GtkTextView widget to give programs spell checking capabilities with only a few lines of code. To obtain a copy of PyGtkSpell, the Gt

Re: [pygtk] ANNOUNCE: GtkSpell Python Bindings 0.1

2004-02-20 Thread John (J5) Palmieri
On Fri, 2004-02-20 at 10:05, george young wrote: > On Wed, 18 Feb 2004 01:48:38 -0500 > "John (J5) Palmieri" <[EMAIL PROTECTED]> threw this fish to the penguins: > > > Thanks to your help, especially from Gustavo, I am proud to announce > > version 0.1

[pygtk] ANNOUNCE: GtkSpell Python Bindings 0.1

2004-02-17 Thread John (J5) Palmieri
Thanks to your help, especially from Gustavo, I am proud to announce version 0.1 of my GtkSpell python bindings. This binding forgoes the use of pygtk-codegen because GtkSpell isn't GObject based. As always I welcome constructive criticism on how I could improve the wrapper. Not everything is fi

Re: [pygtk] Got GtkSpell bindings working

2004-02-17 Thread John (J5) Palmieri
Its up again: http://martianrock.com/dropzone/pygtkspell.tar.gz Sorry for the inconvenience. Thanks for looking at the code and giving me pointers. -- J5 On Tue, 2004-02-17 at 08:44, John (J5) Palmieri wrote: > On Tue, 2004-02-17 at 06:23, Gustavo J. A. M. Carneiro wrote: > > A Seg

Re: [pygtk] Got GtkSpell bindings working

2004-02-17 Thread John (J5) Palmieri
On Tue, 2004-02-17 at 06:23, Gustavo J. A. M. Carneiro wrote: > A Seg, 2004-02-16 às 22:17, John (J5) Palmieri escreveu: > > Just an update to this, the function that was wrapped is deprecated in > > the current GtkSpell. The rest of the methods that need to be wrapped > > r

Re: [pygtk] Got GtkSpell bindings working

2004-02-16 Thread John (J5) Palmieri
on naming conventions or code cleanliness are welcome too. I really want to learn Gtk Python wrapping in depth. -- J5 On Fri, 2004-02-06 at 00:20, John (J5) Palmieri wrote: > I finally got GtkSpell wrapped and working. It really only exports the > gtkspell_attach function which works well. What do

[pygtk] Got GtkSpell bindings working

2004-02-05 Thread John (J5) Palmieri
I finally got GtkSpell wrapped and working. It really only exports the gtkspell_attach function which works well. What do I do with it? I wanted to use it in Gnome Blog so I could just have it compile and install from within that project. I however believe that it is useful as a part of PyGTK a

[pygtk] Re: Scripting in Gnome

2004-02-05 Thread John (J5) Palmieri
I'm moving this off the desktop-devel list. You should post to the pyGTK list in the future. On Thu, 2004-02-05 at 16:17, Bob Smith wrote: > So right now, without modification, I should be able to write a python > module that introspects a GObject and creates a binding on the fly? Not sure. Yo

[pygtk] Problems generating gtkspell bindings

2004-02-01 Thread John (J5) Palmieri
I followed the steps at http://www-106.ibm.com/developerworks/linux/library/l-wrap/ to try and wrap the GtkSpell library. Since no one answered my previous query I assumed it has not been wrapped. I can get the code to compile but when testing in python it says it can't initialize the module (PyE

[pygtk] GtkSpell bindings

2004-01-29 Thread John (J5) Palmieri
Are there python bindings for GtkSpell? -- J5 ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Confussing package names

2003-12-15 Thread John (J5) Palmieri
On Tue, 2003-12-16 at 05:05, Sajith VK wrote: > Hi, > I am new to the list and am using pygtk for a while. > The main confussion pygtk make is about its name. I have seen > pygtk, pygnome, pyglade, python-gtk, python-gnome and python-glade. > I am a debian user and I have Installed python2.3-

Re: [pygtk] gtk.TRUE, gtk.FALSE or True, False

2003-10-31 Thread John (J5) Palmieri
Python's True and False just got added to the language so using them might break your program in older installs. -- J5 On Fri, 2003-10-31 at 15:55, David Moore wrote: > Sorry if this is a silly question, but... > > What if any is the advantage in using gtk.TRUE and gtk.FALSE instead of > Python'

Re: [pygtk] python gtk/gnome editor

2003-07-17 Thread John (J5) Palmieri
GtkSourceView I would assume is in in PyGTK2 or PyGnome2. Here is a posting to the mailing list from last october http://www.daa.com.au/pipermail/pygtk/2002-October/003642.html. Failing that one could always use the Glimmer bonobo object from CVS along with the Python Bonobo bindings. -- J5 On

Re: [pygtk] gnome applet and kde3

2003-06-29 Thread John (J5) Palmieri
On Sun, 2003-06-29 at 05:46, Martin Preishuber wrote: > Hi there, > > I'm still trying to get a gnome applet working (gtk2), but since I use > KDE3 as desktop, there just doesn't appear anything ... is it basically > possible, that a gnome2 applet works with kde3 ? gaim is a gnome2 applet > and it