[introspection] GArrays, GPtrArrays, etc

2009-12-03 Thread Iain Nicol
? Regards, -- Iain Nicol ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gobject introspection annotations

2009-10-27 Thread Iain Nicol
Hi, Stefan Kost wrote: Iain Nicol schrieb: Where could the problem lie? -mkdb? Have you added xi:include href=xml/annotation-glossary.xmlxi:fallback //xi:include to your master document? See tests/annotations/docs/tester-docs.xml near to the end. The xslt does a fallback

gobject introspection annotations

2009-10-26 Thread Iain Nicol
was the following warning from -mkhtml: In gtk-doc.xsl: For acronym (transfer none) no value found! Thanks, -- Iain Nicol http://www.iainnicol.com./ ___ gtk-doc-list mailing list gtk-doc-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-doc-list

Re: client-side-windows vs metacity

2009-01-31 Thread Iain *
On Sat, Jan 31, 2009 at 7:46 AM, Alexander Larsson al...@redhat.com wrote: On Fri, 2009-01-30 at 14:47 -0500, Morten Welinder wrote: What about other window managers? It would be sad to see gtk+ tied directly to a given window manager. What about them? Only window managers that use gdk are

Re: qt vs gtk

2009-01-14 Thread Iain *
On Wed, Jan 14, 2009 at 6:05 PM, Jack ostrof...@sbcglobal.net wrote: I believe the original question was gkt+ vs qt. I don't believe there was a question And this is all fairly offtopic for this list. So lets stop it now before it gets silly. iain

Re: Theme patriation

2008-10-30 Thread Iain *
sure. Ultimately, no-one is going to be able to agree to this before seeing the code. If you think it'll work better, go ahead and code it up, then come back and we can see what we think. Handwavy sentences like it can be worked around with fewer hacks are not very convincing. iain

Re: How to tell the difference between a minimize and a switch desktop?

2008-10-27 Thread Iain *
to a tray, they close to tray. iain ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Theme patriation

2008-10-27 Thread Iain
to draw the window borders. To embed the menu bar in the window border would just require the _NET_WM_CONTEXT_TOOLBAR atom that is mentioned above, and then the window manager would reparent the menu bar into the window frame. iain ___ gtk-devel-list

Re: Theme patriation

2008-10-27 Thread Iain *
On Mon, Oct 27, 2008 at 1:12 PM, Rui Tiago Cação Matos [EMAIL PROTECTED] wrote: 2008/10/27 Allin Cottrell [EMAIL PROTECTED]: IMO decorating a window belongs in the WM, not all X applications use GTK as rendering toolkit... And not all users of gnome use Metacity as WM. IIUC from Owen's

Re: Theme patriation

2008-10-27 Thread Iain
than create a public API out of the current theme format. And this is something that I'm (slowly) working on. iain (and its not stop energy - thomas asked Is this a good plan? 'No' is a perfectly acceptable answer to this question. ___ gtk-devel-list

Re: Theme patriation

2008-10-26 Thread Iain *
, not increase them. iain ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Theme patriation

2008-10-26 Thread Iain *
On Mon, Oct 27, 2008 at 1:07 AM, Iain * [EMAIL PROTECTED] wrote: On Sun, Oct 26, 2008 at 10:38 PM, Thomas Thurman [EMAIL PROTECTED] wrote: Do you think this is a good plan? In short: no. In long(ish): * If a program hangs, the user cannot close the window * each program needs a copy

Re: subwindow-less Gtk+ and offscreen windows

2008-08-04 Thread Iain *
changed over to not use subwindows in 4.4.0 I believe. It would be interesting to see how they solved problems like these. Doesn't give too much away, but http://labs.trolltech.com/blogs/2007/08/09/qt-invaded-by-aliens-the-end-of-all-flicker explains it a bit. iain (in useful mail shocker

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

2008-06-02 Thread Iain *
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: GtkFileChooserDialog too slow

2007-10-16 Thread Iain *
chooser to say hello to every file. Not a solution for the length of time it takes, but to save you killing firefox you can still click cancel and the dialog will close. iain ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: Undo framework

2007-09-21 Thread Iain *
where the internal state of an object doesn't get changed until the dialog is closed, but wants to be able to allow the text entries to be undone in the meantime. The way it works in Cocoa is that entries are undoable until they lose focus. iain ___ gtk

Re: Undo framework

2007-09-21 Thread Iain *
, and while its similar conceptually, I'm not sure why it is something that the undo manager should be taking care of? iain ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: How to make GtkTreeview columns invisible

