Re: Correct way to deallocate an unix signal source

2019-03-19 Thread Enrico Mioso via gtk-app-devel-list
That's great! Thanks! Yeah, I'll keep it on my mind. I currently choose to depend on GLib 2.58 to do something like: g_source_set_callback(lctx->logwatcher, G_SOURCE_FUNC(agh_ubus_logstream_channel_io), lctx, NULL); so there should be no issues in case. Thank again!! Enrico O

Re: Correct way to deallocate an unix signal source

2019-03-19 Thread Enrico Mioso via gtk-app-devel-list
tate->ctx) { g_main_context_unref(my_state->ctx); my_state->ctx = NULL; } Thank you to all reading this, Enrico On Mon, 18 Mar 2019, Philip Withnall wrote: Date: Mon, 18 Mar 2019 10:42:11 From: Philip Withnall To: Enrico Mioso , gtk-app-devel-list@gnome.org Subject: Re: Correct way to dealloc

Correct way to deallocate an unix signal source

2019-03-14 Thread Enrico Mioso via gtk-app-devel-list
try changing the way i intercept signals tomorrow, but I would apreciate your recommendations a lot guys. Thank you very very much: P.S.: please, keep me in CC, as I am not part of the list. Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@

Re: Windows, Enchant and Aspell

2009-02-08 Thread Enrico Tröger
On Sun, 8 Feb 2009 14:12:20 -0500, Matthew Talbert wrote: >2009/2/8 Enrico Tröger : >> Hi, >> >> I just noticed Tor has built enchant for Windows [1], great job. >> Cool. >> >> Being curious whether it works, I installed aspell and two >> dictionar

Windows, Enchant and Aspell

2009-02-08 Thread Enrico Tröger
find_aspell.c, maybe it's useful in some way. Could this maybe be reused for the Aspell enchant provider or is there an easier way which I don't see? [1] http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/enchant-1.4.2-tml.zip Regards, Enrico -- Get my GPG k

Re: Gio & memory management

2008-10-11 Thread Enrico Tröger
On Sat, 11 Oct 2008 17:55:41 +0200, nico <[EMAIL PROTECTED]> wrote: >Hi Enrico, > >Thank you for your answer... >I'll try to read more about GError (in fact, i wrote first a program >with GLibmm, and then rewrote the program in GLib to test whether the >memory usag

Re: Gio & memory management

2008-10-11 Thread Enrico Tröger
On Sat, 11 Oct 2008 17:36:00 +0200, Enrico Tröger <[EMAIL PROTECTED]> wrote: And the patch missing in the last mail, sorry. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc ___ gtk-app-devel-list mailing list gtk-app-deve

Re: Gio & memory management

2008-10-11 Thread Enrico Tröger
, when you walk a tree like /test /test/this /test/this/to /test/this/to/check /test/this/to/check/the /test/this/to/check/the/code and your scan_dir function is at the last level 'code', then all scan_dir() calls from the previous levels are still running and waiting for their child calls

Re: GTK Drag & Filename Drop from other Windows

2008-08-07 Thread Enrico Tröger
; FileBrowser are denied. Anyone a tip? Try adding "text/uri-list" to the target entries. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Troubles with gettext 0.17.0 on Windows

2008-06-10 Thread Enrico Tröger
previous mail only to you (wrong button), this time it is sent to the list again. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Enrico Tröger
t contained the msgfmt command? Oops, forgot to mention this. I downloaded the gettext-runtime-dev, gettext-runtime and gettext-tools packages from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/, and I just checked it again, all in latest version: 0.17-1 (-tools in 0.17). Regards,

Troubles with gettext 0.17.0 on Windows

2008-06-09 Thread Enrico Tröger
without problems but with gettext 0.17.0 I get the above error messages. Am I missing something? [1] http://geany.svn.sourceforge.net/viewvc/*checkout*/geany/trunk/po/de.po Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc ___

Re: Disabling print range settings?

2008-05-15 Thread Enrico Tröger
On Thu, 15 May 2008 11:28:56 -0400, Liam R E Quin <[EMAIL PROTECTED]> wrote: > On Thu, 2008-05-15 at 17:00 +0200, Enrico Tröger wrote: > > On Thu, 15 May 2008 09:23:18 -0400, Liam R E Quin <[EMAIL PROTECTED]> > > wrote: > [...] > > > Wouldn't it be b

Re: Disabling print range settings?

