Re: signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Yeti
On Tue, Apr 24, 2007 at 11:46:13PM +0100, Adam Tertial wrote: > > How would I know when these properties change? Because "notify::property-name" is emitted. Yeti -- http://gwyddion.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Adam Tertial
--- David Neèas (Yeti) <[EMAIL PROTECTED]> wrote: > On Tue, Apr 24, 2007 at 10:02:19PM +0100, Adam > Tertial wrote: > > I'm wondering if a signal is emitted when a user > > changes the font, tab width etc in a > > GtkSourceView/GtkTextView object. > > > > Any ideas? > > GtkTextView does not prov

Re: signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Yeti
On Tue, Apr 24, 2007 at 10:02:19PM +0100, Adam Tertial wrote: > I'm wondering if a signal is emitted when a user > changes the font, tab width etc in a > GtkSourceView/GtkTextView object. > > Any ideas? GtkTextView does not provide any controls to change font, tab positions, etc. Therefore the u

signal emitted when font, tab width changes in GtkSourceView/GtkTextView?

2007-04-24 Thread Adam Tertial
Hi I'm wondering if a signal is emitted when a user changes the font, tab width etc in a GtkSourceView/GtkTextView object. Any ideas? Thanks ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http:/

Re: [Glade-users] Treeview doesnt refresh upon reopenning window

2007-04-24 Thread Chris Vine
On Tue, 2007-04-24 at 15:14 +0800, Jason Brisbane wrote: > Hello, > > Yes, I realised the "error of my ways" at about 3AM this morning. > Woke up and thought "Damn, why did I do that for?" > > After checking the GTK doc I realised that what I should have done is > this: > - DONT destroy anything.

Re: [Glade-users] Treeview doesnt refresh upon reopenning window

2007-04-24 Thread Daniel Kasak
Jason Brisbane wrote: > Hello All, > > I am looking for a fix for a Treeview issue that I am having. > > I have created a Treeview that gets its data from a database and > populates the list with the results of the database. > This works well as even if the database table was empty (rows=0) then i

Re: [Glade-users] Treeview doesnt refresh upon reopenning window

2007-04-24 Thread Jason Brisbane
Hello, Yes, I realised the "error of my ways" at about 3AM this morning. Woke up and thought "Damn, why did I do that for?" After checking the GTK doc I realised that what I should have done is this: - DONT destroy anything. - Dont ceate a new treeview. - Create the liststore as usual. - use: gtk