2007-08-10 Thread Iain *
On 8/10/07, David Nečas (Yeti) [EMAIL PROTECTED] wrote: The author of this dislaimer is hereby notified that I will continue to disclose, copy and distribute anything I receive from a public mailing list. If he/she/it does not want this disclaimer to lose any threatening weight (it does not

Re: waveform display in gtk

2007-07-12 Thread Iain *
into how marlin stores audio samples. iain ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GIOChannel, how to free?

2007-04-04 Thread Iain *
perhaps? iain ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GIOChannel, how to free?

2007-04-04 Thread Iain *
On 4/4/07, Alberto Mardegan [EMAIL PROTECTED] wrote: ext Iain * wrote: http://developer.gnome.org/doc/API/2.0/glib/glib-IO-Channels.html#g-io-channel-unref perhaps? Sure. My question is, how many times (and when) do I have to call it? Once when you've finished with it iain

Re: GIOChannel, how to free?

2007-04-04 Thread Iain *
will clean it up. But that practice would scare me as its non-deterministic as to when the GIOChannel will be destroyed. Common practise would be to keep a reference to the IOChannel and drop it once you've finished with it, which means you know better when its been destroyed. iain

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: Gnome memory requirements

2006-09-16 Thread Iain *
the article is unreliable because of inequalities in the test environments: Evolution being compared to Kontact for example and (shock!) taking more memory. But I'd say this is offtopic for this list. iain ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: Cairo support

2006-04-26 Thread Iain *
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: newbie trap

2006-04-12 Thread Iain *
and update the gui accordingly. From the portaudio thread you can fire a oneshot idle function. Idle functions are run from the main gtk thread, and might be easier than setting up an idle callback to constantly check variables. iain ___ gtk-app-devel-list

Re: GtkFileChooser save dialog

2006-03-24 Thread Iain *
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: 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: 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 +, Iain * wrote: On 2/24/06, Peter Eckersley [EMAIL PROTECTED] wrote: Is anyone else equally frustrated? Nope. So, Iain, if you are suggesting that there's no room for improving the usability

Re: jerky viewport scrolling performance GTK+

2003-11-28 Thread iain
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-list mailing list [EMAIL PROTECTED

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. I didn't really notice

RE: (GObject) What are properties?

2003-11-19 Thread iain
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 ___ gtk-list

Re: Action-based menu API

2003-10-06 Thread iain
they are minor at the moment. Some renaming of functions and a few changes to the structures. iain -- The 'developed' nations gave to the 'free market' the status of a god, sacrificing to it their farmers, farmlands, and communities, their forests, wetlands and praries, their ecosystems and watersheds

Re: Action-based menu API

2003-10-04 Thread iain
. 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
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 the names I can find in the libegg module of things moving

Re: gtk + directfb + live cd

2003-01-03 Thread iain
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 because you need the writable home dir? iain -- Music for me is the proof of the existence of god. - Kurt Vonnegut

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

2002-09-26 Thread iain
(G_OBJECT(settings), gtk-double-click-time, dctvalue, NULL); if (g_type_is_a(G_VALUE_TYPE(dctvalue), G_TYPE_INT)) { double_click_time = g_value_get_int(dctvalue); } } Are you sure gtk-double-click-time returns a GValue and not an int or a float? iain -- I

Re: GdkEvenButton - spacebar?

2002-09-13 Thread iain
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 useful way than pasting Flags on every flat surface

State modifers

2002-09-06 Thread iain
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 ___ gtk-list

Re: SegFault with GnomeCanvas (Polygon)

2002-03-25 Thread iain
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. ___ gtk-list mailing list [EMAIL PROTECTED

Re: drawing area and expose event

2002-02-27 Thread iain
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 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org

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 2conftest.out configure:3744: wctype.h: No such file

Re: GTK / SDL bis

2001-06-22 Thread Iain Holmes
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 problems: SDL_Thread *thread; GtkWidget *drawing_area; Window

Re: scrollbar display options

2001-04-27 Thread Iain
- 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 PROTECTED] http

Re: Leak with gtk_tree_item.

2001-04-19 Thread Iain
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 iain@Ximian.com] 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't know where bugs

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/listinfo/gtk

Re: Can anyone help me with this code?

2000-09-06 Thread Iain
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
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 you shouldn't be touching

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 ___ gtk-list

Re: resizing tables with widget and unref

2000-06-26 Thread Iain
u'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
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