2008-05-15 Thread Enrico Tröger
On Thu, 15 May 2008 09:23:18 -0400, Liam R E Quin <[EMAIL PROTECTED]> wrote: > On Thu, 2008-05-15 at 14:33 +0200, Enrico Tröger wrote: > > > is there any way to disable or overwrite the print range in > > GtkPrintSettings? > > > > The implementation of

Disabling print range settings?

2008-05-15 Thread Enrico Tröger
all pages. Any ideas? Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: how to compile only one module from the coreutils source?

2008-05-06 Thread Enrico Tröger
st the code, it's quite obvious that it doesn't compile out-of-the-box. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

DnD into a read-only textview

2008-04-17 Thread Enrico Tröger
ny trick to get around the problem? Is there any way I can enable Drag and Drop for the GtkTextView even it is disabled for a sane default? Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel

Re: Printing

2008-02-20 Thread Enrico Tröger
On Wed, 20 Feb 2008 06:31:04 -0700, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >> Enrico Tr?ger wrote: > > For examples see: > > http://www.uvena.de/tmp/cairo/print_pango_linux.pdf (fine) > > and > > http://www.uvena.de/tmp/cairo

Re: Printing

2008-02-19 Thread Enrico Tröger
On Sun, 17 Feb 2008 20:28:49 +0100, Bastiaan Veelo <[EMAIL PROTECTED]> wrote: > Enrico Tröger wrote: > > On Wed, 13 Feb 2008 19:56:05 +0100, Bastiaan Veelo <[EMAIL PROTECTED]> > > wrote: > > > > Hi, > > > > > >> 1) In order to get

Re: Printing

2008-02-16 Thread Enrico Tröger
tmp/cairo/print_linux.pdf and http://www.uvena.de/tmp/cairo/print_win.pdf to see what it looks like. > 8) When exporting to PDF on Windows, trying to overwrite an existing > file, the program crashes (oops!). This works fine on Linux. I can't reproduce this, on my Windows 2000 box I

Re: Printing

2008-02-13 Thread Enrico Tröger
e the issues: I don't ;-(. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkStatusIcon and Drag and Drop?

2008-01-15 Thread Enrico Tröger
On Tue, 15 Jan 2008 23:20:28 -0700, "Scott Horowitz" <[EMAIL PROTECTED]> wrote: > 2008/1/15 Enrico Tröger <[EMAIL PROTECTED]>: > > I was just playing around with the GtkStatusIcon API and wondered if > > there is any way to use Drag And Drop with a GtkStatusI

GtkStatusIcon and Drag and Drop?

2008-01-15 Thread Enrico Tröger
icon specification? I read the specification at http://www.freedesktop.org/wiki/Standards/systemtray-spec but didn't find anything regarding Drag and Drop. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-li

Re: Hidden dialogs on Windows after changing a window

2007-12-12 Thread Enrico Tröger
On Fri, 7 Dec 2007 18:31:17 +0100, Enrico Tröger <[EMAIL PROTECTED]> wrote: > Hi, > > the attached sample program creates a GtkWindow and shows a > filechooser dialog. The parent of the dialog is the create window. > When executing, both windows show up. Then I c

Hidden dialogs on Windows after changing a window

2007-12-07 Thread Enrico Tröger
wrong? gtk_window_set_transient_for() is used, what else can I do? Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to set background color for a pango layout being printed ?

2007-11-16 Thread Enrico Tröger
ing artefacts in the picture. > Individual text layouts are drawn with gray lines either on the left > and right layout bounds or on the > top and bottom bounds!! Some layouts are even completely squared in Did you solve this? I got the same problem. Regards, Enrico -- Get my GPG

Re: How to get PangoFontFamily?

2007-11-15 Thread Enrico Tröger
On Tue, 13 Nov 2007 18:31:21 -0500, Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > On Tue, 2007-11-13 at 18:51 +0100, Enrico Tröger wrote: > > Hi, > > > > I have a PangoFontDescription, created from a font string. Now I > > would like to use pango_font_family_is_m

How to get PangoFontFamily?

2007-11-13 Thread Enrico Tröger
Hi, I have a PangoFontDescription, created from a font string. Now I would like to use pango_font_family_is_monospace() to know whether it is a monospaced font or not. But I don't find a way to get a PangoFontFamily object at all. Any ideas? Regards, Enrico -- Get my GPG key from

Re: Building and packaging for Windows

2007-10-31 Thread Enrico Tröger
have a look at the makefiles(makefile.win32) in the Geany source tarball. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Tooltips on GtkTreeView

2007-10-15 Thread Enrico Tröger
and show the tooltips > in in the signal handler? Or just use the new Tooltips API in GTK 2.12. How to use it is described at http://library.gnome.org/devel/gtk/unstable/GtkTooltip.html#id3825725 Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key

