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
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:
>>>
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
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
Hi,
here is a program which works in Gtk but fails in Gtkmm. The aim is
to be able to mangle the filename of a file chooser used for saving
and still get the canonical overwrite confirmation dialog. The
problem is a combination of the following:
* FileChooser does not yet support file format ex