Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread daniel_olea...@sbcglobal.net
Good Afternoon John, As I stated in the prior message, the application I am supporting is migrating from X/Motif to other more modern windowing systems and widget kits. It has been and continues to be built for several versions of unix, linux, and Mac OS X. There is also a version that runs

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread G 3
On Jan 12, 2017, at 5:20 PM, John Ralls wrote: On Jan 12, 2017, at 9:43 AM, G 3 wrote: On Jan 12, 2017, at 12:16 PM, John Ralls wrote: On Jan 12, 2017, at 8:50 AM, G 3 wrote: On Jan 12, 2017, at 11:02 AM, John Ralls wrote: A

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread John Ralls
> On Jan 12, 2017, at 9:43 AM, G 3 wrote: > > > On Jan 12, 2017, at 12:16 PM, John Ralls wrote: > >> >>> On Jan 12, 2017, at 8:50 AM, G 3 wrote: >>> >>> >>> On Jan 12, 2017, at 11:02 AM, John Ralls wrote: >>> A post yesterday

[gtk-osx-users] Question about CUPS module

2017-01-12 Thread G 3
While running '~/.local/bin/jhbuild build meta-gtk-osx-bootstrap meta- gtk-osx-core', I noticed several permission errors while the CUPS module was building. Here they are: install: chmod 755 /System/Library/LaunchDaemons: Operation not permitted Installing LaunchDaemons configuration

Re: GtkGLArea

2017-01-12 Thread Emmanuele Bassi
Hi; On 12 January 2017 at 19:13, Bill Kelly wrote: > Howdy, > > Emmanuele Bassi wrote: >> >> If you're using macOS: there's no GL integration for this platform. > > Was there a fundamental technical limitation, or more a matter of > nobody available to make the changes for that

Re: using gdk_win32_window_foreign_new_for_display

2017-01-12 Thread Paul Davis
I STRONGLY, STRONGLY recommend that you do NOT use GTK or any other desktop GUI toolkit for an audio plugin UI. It is extremely problematic. Doing so on Windows is likely to cause even more problems than it does on Linux. Please don't do it. Mea culpa: I don't have a clearly better suggestion

Re: GtkGLArea

2017-01-12 Thread Bill Kelly
Howdy, Emmanuele Bassi wrote: > > If you're using macOS: there's no GL integration for this platform. Was there a fundamental technical limitation, or more a matter of nobody available to make the changes for that platform? I'm asking, because we're integrating GTK into a legacy Windows and

Re: using gdk_win32_window_foreign_new_for_display

2017-01-12 Thread LRN
On 12.01.2017 21:41, Tilman K. wrote: > Am 12.01.2017 um 17:11 schrieb LRN: >> On 12.01.2017 18:20, Tilman K. wrote: >>> Hey guys, >>> >>> I would like to develop the GUI for a VST synth with gtk. I need to >>> embed a gtk gui inside a win32 HWND parent window. I think >>>

Re: Set maximum length for text control

2017-01-12 Thread Eric Cashon via gtk-list
Your callback looks to be set up correctly but you have some unnecessary assignments in the function. You don't want. text = text; len = len; ptr = ptr; The len and text variables are already set up for you to use in the callback. GTK takes care of that part for you. The ptr variable in your

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread G 3
On Jan 12, 2017, at 12:16 PM, John Ralls wrote: On Jan 12, 2017, at 8:50 AM, G 3 wrote: On Jan 12, 2017, at 11:02 AM, John Ralls wrote: A post yesterday from someone actually trying to build Gtk on a Tiger system raises a question I've been mulling for some

Re: [gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread G 3
On Jan 12, 2017, at 11:02 AM, John Ralls wrote: A post yesterday from someone actually trying to build Gtk on a Tiger system raises a question I've been mulling for some time: Is it time to pull the plug on the older versions of MacOS? N!!! When I took over the

Re: using gdk_win32_window_foreign_new_for_display

2017-01-12 Thread LRN
On 12.01.2017 18:20, Tilman K. wrote: > Hey guys, > > I would like to develop the GUI for a VST synth with gtk. I need to > embed a gtk gui inside a win32 HWND parent window. I think > "gdk_win32_window_foreign_new_for_display" could be the right function > to create a GdkWindow that is

[gtk-osx-users] Support for ancient MacOS versions?

2017-01-12 Thread John Ralls
A post yesterday from someone actually trying to build Gtk on a Tiger system raises a question I've been mulling for some time: Is it time to pull the plug on the older versions of MacOS? When I took over the project from Richard in 2009 Snow Leopard was the current OS X release, and Tiger,

Re: [gtk-osx-users] Error while installing gtk - subversion module - invalid paramter

2017-01-12 Thread G 3
On Jan 12, 2017, at 10:00 AM, John Ralls wrote: On Jan 11, 2017, at 9:19 PM, G 3 wrote: While installing GTK using the gtk-osx-build-setup.sh program, this error message appeared: *** Configuring subversion *** [9/28] ./autogen.sh --prefix

using gdk_win32_window_foreign_new_for_display

2017-01-12 Thread Tilman K.
Hey guys, I would like to develop the GUI for a VST synth with gtk. I need to embed a gtk gui inside a win32 HWND parent window. I think "gdk_win32_window_foreign_new_for_display" could be the right function to create a GdkWindow that is embedded inside the native window. is this correct?

Re: [gtk-osx-users] Error while installing gtk - subversion module - invalid paramter

2017-01-12 Thread John Ralls
> On Jan 11, 2017, at 9:19 PM, G 3 wrote: > > While installing GTK using the gtk-osx-build-setup.sh program, this error > message appeared: > > *** Configuring subversion *** [9/28] > ./autogen.sh --prefix /Users/user/gtk/inst > invalid parameter: '--prefix' > ***

Re: [gtk-osx-users] About deprecations

2017-01-12 Thread John Ralls
> On Jan 12, 2017, at 2:41 AM, Gabriele Greco wrote: > > Every time I run my GTK+2 (2.24.X quartz built with jhbuild not more than 2 > months ago) from terminal I get the following warning: > > *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on

Re: how shoul I solve error "The Procedure entry Point deflateSetHeader could not be located in the Dynamic link: ...\gtk3.6.4\bin\libgio-2.0-0.dll"

2017-01-12 Thread Gabriele Greco
> > > > "The Procedure entry Point deflateSetHeader could not be located in the > Dynamic link: > ...\gtk3.6.4\bin\libgio-2.0-0.dll". > > You miss libz dll, I find useful to build win32 environment to use "depends.exe" (http://www.dependencywalker.com/) to find similar problems. Please note that

[gtk-osx-users] About deprecations

2017-01-12 Thread Gabriele Greco
Every time I run my GTK+2 (2.24.X quartz built with jhbuild not more than 2 months ago) from terminal I get the following warning: *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking:

how shoul I solve error "The Procedure entry Point deflateSetHeader could not be located in the Dynamic link: ...\gtk3.6.4\bin\libgio-2.0-0.dll"

2017-01-12 Thread Mahnaz afsharpour
Hi. I want to use GTK for user interface for C++ project.for configure gtk to vs 2013 in property Manager I added New property Sheet.in VC++Directories I've done these settings: "Executable Directories" :../gtk3.6.4/bin "Include Directories" :../gtk3.6.4/include "Library Directories":