Re: msgfmt -c

2005-09-20 Thread Andreas Stricker
Roger Leigh wrote: It's also worth mentioning here that glib-gettextize is way out of date and should not be used (it should be removed and replaced with a wrapper around autopoint). Now that gettext provides autopoint, there is no need for glib-gettextize. glib-gettextize doesn't exploit

Re: keeping track of time.

2005-09-20 Thread John Vetterli
On Mon, 19 Sep 2005, oracle nine wrote: I am writing billiards management program under gtk2 on Linux. Each billiards table is represented by a widget that will toggle the table open or closed. While a table is open, I want to insert a label that displays how much time has elapsed. I want the

Re: keeping track of time.

2005-09-20 Thread Tristan Van Berkom
John Vetterli wrote: [...] Use g_timeout_add to execute a callback function periodically. http://developer.gnome.org/doc/API/2.0/glib/glib-The-Main-Event-Loop.html The interval may not be terribly accurate, but if I understand your needs, this is not important. The callbacks would only cause

Gtk# - Treeview

2005-09-20 Thread Nicolas Cormier
Hi, I have a Treeview and I want to active the EnterNotifyEvent when a the user's cursor is on a row. I active the EnterNotifyEvent for the treeview but it works only for the entire of the widget. Thanks in advance for your help. ___ gtk-app-devel-list

Re: API documentation, GtkTextBuffer signals

2005-09-20 Thread Matthias Clasen
On Mon, 2005-09-19 at 23:39 +0200, Søren Wedel Nielsen wrote: Hi, I have written some documentation of the GtkTextBuffer signals. If this is useful I will try to find time to continue with more signals - they seems to be neglected in most of the documentation. I include a patch

Re: API documentation, GtkTextBuffer signals

2005-09-20 Thread Søren Wedel Nielsen
tir, 20 09 2005 kl. 09:12 -0400, skrev Matthias Clasen: On Mon, 2005-09-19 at 23:39 +0200, Søren Wedel Nielsen wrote: Hi, I have written some documentation of the GtkTextBuffer signals. If this is useful I will try to find time to continue with more signals - they seems to be

A closer look at the recent files proposal

2005-09-20 Thread Matthias Clasen
I finally got around to looking in more detail at the eggrecentchooser stuff. My first comment is that 150+ functions and 1+ lines of code feel a bit large just for recent-files support. This is partially due to the 3000 lines of XBEL parser, but also due to copying the file chooser approach

disable certain modules

2005-09-20 Thread Enrico Weigelt
Hi folks, is there any way for disabling certain modules ? I really don't need chineese or arabic stuff ... cu -- - Enrico Weigelt== metux IT service phone: +49 36207 519931 www:

Re: pango + libtool problem

2005-09-20 Thread Behdad Esfahbod
On Tue, 20 Sep 2005, Enrico Weigelt wrote: * Behdad Esfahbod [EMAIL PROTECTED] wrote: snip hmm. is it possible to build against the full fribidi ? No. hmm. Why not ? How complicated is it to change this ? Because the internal copy is slightly modified. Not really complicated, but

motion-notify-event

2005-09-20 Thread Mohit Kumar
Hi All, I am not able to capture the mouse motion event on my window. I have written the following piece of code: #include gtk/gtk.h #include stdio.h static gboolean motion_event_callback(GtkWidget *widget,GdkEvent *event,gpointer data) { printf(Motion Event called ); return FALSE; } int

shape masked widgets on gtk 2.8.x

2005-09-20 Thread Calin Vatavu
Hello, I've been trying for some time to develop a program that can move icons on a canvas, but if the icons are shape masked it looks very ugly. The masked area of the icon is messed up. See for yourself in the following code: X--- #include gtk/gtk.h

Re: motion-notify-event

2005-09-20 Thread Luca Cappa
gtk_widget_add_events(window,GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK); A few more questions on GtkEvent: There are 2 ways I can get data of mouse position: event-button.x or event-motion.x. Out of these two, which one should be used to capture the location of the

Re: ld.exe: cannot find -liconv

2005-09-20 Thread jalkadir
Ok, in the hope to correct the problem, and expecting that viruses were the primary reason of it, I have re-installed Windows-xp. Right now there is nothing else but the the OS and the libraries you have placed for download at: http://www.gimp.org/~tml/gimp/win32/downloads.html My first intention

Re: Image on button

2005-09-20 Thread Sven Neumann
Hi, David Hoover [EMAIL PROTECTED] writes: GTK 2.6 added gtk_button_set_image() which certainly covers the most common simple cases of this. Right. And more importantly, it respects the user setting to suppress images on buttons. Sven ___ gtk-list

