Re: GdkPixbuf pkgconfig file

2009-04-04 Thread Iain
k/gdkpixbuf.h is part of GDK, not GDK-Pixbuf iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

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

2008-06-02 Thread Iain *
how to use without some weird custom controls thrown in that might be kinda sorta maybe like the things people are used to but subtly different iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

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

2008-06-02 Thread Iain *
y does 90% of what you need? But anyway, I've longed for a good UI for PD for a while now, good luck. iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: (severe) performance issues

2007-04-04 Thread Iain *
te a custom label that doesn't propagate the size requests. Shouldn't be too hard. iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: (severe) performance issues

2007-04-03 Thread Iain *
g updated 30times a second? If there are, then I'm not really surprised that there's severe performance issues. You probably want to listen for the page change signal and turn off updating for the pages that aren't visible. I bet once you do that, you'll have no perform

Re: About Gtk+ File Chooser Dialog

2007-03-28 Thread Iain *
On 3/28/07, William Tambe <[EMAIL PROTECTED]> wrote: > There is no way you can view the properties of a file or remove a file > directly from the file chooser dialog. There's a hint in the name of the dialog...can you spot it? ___ gtk-list mailing list

Re: Cairo support

2006-04-26 Thread Iain *
gt; Cairo and that adds another megabyte or two for 2.8. Is that stripped? libcairo here unstripped is only 400k. iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Usability of the GTK+ 2 file open dialog

2006-03-24 Thread Iain *
On 3/24/06, Michael L Torrie <[EMAIL PROTECTED]> wrote: > On Fri, 2006-03-24 at 10:16 +0000, Iain * wrote: > > On 2/24/06, Peter Eckersley <[EMAIL PROTECTED]> wrote: > > > > > Is anyone else equally frustrated? > > > > Nope. > So, Iain, if you

Re: Usability of the GTK+ 2 file open dialog

2006-03-24 Thread Iain *
On 2/24/06, Peter Eckersley <[EMAIL PROTECTED]> wrote: > Is anyone else equally frustrated? Nope. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GtkFileChooser save dialog

2006-03-24 Thread Iain *
too, I still have no idea what your rant was about, besides some issue with the File Save dialog iain ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: jerky viewport scrolling performance GTK+

2003-11-28 Thread iain
On Fri, 2003-11-28 at 20:15 +0100, Lambert Schomaker wrote: > Hi Iain and others, > > thanks for the support. In order to notice what > the problem is, you may want to use eog immediately > after using my prog, looking at the same .tif: > eog scrolls like a snowboard on snot

Re: jerky viewport scrolling performance GTK+

2003-11-28 Thread iain
-viewer.tgz For what its worth, both horizontal scrolling and vertical scrolling are lovely and smooth on my 1Ghz 1.5GB system. Although there is a weird green square in the top corner of the image, is that meant to be there? iain -- ___ gtk-lis

RE: (GObject) What are "properties"?

2003-11-19 Thread iain
aying around with multiple threads. But a subclass wrapper around things that need threadsafe property notification signals is a quick 118 lines in C if you have your thread stuff done nicely :) iain -- "Miss Celine Dion sings lovesongs while our cities burn" _

Re: Action-based menu API

2003-10-06 Thread iain
2.4 version that > > there are some differences between the libegg version and the > > gtk version. > > Thanks for the warning. Hopefully they are minor at the moment. Some renaming of functions and a few changes to the structures. iain -- "The 'developed&#

Re: Action-based menu API

2003-10-04 Thread iain
that there are some differences between the libegg version and the gtk version. iain -- "Miss Celine Dion sings lovesongs while our cities burn" ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Order of widgets when displayed on top of each other

2003-08-14 Thread iain
hat commonly required. As far as I understand GTK is moving towards providing the widgets that every app needs, and leaving other exotic widgets like knobs, graphing etc to other add on libraries. iain [1] Mark McLoughlin, Kristian Rietveld, James Henstridge, Anders Carlsson and Soeren Sandmann are

Re: gtk + directfb + live cd

2003-01-03 Thread iain
) ---> CAUGHT SIGNAL 11 <--- > > (gnome_segv:1689): Gtk-WARNING **: cannot open display: > This isn't your program being unable to open the display, it's the gnome_segv program that gets run by a gnome program when it crashes. Your program is crashing somewhere, maybe bec

Re: Can't read gtk-double-click-time property

2002-09-26 Thread iain
re you sure gtk-double-click-time returns a GValue and not an int or a float? iain -- "I don't see why [The United States] should stand by and let Chile go communist merely due to the irresponsibility of its own people" - Henry Kissinger

Re: GdkEvenButton - spacebar?

2002-09-13 Thread iain
hat evoked the callback? I would guess that the event will be NULL when it's a spacebar press, so you probably want to check event == NULL || event->type != GDK_2BUTTON_PRESS. iain -- "If everyone is so darned proud of their country why don't they show it in a little more us

State modifers

2002-09-06 Thread iain
vent->state & GDK_SHIFT_MASK is true. Is this correct behaviour? If so, how do you detect when only the Shift key is pressed? iain -- "The greatest evils in the world will not be carried out by men with guns, but by men in suits sitting behind desks" - C. S. Lewis ___

