Re: using gdk_win32_window_foreign_new_for_display

2017-01-20 Thread LRN
On 07.01.2017 18:54, 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

using gdk_win32_window_foreign_new_for_display

2017-01-20 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: using gdk_win32_window_foreign_new_for_display

2017-01-13 Thread Tilman K.
Hey Paul, I already have a standalone version of the synth. Adding VST support isnt that important for me, I was just curious whether it could be done. As it seems, its more complicated than expected. Am 12.01.2017 um 20:26 schrieb Paul Davis: I STRONGLY, STRONGLY recommend that you do NOT

Re: using gdk_win32_window_foreign_new_for_display

2017-01-13 Thread Tilman K.
Am 12.01.2017 um 20:04 schrieb 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: 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: 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: 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

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?