Re: GtkFileChooserButton bug?

2007-08-19 Thread Enrico Tröger
#x27;s happening > have something to do with this: > http://bugzilla.gnome.org/show_bug.cgi?id=447378 > > Can someone confirm? No, here[1] it works without a segfault or any other unexpected behaviour. Which version of GTK do you use? [1] [EMAIL PROTECTED]: /tmp$ pkg-config

Re: menuitem activate

2007-05-23 Thread Enrico Tröger
al somewhere else in the code to call > for a refresh? Why don't you just call the callback function which is connected to the signal? Or use g_signal_emit() or g_signal_emit_by_name() to "emulate" a click on the menu item. Regards, Enrico -- Get my GPG key from http://www.uvena.

G_KEY_FILE_KEEP_COMMENTS adds extra newlines

2007-05-22 Thread Enrico Tröger
be already fixed, I'm using GLib 2.12.6 where it is still existent. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: how to make an animation ;)

2007-02-09 Thread Enrico Sardi
_set_from_pixbuf()[2] > > I saw gdk_pixbuf_animation_new_from_file but it only works with an animated file as input while I need to build the animation from a series of indipendent files...thanks for the help! Enrico ___ gtk-app-devel-list mailin

how to make an animation ;)

2007-02-08 Thread Enrico Sardi
Hi all! I want to make a simple animation in gtk with a pixbuf that rotates, how can I make it? Many thanks Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

"translate this application"

2007-01-26 Thread Enrico Sardi
Hi all! How can I add the menu entries "translate this application" and "get help online"? It's only a feature of gtk under Ubuntu? Many thanks Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: delete-event of GtkWidget

2007-01-22 Thread Enrico Tröger
On Mon, 22 Jan 2007 09:13:03 +0100, "Dan H." <[EMAIL PROTECTED]> wrote: > Enrico Tröger wrote: > > > Yes, I misused gtk_widget_hide and already fixed my code. > > [...] > > > Obviously, I just wondered about the different behaviour of > > diff

Re: delete-event of GtkWidget

2007-01-21 Thread Enrico Tröger
On Sun, 21 Jan 2007 12:24:45 +, [EMAIL PROTECTED] wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, Jan 20, 2007 at 03:52:24PM +0100, Enrico Tröger wrote: > > On Sat, 20 Jan 2007 05:34:27 +, [EMAIL PROTECTED] wrote: > > > > &

Re: delete-event of GtkWidget

2007-01-20 Thread Enrico Tröger
On Sat, 20 Jan 2007 05:34:27 +, [EMAIL PROTECTED] wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, Jan 19, 2007 at 06:52:03PM +0100, Enrico Tröger wrote: > > Hi all, > > > > when I write big dialogs, I create it only once, keep the pointer

delete-event of GtkWidget

2007-01-19 Thread Enrico Tröger
ved the problem. Regards, Enrico P.S.: I know this is a bit off-topic but I'm interested in experiences with other distros and here are many GTK users ;-). -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-

GDK_2BUTTON_PRESS and GDK_BUTTON_PRESS

2006-12-28 Thread Enrico Sardi
Hi all! How can I distinguish between |||GDK_BUTTON_PRESS and a | |GDK_2BUTTON_PRESS event?| Many thanks! Enrico || ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gnome_program_init id necessary?

2006-12-26 Thread Enrico Sardi
Hi all! I was wondering...is gnome_program_init necessary in an application for gnome or gtk_init is sufficient? What is the exact utility of gnome_program_init? Many thansk! Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Gnome widgets...

2006-12-21 Thread Enrico
Hi all! Where I can find the gnome widgets in Glade 3.* ? Many thanks Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: TreeView to build a table?

2006-12-12 Thread Enrico Tröger
On Tue, 12 Dec 2006 16:35:55 +0300, Eugene Zagidullin <[EMAIL PROTECTED]> wrote: > On Tue, 12 Dec 2006 14:27:12 +0100 > Enrico Tröger <[EMAIL PROTECTED]> wrote: > > ET> Can't find the mentioned the icon view. Can you give me a pointer? > > Somewhere in

Re: TreeView to build a table?

2006-12-12 Thread Enrico Tröger
On Tue, 12 Dec 2006 10:23:00 +0300, Eugene Zagidullin <[EMAIL PROTECTED]> wrote: > On Mon, 11 Dec 2006 23:38:57 +0100 > Enrico Tröger <[EMAIL PROTECTED]> wrote: > > ET> Is there any way to select single cells? > ET> Or should I use another widget? I thought of

