Re: FileChooserDialog constructors taking backend argument

2017-03-27 Thread Kjell Ahlstedt
Indeed, even GTK+ 3.22 is not strictly enforcing API freeze; as well as deprecations, there has recently been some new API added. One in particular that comes to mind is gtk_flowbox_get_child_at_pos(): https://git.gnome.org/browse/gtk+/commit/gtk/gtkflowbox.h?h=gtk-3-22&id=9679ef6b00cb087fecf77

Re: FileChooserDialog constructors taking backend argument

2017-03-27 Thread Kjell Ahlstedt
Den 2017-03-26 kl. 23:15, skrev Daniel Boles: Hello, About this commit: https://git.gnome.org/browse/gtkmm/commit/?id=bd97e557771cdce23bdc815288db2ffdd8c083c9 Clearly these constructors could not actually achieve their stated purpose in GTK+ 3, as the backend functionality was removed alread

Re: FileChooserDialog

2009-02-10 Thread Murray Cumming
On Tue, 2009-02-10 at 05:45 -0500, Damon Register wrote: > > What is the actual error that you experience? > When I close the application I get > > (hello.exe:2684): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OBJECT (object)' failed I have tried with your C test case (attached),

Re: FileChooserDialog

2009-02-10 Thread Damon Register
Murray Cumming wrote: On Mon, 2009-02-09 at 09:07 -0500, Damon Register wrote: 1. libgladeC error 2. libglademm C++no error 3. libglademm C++ with hello class error 4. gtk-builder C error 5. gtk-builder C++

Re: FileChooserDialog

2009-02-09 Thread Murray Cumming
On Mon, 2009-02-09 at 09:07 -0500, Damon Register wrote: > 1. libgladeC error > 2. libglademm C++no error > 3. libglademm C++ with hello class error > 4. gtk-builder C error > 5. gtk-builder C++

Re: FileChooserDialog

2009-02-09 Thread Damon Register
John Hobbs wrote: I've seen this as well, with the 2.14-2 release, I just ignore it because it all seems to work and, well, I'm lazy. Why did this thread die with no answer (resolution)? Did someone get an answer privately? I am having the same trouble with a FileChooserButton and I am guessin

Re: FileChooserDialog on Fedora Core 9

2008-12-05 Thread Xavier Larrodé
Ok it seems that it's this line : Glib::signal_idle().connect(sigc::mem_fun(this, &MEApplication::idleA)); Is it a way to do that differently with a gnome compliant? Thanks 2008/12/4 Xavier Larrodé <[EMAIL PROTECTED]> > Actually it's working on KDE, the gui is not as beautifull as on Gnome, but

Re: FileChooserDialog on Fedora Core 9

2008-12-04 Thread Xavier Larrodé
Actually it's working on KDE, the gui is not as beautifull as on Gnome, but it's working.Here are some screenshot on both KDE and Gnome(with the problem) http://xabi.fr/transfert/goseKDE.png http://xabi.fr/transfert/goseGnome.png So if you have any ideas ? Thanks 2008/11/28 Xavier Larrodé <[EMAIL

Re: FileChooserDialog

2008-12-01 Thread John Hobbs
I've seen this as well, with the 2.14-2 release, I just ignore it because it all seems to work and, well, I'm lazy. Anyone try the -3 one? - John Hobbs [EMAIL PROTECTED] http://www.velvetcache.org/ http://www.ouruno.com/ On Mon, Dec 1, 2008 at 2:12 AM, Peter Daniels <[EMAIL PROTECTED]> wrote:

Re: FileChooserDialog

2008-12-01 Thread Peter Daniels
Murray Cumming schrieb: On Sun, 2008-11-30 at 17:32 +0100, Peter Daniels wrote: It is a win32 distribution, indeed. Are you using our official installer? It is your official installer named "gtkmm-win32-devel-2.14.1-2.exe" ___ gtkmm-li

Re: FileChooserDialog

2008-11-30 Thread Murray Cumming
On Sun, 2008-11-30 at 17:32 +0100, Peter Daniels wrote: > It is a win32 distribution, indeed. Are you using our official installer? -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtkmm-list mailing list gtkmm-list@gnome.org

Re: FileChooserDialog

