[pygtk] Clearing treeviews...

2005-07-04 Thread Rob Marino




Hi.

I'm writing an app which uses a tree view/liststore...

Can anyone please tell me how to easily/efficiently clear a tree view?
I've called the clear() method on the liststore but AFAICS it does not
work ..

thanks.

RM
-- 
   O__
  _/`.\
  `=( '




___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] TextView

2005-07-04 Thread Paul Malherbe
Hi list

I am writing a system in pygtk and have the following requirement.

Because of size constraints I sometimes enter data into an Entry widget
where the widget's width is e.g. 20 characters wide but the maximum
entry width is 150 characters.

What I would like to do, when this occurs, is display a TextView widget
directly under the Entry widget and display each character entered so
that with the formatting facilities of the TextView the operator would
be able to view all the text. Once the text has been accepted, the
TextView would be deleted.

The basic concept is simple enough to achieve however I do not know how
to position the TextView widget in the correct place i.e. directly under
the entry widget. Is there any way of doing that e.g. like the
autocompletion entry works.

Thanks, any help would be appreciated.

Paul Malherbe
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


[pygtk] ANNOUNCE: Gnome OSD 0.8.0

2005-07-04 Thread Gustavo J. A. M. Carneiro
  Gnome OSD is an OSD (On Screen Display) notification system for the
Gnome desktop.

Overview of Changes from gnome-osd 0.7.3 to gnome-osd 0.8.0
==
* xchatosd:
  - New commands /OSD_ENABLE, /OSD_DISABLE, /OSD_FULLMESSAGE and
/OSD_ONLYALERT, to enable/disable OSD and switch between full and
"alert only" modes (Dorneles Treméa, Gustavo)
  - Add better events support (Dorneles)
  - Tweak load/unload messages (Dorneles)
* control panel applet
  - Add 'center' vertical alignment options that were previously
available only as gconf keys (Dorneles)
* OSD server
  - Allow the OSD server to be killed when X connection is lost;
avoids problems with multiple OSD servers running when logging out/in
without rebooting (Gustavo)
* rbosd.py
  - Add session management support, so that the user can just run it
once and save session to have it restart on next login (Gustavo)

===
Requirements:
gnome-python >= 2.6.1

Download:
http://www.gnomefiles.org/app.php?soft_id=350

-- 
Gustavo J. A. M. Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/