RE: [linux-audio-dev] plugin GUIs

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: RE: [linux-audio-dev] plugin GUIs
From: Brad Arant (barant_AT_barant.com)
Date: Wed Nov 19 2003 - 19:47:13 EET


Maybe this is off topic and I know there are plenty of GUI toolkits but I
just thought I would throw it out here. I have written my own GUI toolkit
over the last few years and it is quite useful and I would be willing to
share it for further development for those folks that are inclined to
incorporate it into their software. It is not nearly as complex as these
other GUIs but it is quite comprehensive and has an exandable event model.
If interested shoot me an e-mail and I can discuss it and basically build it
into anything you need.

-----Original Message-----
From: linux-audio-dev-bounces_AT_music.columbia.edu
[mailto:linux-audio-dev-bounces_AT_music.columbia.edu]On Behalf Of Maarten
de Boer
Sent: Wednesday, November 19, 2003 9:06 AM
To: The Linux Audio Developers' Mailing List
Subject: Re: [linux-audio-dev] plugin GUIs

[snip: paul davis' gtk embedding example]

well, looking at your code, i am not really sure if this is what you
mean, but the attached code shows how to embed an existing X11 window
inside a fltk window (run it, find out the XId of any existing window
(with xwininfo), and enter it in the text input. it does not matter if
the existing window is gtk, qt, motif, fltk or plain X. however there
are some problems, if you move the parent window: motif menus are opened
at the position where the window was first embedded, and for fltk menus
even the menubar buttons itself. if anybody has a suggestion on how to
solve this...

maarten

g++ embed.cxx -lfltk


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Nov 19 2003 - 19:45:46 EET