2008-11-30 Thread Peter Daniels
Murray Cumming schrieb: Please stop just replying to me off list. Use your reply-to-all feature. So, from your reply below, can I assume that this is not a standard Linux distribution, but a self-built one? On Thu, 2008-11-27 at 14:35 +0100, [EMAIL PROTECTED] wrote: pkg-config shows the fo

Re: FileChooserDialog

2008-11-27 Thread Paul Davis
On Thu, 2008-11-27 at 17:43 +0100, Murray Cumming wrote: > Please stop just replying to me off list. Use your reply-to-all feature. > > So, from your reply below, can I assume that this is not a standard > Linux distribution, but a self-built one? Murray, I believe its win32 from the package list

Re: FileChooserDialog

2008-11-27 Thread Murray Cumming
Please stop just replying to me off list. Use your reply-to-all feature. So, from your reply below, can I assume that this is not a standard Linux distribution, but a self-built one? On Thu, 2008-11-27 at 14:35 +0100, [EMAIL PROTECTED] wrote: > pkg-config shows the following packages: > > gmodul

Re: FileChooserDialog

2008-11-27 Thread Murray Cumming
On Thu, 2008-11-27 at 11:04 +0100, [EMAIL PROTECTED] wrote: > The warning looks like: > > (filechooserdialog.exe:4832): GLib-GObject-CRITICAL **: g_object_unref: > assertion 'G_IS_OBJECT (object)' failed What distro is this on? -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.

Re: FileChooserDialog

2008-11-26 Thread Murray Cumming
On Tue, 2008-11-25 at 09:28 +0100, Peter Daniels wrote: > Hi all, > > running the compiled example for the FileChooserDialog I keep getting an > error warning (see attachment). How can I get rid of it? What is the reason? What is the warning? -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com

Re: FileChooserDialog and response signal

2008-05-27 Thread Marcus Brinkmann
At Wed, 28 May 2008 02:20:15 +0200, Marcus Brinkman wrote: > > At Tue, 27 May 2008 23:34:45 +0200, > Murray Cumming <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2008-05-27 at 18:48 +0200, Marcus Brinkmann wrote: > > > I don't know a way to squeeze a signal handler before its own > > > handler. S

Re: FileChooserDialog and response signal

2008-05-27 Thread José Alburquerque
Marcus Brinkmann wrote: > At Tue, 27 May 2008 23:34:45 +0200, > Murray Cumming <[EMAIL PROTECTED]> wrote: > >> On Tue, 2008-05-27 at 18:48 +0200, Marcus Brinkmann wrote: >> >>> I don't know a way to squeeze a signal handler before its own >>> handler. See gtkfilechooserdialog.c: >>>

Re: FileChooserDialog and response signal

2008-05-27 Thread Marcus Brinkmann
At Tue, 27 May 2008 23:34:45 +0200, Murray Cumming <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-05-27 at 18:48 +0200, Marcus Brinkmann wrote: > > I don't know a way to squeeze a signal handler before its own > > handler. See gtkfilechooserdialog.c: > > connect_notify() can do this, > or you can

Re: FileChooserDialog and response signal

2008-05-27 Thread Murray Cumming
On Tue, 2008-05-27 at 18:48 +0200, Marcus Brinkmann wrote: > I don't know a way to squeeze a signal handler before its own > handler. See gtkfilechooserdialog.c: connect_notify() can do this, http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy2.html#f3711e737bbcbce

Re: FileChooserDialog sort order

2007-05-19 Thread Murray Cumming
On Sat, 2007-05-19 at 17:09 +0200, Ludwig Hähne wrote: > Hello, > > In the Gtkmm application I'm working on the user always has to switch > the sort order of the file chooser dialog to account for the file naming > scheme employed here. Therefore I searched for ways to alter the sort > order of th

Re: FileChooserDialog usage.

2006-04-20 Thread Ramashish Baranwal
Figured that out. :) If I use the same FileChooserDialog object, it remembers its state. Earlier I was using a temporary FileChooserDialog object so the state was lost. Ram On 4/21/06, Ramashish Baranwal <[EMAIL PROTECTED]> wrote: > Hi, > > I am using a Gtk::FileChooserDialog to get the name of a