A panel widget a la wxWidgets

2005-09-20 Thread Hans Oesterholt
L.S., wxWidgets has a wxPanel widget, that acts somewhat like a GtkBin, but for which it is possible to set e.g. the background color. Does Gtk have an equivalent? best whishes, Hans ___ gtk-list mailing list gtk-list@gnome.org

Re: ld.exe: cannot find -liconv

2005-09-20 Thread Tor Lillqvist
[EMAIL PROTECTED] writes: Right now there is nothing else but the the OS and the libraries you have placed for download at: http://www.gimp.org/~tml/gimp/win32/downloads.html My first intention was to run /bin/gtk-demo.exe, but I get an error message saying This application has failed to

Re: A panel widget a la wxWidgets

2005-09-20 Thread Todd Fisher
GtkEventBox is similar in that you can pack other widgets into it and control it's background color. -Todd Hans Oesterholt wrote: L.S., wxWidgets has a wxPanel widget, that acts somewhat like a GtkBin, but for which it is possible to set e.g. the background color. Does Gtk have an

Re: ld.exe: cannot find -liconv

2005-09-20 Thread jalkadir
OK, I downloaded the following dlls: iconv.dll intl.dll libpango.dll Now I get a message that reads: The procedure entry point pango_context_get_matrix coudl not be located in the dynamic link library libpango-1.0-0.dll The windows fonts are set to Ariel - 10, what else can I do? Thanks [EMAIL

Gimp menus are black. gdk_window_set_back_pixmap(): pixmap must have a colormap

2005-09-20 Thread Naomi Tsafnat
When I run Gimp the menus have a black background and can't be read and the following error message appears: (gimp:18128): Gdk-WARNING **: gdk_window_set_back_pixmap(): pixmap must have a colormap I have gtk 2.8.3-7 gimp 2.2.8 Pentium 4 x86-64 SuSE Linux 9.3. I see that this problem was

GTK Forum

2005-09-20 Thread Micah Carrick
I realize many of you may find the mailing list to be sufficient, however, I've thrown up a forum at http://gtkforum.micahcarrick.com anyway. I've been contemplating it for a few months and, other than this list, I have not found any discussion resources exclusive to GTK+ programming (or the

Oh yeah and...

2005-09-20 Thread Micah Carrick
one more thing about gtkforums.micahcarrick.com ... if anybody knows some tutorials that they have found and liked and would like to post it that'd be cool. They seem scattered all over the internet. I've found a few that I liked quite a bit and will post them soon. Micah

re: GTK Forum

2005-09-20 Thread Andrew Krause
I really like this idea, but the link doesn't work... --- Andrew Krause [EMAIL PROTECTED] www.openldev.org ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK Forum

2005-09-20 Thread Micah Carrick
http://gtkforums.micahcarrick.com or... http://www.micahcarrick.com/gtkforums/ Andrew Krause wrote: I really like this idea, but the link doesn't work... --- Andrew Krause [EMAIL PROTECTED] www.openldev.org . ___ gtk-list mailing list

Re: GTK Forum

2005-09-20 Thread Mystilleef
On 9/20/05, Micah Carrick [EMAIL PROTECTED] wrote: I realize many of you may find the mailing list to be sufficient, however, I've thrown up a forum at http://gtkforum.micahcarrick.com anyway. I've been contemplating it for a few months and, other than this list, I have not found any

Re: API documentation

2005-09-20 Thread Ross McFarland
On Sep 20, 2005, at 6:30 AM, James Muir wrote: Hi All, I've been fiddling with the Gnome2::Canvas for several weeks and there are a few bits of API information I'd like to document somewhere so that the next person who looks at this API has an easier time. I'm wondering what the best

Re: API documentation

2005-09-20 Thread muppet
Ross McFarland said: On Sep 20, 2005, at 6:30 AM, James Muir wrote: What is the best approach to documenting the Gnome2::Canvas API so that the additions are not lost the next time the API is derived from its original sources? Gtk2-Perl documentation is done as POD in the XS files. the

Re: Gnome2::Canvas::Text text-height property oddness

2005-09-20 Thread muppet
James Muir said: The Gnome2::Canvas::Text man page indicates that the 'text-height' property is writable, yet when I try to set this property I get the following message: GnomeCanvas-WARNING **: gnome-canvas-text.c:1072: invalid property id 41 for text-height of type `GParamDouble' in