Re: gtk_dialog_run deprecated?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Nicolas Soubeiran <nicolas soubeiran gmail com>
- Cc: gtk-devel-list gnome org
- Subject: Re: gtk_dialog_run deprecated?
- Date: Fri, 23 Mar 2012 11:31:19 -0400
On Fri, Mar 23, 2012 at 11:21 AM, Nicolas Soubeiran
<nicolas soubeiran gmail com> wrote:
> Hi all,
> I've read that GTK+ wants to set gtk_dialog_run and gdk_thread_enter/leave API
> I've read messages on why the gdk_thread_enter/leave would be
> deprecated but I saw nothing about gtk_dialog_run.
gtk_dialog_run() is not deprecated (yet, though there are mumblings).
the thread enter/leave calls are only necessary if you want to try to
call gtk_dialog_run() from some thread other than the main GUI thread.
this is a bad idea, you shouldn't do it, and thus the thread calls are
unnecessary.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]