Re: Menu with stuff in multiple columns?

2007-11-05 Thread Matthias Clasen
On 11/5/07, Reed Hedges <[EMAIL PROTECTED]> wrote: > > I have a large list of small names I want to display in a popup menu. Is > there > any way to tell GTK to allow more than one column, rather than having the > popup > menu fill the screen from top to bottom? > You may be interested in the t

Re: Menu with stuff in multiple columns?

2007-11-05 Thread control H
On 11/5/07, Reed Hedges <[EMAIL PROTECTED]> wrote: > > I have a large list of small names I want to display in a popup menu. Is > there > any way to tell GTK to allow more than one column, rather than having the > popup > menu fill the screen from top to bottom? Yes there is. For example, I've

Re: Building and packaging for Windows - theme?

2007-11-05 Thread control H
> $ ldd ./foo.exe > ntdll.dll => ntdll.dll (0x7c90) > kernel32.dll => C:\WINDOWS\system32\kernel32.dll (0x7c80) > libglib-2.0-0.dll => c:\mingw\bin\libglib-2.0-0.dll (0x1000) > iconv.dll => c:\mingw\bin\iconv.dll (0x54) > MSVCRT.dll => C:\WIND

Re: Building and packaging for Windows - theme?

2007-11-05 Thread control H
> > You copied some mingw dlls? That doesn't sound right. > > mingwm10.dll is usually required for thread support. Are you sure about that? As far as I understood mingw dll's are only used during compile time, the result should be completely independant on mingw or other unixish help dll's. I've

Menu with stuff in multiple columns?

2007-11-05 Thread Reed Hedges
I have a large list of small names I want to display in a popup menu. Is there any way to tell GTK to allow more than one column, rather than having the popup menu fill the screen from top to bottom? Thanks Reed ___ gtk-app-devel-list mailing list

Re: Building and packaging for Windows - theme?

2007-11-05 Thread Michael L Torrie
Daniel Atallah wrote: > On 11/1/07, Andrew Smith <[EMAIL PROTECTED]> wrote: >> Thanks everybody. I managed to build ISO Master on mingw and run it on a >> stock Windows box (just copied some dlls from the mingw bin directory), >> looks like the GTK parts work fine. Still, I'll be sure to look at al

Re: Fwd: gnome applet w/ bash

2007-11-05 Thread Michael Lamothe
Oh dear, #include struct utsname name; uname(&name); printf("%s\n", name.sysname); printf("%s\n", name.nodename); printf("%s\n", name.release); printf("%s\n", name.version); printf("%s\n", name.machine); Thanks, Michael On 05/11/2007, M

Re: Fwd: gnome applet w/ bash

2007-11-05 Thread Michael Lamothe
Hi Matteo, I'm not following. What box? A GtkBox? What "row"? Have you thought of using Glade to do your UI work? Thanks, Michael On 05/11/2007, Matteo Landi <[EMAIL PROTECTED]> wrote: > ok ok that worked, but the output is the same as before... > > just try to create a box with two labels