GTK+ themes on ARM linux - Performance issues

2008-06-02 Thread Harinandan S
Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad on ARM. Has anyone used themes with GTK+ on embedded ARM linux platform? I tried a few but the time taken to draw widgets was way too much compared to the one without themes. I use

Re: bug(s) in all-in-one bundle?

2008-06-02 Thread Damon Register
Tor Lillqvist wrote: >> the gladewin32 package had the file >> C:\GTK\etc\gtk-2.0\gtkrc while the all-in-one bundle does not. I copied >> that one line file to the all-in-one bundle and it worked. The font >> problem was solved. > > What was the contents of the gtkrc file that solved your (perce

Re: looking for a widget like pd's number box

2008-06-02 Thread Rich E
Hopefully having both styles won't be too difficult and the user can choose, as well as knobs and faders if they want those. But out of all of these, I prefer the pd style number box and a midi controller. It is a very compact display, and enough info/usability. Thanks Paul, time to switch to gt

Re: looking for a widget like pd's number box

2008-06-02 Thread Iain *
On Mon, Jun 2, 2008 at 3:17 PM, Paul Davis <[EMAIL PROTECTED]> wrote: > screen real-estate is at a premium in most audio/music apps. I understand that for most music apps, but like I say, in PD the real estate isn't so important as the design area is infinitely sized, and it makes spin boxes a lo

Re: looking for a widget like pd's number box

2008-06-02 Thread Paul Davis
On Mon, 2008-06-02 at 15:08 +0100, Iain * wrote: > > I was hoping someone could help decide what I have to do to replicate the > > number box in pd. As far as I can tell from the source, it is created from > > scratch using tcl scripting commands. It consists of a number entry area and > > looks v

Re: looking for a widget like pd's number box

2008-06-02 Thread Iain *
> I was hoping someone could help decide what I have to do to replicate the > number box in pd. As far as I can tell from the source, it is created from > scratch using tcl scripting commands. It consists of a number entry area and > looks very much like the GtkSpinButton, without the arrows on the

Re: looking for a widget like pd's number box

2008-06-02 Thread Paul Davis
On Sun, 2008-06-01 at 19:37 -0700, Rich E wrote: > Hmm... one more reason to switch to gtkmm already. I just figured I > would start learning gtk+ to limit myself to C, but I am already > thinking about using custom widgets. I hear this is a drag in gtk+ > alone. > > Also, Paul, I will admit th

How to find the exact size a button is going to get?

2008-06-02 Thread Toralf Lund
For various technical reasons I won't go into right now, one of my Gtk apps need to know what size certain buttons it is going to create will get, before it actually creates them. Is there any way at all I can calculate this? The buttons will contain pixmaps, and I have the image data for those