TreeView to build a table?

2006-12-11 Thread Enrico Tröger
but I assume this would heavily slow down the process of realising the dialog. Regards, Enrico P.S.: if my explanation was not very clear, I want something like the special character dialog in OpenOffice Writer. -- Get my GPG key from http://www.uvena.de/pu

Re: Source code for gtk-demo

2006-12-06 Thread Enrico Tröger
g about GTK on windows. Nobody could know this. Try to add -mwindows to the linker flags. This had been discussed several times on the list. So a search on google probably had solved the question. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key _

Re: How to get the used style for a widget

2006-12-04 Thread Enrico Tröger
On Mon, 4 Dec 2006 17:18:05 +0300, Eugene Zagidullin <[EMAIL PROTECTED]> wrote: > On Mon, 4 Dec 2006 15:13:56 +0100 > Enrico Tröger <[EMAIL PROTECTED]> wrote: > > ET> how can I get the style which is actually used to draw the > ET> widgets in an applica

How to get the used style for a widget

2006-12-04 Thread Enrico Tröger
t;my_style" { fg[ACTIVE]= "#008918" fg[NORMAL]= "#008918" } widget_class "*" style "my_style" This works, so I get all green menu items, notebook tabs and so on. Now, I need a way to get these values for fg[ACTIVE] and fg[NORMAL] in GT

FileChooser: Display folder list by default

2006-10-24 Thread Enrico Tröger
ialog consistent? Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to hidden the Tree View Title bar

2006-09-18 Thread Enrico Tröger
le bar, get more area to present the data. > > I tried to find how to set the visible of title bar to false, but i > can't find the method... > > Can anyone function or method to hidden the title bar ? Probably you want gtk_tree_view_set_headers_visible(). Regard

Re: Fwd: Systray icon..

2006-08-13 Thread Enrico
Fernando Apesteguía pronuncio' le seguenti parole il 11/08/2006 17:09: > Using eggtrayicon.c and eggtrayicon.h > > Best regards > Many thanks for the help! I have noticed that there is also an edgestatusicon.c and an edgestatusicon.h, what is the difference

Systray icon..

2006-08-11 Thread Enrico
Hi at all! How can I display an icon in the system tray without using GtkStatusIcon (I've only GTK 2.8). Many thanks! Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

About Dialog crash...

2006-08-08 Thread Enrico
how (about); } __ If I push the X button of the about_dialog for 2 times the entire application crashes...where is the mistake? Many thanks Enrico ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listin

uimanager popup problem...

2006-08-02 Thread Enrico
= gtk_ui_manager_new (); gtk_ui_manager_insert_action_group (ui_manager, action_group, 0); if (!gtk_ui_manager_add_ui_from_string (ui_manager, ui_description, -1, NULL)) { g_print ("building menus failed"); exit (1); } popup = gtk_ui_manager_get_widget (ui_manager, &

Re: Change state of a GtkCheckMenuItem w/o signal triggering

2006-07-21 Thread Enrico Tröger
n which I missed? > > Blocking the signal handler when the state is changed > programatically, setting some flag when the state is changed > programatically, ... This is what I'm doing at the moment, but it is not very nice. There should be a possibility to change the

Change state of a GtkCheckMenuItem w/o signal triggering

2006-07-21 Thread Enrico Tröger
I set it to TRUE nothing happens). But I want to change the state so that the signal is never emitted. The signal itself is needed for user interaction. So, not connecting to the signal doesn't solve my problem. Is there an option which I missed? Regards, Enrico -- Get my GPG key

Re: How to keep the check button' checked state

2006-07-09 Thread Enrico Tröger
the check > button , the check button keeps its state > > [...] > > if i clicked on the check button,the state switched > > How can i achieve my original goal ? Perhaps by making it non-clickable, i.e. insensitive. gtk_widget_set_sensitive(check_button, FALSE)

GDK_ACTION_MOVE by default

2006-07-09 Thread Enrico Tröger
flag "context->action" is (on my system) set to GDK_ACTION_COPY. I can change it by pressing shift, then the passed value is GDK_ACTION_MOVE. Is there another way for a permanent change, something like a configuration option in ~/.gtkrc-2.0? Regards, Enrico -- Get my GPG

Re: "switch_page" signal from gtk_notebook is fired two times

2006-06-29 Thread Enrico Tröger
On Fri, 30 Jun 2006 01:22:39 +0200, Enrico Tröger <[EMAIL PROTECTED]> wrote: > Hi, > > I have a notebook and connected a callback function > "on_notebook1_switch_page" to the switch_page signal. > > If I put a g_message("test") call in the function, I