Re: SegFault with GnomeCanvas (Polygon)

2002-03-25 Thread iain
tomorrow...) Run gdb program-name then type r to run the program, make it segfault and type bt to see exactly where it crashed. iain -- "Everybody thinks of changing humanity and nobody thinks of changing himself" - Leo Tolstoy.

Re: gtk2 Segmentation faults

2002-03-17 Thread iain
On Sun, 2002-03-17 at 18:56, Kristian Peters wrote: > Hello. > > Please cc me. I'm not subscribed (yet). > > No matter what gtk2-code I compile, every time it crashes immediately after the >first gtk-statement. Are you running a gtk1.2 LD_PRELOAD hack for antialiasin

Re: drawing area and expose event

2002-02-27 Thread iain
n response to them pressing "e". Well, if you don't do it in the expose callback anyway, it's not going to be there, so you might as well. iain -- "All men of conscience or prudence ply to windward, to maintain their wars to be defensive." -- Roger Williams ___

Re: memory leaks (continued)

2002-02-15 Thread iain
age when the page is changed? iain -- "All men of conscience or prudence ply to windward, to maintain their wars to be defensive." -- Roger Williams ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

configure on Win9x

2001-06-25 Thread Iain
Hi. I'm trying to configure glib, but when I try to make it, it fails. When I look at the log for configure, I get the following error messages: configure:3741: checking for wctype.h configure:3748: C:/cygwin/bin/gcc -E conftest.c >/dev/null 2>conftest.out configure:3744: wctype.h: No such fil

Re: GTK / SDL bis

2001-06-22 Thread Iain Holmes
start trying to do this stuff with bonobo controls, then you have fun about waiting for windows to be realised before calling sdlinit. iain > > > > I tried to resolve my problem with your advices :) but I > have still problems. here is the part of my program with &g

Re: scrollbar display options

2001-04-27 Thread Iain
maybe/yes Programmers - NO! If we leave it up to programmers then we have 5 applications doing it one way, 3 doing it another, and one weirdo who loved the NEWS way and wants all 6 of his apps doing it that way. iain ___ gtk-list mailing list [EMAIL PROTEC

Re: Leak with gtk_tree_item.

2001-04-19 Thread Iain
y is called) can't do it either. Should we still be using GtkList for this eventuality? iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

[Iain ] Re: Saving images from gdk-pixbuf?

2001-02-07 Thread Iain
> For my purposes, being able to easily take the current pixbuf and write it > to a PNG or JPEG would be truly wonderful. > > If someone can point me in the right direction, it would be great. Thanks > in advance. Check out the encompass module in GNOME cvs and in the src dir you will find

Re: HELP!! Gdk-ERROR **: BadValue (integer parameter out of range for operation)

2000-12-14 Thread Iain
. iain On 14 Dec 2000 22:04:41 +0800, alan wrote: > My program have a error message.. > > Gdk-ERROR **: BadValue (integer parameter out of range for operation) > serial 8 error_code 2 request_code 1 minor_code 0 > > But I still don&#x

Re: gtk_dialog_cauldron

2000-10-09 Thread Iain
> Has anybody ever used this function? Please, find my (tiny) testfile > attached and tell me if it works for you. You need to called gnome_init or gtk_init iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listin

Re: Can anyone help me with this code?

2000-09-06 Thread Iain
ose > connections between the gtk program and X server. You should call _exit (); rather than exit (), as calling exit() runs the gtk atexit functions and closes gtk. iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Help on MDI

2000-09-03 Thread Iain
sibly in the future will support window-in-window MDI (*). iain (*)The development branch already does support it, but a) It looks ugly as sin b) It's the unstable branch and the development branch doesn't actually work/compile very nicely so

Re: New version of GTK+

2000-09-01 Thread Iain
> *icck* > > This implies that we gnome/gtk+ users will start to suffer the same woes > as the Qt/KDE users when Qt went to 2.X...multiple libraries on same > systems...:-( Nope. Both versions can be installed together and still work. iain

Re: I meet problem when I make glib1.2.7

2000-07-14 Thread Iain
There should be a link /usr/include/linux that is linked to /usr/src/linux-2.2.5/include/linux ln -s /usr/src/linux-2.2.5/include/linux /usr/include/linux should do the trick. iain - Original Message - From: xbx To: [EMAIL PROTECTED] Sent: Thursday, July 13, 2000 1:23 AM Subject: I meet

GDK_WINDOW_XWINDOW weirdness.

2000-06-26 Thread Iain
the purpose) Have I missed some finer point about this? I put gdk_threads_(enter|leave) calls around the GDK_WINDOW_XWINDOW call, but it didn't help. Thanks iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: resizing tables with widget and unref

2000-06-26 Thread Iain
ason why you're doing it another way? iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

OT Re: When to g_free()

2000-06-15 Thread Iain
> Should I be g_free()ing my gtk_editable_get_chars()? Is there a rule of thumb > to follow that will make it easier to figure out what to free and what doesn't > need to be freed? If it crashes, you probably shouldn't have freed it :) ___ gtk-list

Re: (no subject)

2000-06-13 Thread Iain
sizeof(GtkPieClass) is smaller than its parent > class. It should be GtkWidgetClass parent_class; Not a pointer, but the actual class. iain ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list