"switch_page" signal from gtk_notebook is fired two times

2006-06-29 Thread Enrico Tröger
once. Is this a kind of bug or is it intended because I switch _from_ the current page and then I switch _to_ the new current page. But the passed page_num argument is in both calls equal. I'm a bit confused. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a l

Make duplicate of a complete GtkMenu

2006-06-22 Thread Enrico Tröger
al menus? This is not really important, but would save some code. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de ___ gtk-app-devel-list mailing list gtk-app-devel-list

GdkModifiers bitmask and GDK_SHIFT_MASK question

2006-05-18 Thread Enrico Tröger
he moment I check whether Shift is in event->state and then I add to the variable key 32 (only if key is between GDK_a and GDK_z) so the key is the capital of the original value. This works somehow but is there a better way if the key value is given with GDK_r and not GDK_R? regards, Enrico --

Re: Changing (default) keybindings

2006-05-16 Thread Enrico Tröger
On Tue, 16 May 2006 16:46:12 -0300, Eduardo M KALINOWSKI <[EMAIL PROTECTED]> wrote: > Enrico Tröger wrote: > > >On Sun, 14 May 2006 18:59:35 +0200, Enrico Tröger > ><[EMAIL PROTECTED]> wrote: > > > > > > > >>Hi, > >> >

Re: Changing (default) keybindings

2006-05-16 Thread Enrico Tröger
On Sun, 14 May 2006 18:59:35 +0200, Enrico Tröger <[EMAIL PROTECTED]> wrote: > Hi, > > is there an easy way of changing the default keybindings of stock > items? For example in a file menu, a menu item with the stock id > gtk-open gets (on my system) CTRL-O. Can this be ch

Changing (default) keybindings

2006-05-14 Thread Enrico Tröger
Hi, is there an easy way of changing the default keybindings of stock items? For example in a file menu, a menu item with the stock id gtk-open gets (on my system) CTRL-O. Can this be changed and if how? I read a bit through the API, but didn't find a way. Thanks. Enrico -- Get my GPG key

Re: How to remove F8 keyboard shortcut

2006-04-26 Thread Enrico Tröger
On Wed, 26 Apr 2006 12:26:00 -0700 (PDT), Van H Tran <[EMAIL PROTECTED]> wrote: > > Maybe you can try to connect the "key-press-event" > signal. And in the callback, if it is F8 key, you can > return TRUE, i.e telling the lib that the signal is Thanks. It was to

How to remove F8 keyboard shortcut

2006-04-26 Thread Enrico Tröger
Hi, the F8 keyboard shortcut seems to be used to give the focus to a GtkPaned widget. How can I remove or disable this shortcut? regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de

Re: Cross-platform apps

2006-04-26 Thread Enrico Tröger
aren't working under Windows, until I've found out that the Windows strtod() only can handle decimal numbers but not hexadecimal ones. Very annoying. regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de ___

Re: How to detect if a glist->data is a GUINT_TO_POINTER for not freeing it ?

2006-04-21 Thread Enrico Tröger
On Fri, 21 Apr 2006 13:01:10 +0200, Colossus <[EMAIL PROTECTED]> wrote: > Enrico Tröger wrote: > > No, it is a simple decimal value. I appended the l to emphasise > > that it is a long int. I'm not completely sure, but I think you can > > safely omit it.

Re: How to detect if a glist->data is a GUINT_TO_POINTER for not freeing it ?

2006-04-21 Thread Enrico Tröger
On Fri, 21 Apr 2006 12:44:48 +0200, Colossus <[EMAIL PROTECTED]> wrote: > Enrico Tröger wrote: > > > give it some value > > *iptr = 100l; > > thanks for replying. Which value is the above ? Hexadecimal one ?? Or > what else ? No, it is a simple decimal value. I

Re: How to detect if a glist->data is a GUINT_TO_POINTER for not freeing it ?

2006-04-21 Thread Enrico Tröger
n't tested it). regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Crashes with GTK 2.8.12 and above

2006-04-18 Thread Enrico Tröger
On Wed, 12 Apr 2006 22:38:34 +0100, Chris Vine <[EMAIL PROTECTED]> wrote: > On Tuesday 11 April 2006 22:08, Enrico Tröger wrote: > > Hi, > > > > I have some problems with newer GTK versions(2.8.12 and above) and > > my application(http://geany.uvena.de). It cra

Crashes with GTK 2.8.12 and above

2006-04-11 Thread Enrico Tröger
, Enrico -- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list