Re: recursive regex match?

2011-07-31 Thread Egon Andersen
at g_match_info_next. Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

duplicate symbol: _g_bit_nth_lsf

2008-01-27 Thread Egon Andersen
for this problem? Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Problems building pango-1.18.0 on Mac

2008-01-26 Thread Egon Andersen
? (pango-1.18.0 and other GTK+ related packages are downloaded from gtk.org) Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problems building pango-1.18.0 on Mac

2008-01-26 Thread Egon Andersen
try and see if I succeed with this never cairo before I configure and compile pango. Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problems building pango-1.18.0 on Mac

2008-01-26 Thread Egon Andersen
related to programming and X11 available on the discs that followed the Mac. Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problems building pango-1.18.0 on Mac

2008-01-26 Thread Egon Andersen
are welcome.) Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problems building pango-1.18.0 on Mac

2008-01-26 Thread Egon Andersen
for ppc Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

gtk_window_set_decorated(x, FALSE)

2005-12-20 Thread Egon Andersen
); gtk_widget_show (image); gtk_container_add (GTK_CONTAINER (splash_screen), image); /cite Is it only me that has experienced this problem? Or have I missed something in my code that has now been working without problems for 2-3 years now. Best regards Egon Andersen

Re: gtk_window_set_decorated(x, FALSE)

2005-12-20 Thread Egon Andersen
Tor Lillqvist wrote: Egon Andersen writes: I've just downloaded and installed the pre-build GTK+ for windows Gtk-win32-2.8.8-rc2 from http://gladewin32.sourceforge.net/ Try GTK+ 2.8.9 from ftp.gtk.org. I don't know what 2.8.8-rc2 is. Ask the gladewin32 people about that. I've read

Unforgiving GtkEntry

2005-05-04 Thread Egon Andersen
? Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Multiple lines in statusbar

2005-04-29 Thread Egon Andersen
Andrew E. Makeev wrote: Egon Andersen wrote: Hi, I've sometime multiple lines of text in the statusbar. Normally I achieve this by just inserting \n in the text-string. This works fine on Linux, but recently I saw that on Windows I only get a single line and the line-break are shown as the square

Re: Multiple lines in statusbar

2005-04-29 Thread Egon Andersen
). So it seems that statusbar on Windows has some problems handling both \r and \n! Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Multiple lines in statusbar

2005-04-28 Thread Egon Andersen
from http://gladewin32.sourceforge.net/) Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Scrool to top / buttom using Home / End

2005-03-08 Thread Egon Andersen
between first and last tab in a notebook (an ancestor). I this behaviour related to the windows-manager Gnome vs. MS Windows or differences in GTK+? And can I do anything to have the Linux-behaviour on MS Windows too. Linux: Using GTK+-2.4 MS Windows: Using GTK+-2.6 Best regards Egon Andersen

Setting tooltips on GtkComboBox

2005-02-21 Thread Egon Andersen
:-( Is this missing in the GtkComboBox or how do I make it work? I'm using gtk-win32-2.6.2-rc1 from http://gladewin32.sourceforge.net/ Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Setting tooltips on GtkComboBox

2005-02-21 Thread Egon Andersen
Egon Andersen wrote: Hi, I've tried to set tooltips on a GtkComboBox, but apparently this doesn't work. I've like another who asked on this list long ago tried to do it directly on the gtkcombobox and also tried on the child (gtkbin), but none of this seems to work. At least I don't get any

Re: blinking widgets...

2005-02-04 Thread Egon Andersen
for something like that and my customers are pleased. (Some people on this list would probably vomit, as my solution does not go well with themes.) So I'm positive. Best regards Egon Andersen ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org

Re: Problems printing 64-bit integers i glib 2.4.8

2004-12-14 Thread Egon Andersen
Owen Taylor wrote: On Tue, 2004-12-14 at 15:28 +0100, Egon Andersen wrote: Hi, I've experienced problems with g_strdup_printf() in glib 2.4.8 when I try to print 64-bit integers on Windows. I have the following line in my code: intmax_t se_nr; /* ISO-C99 */ ... se_nr = ... /* e.g. 12345678

Problems printing 64-bit integers i glib 2.4.8

2004-12-13 Thread Egon Andersen
-rc1 from http://gladewin32.sourceforge.net/ Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?

2004-11-21 Thread Egon Andersen
in a human readable way. Do you have any clue on what is going on here? Best regards Egon Andersen (Also things like the GTK_IS_TOGGLE_BUTTON() macro is not found in the documents - okay, it is defined in the header-file, but it is missing in the GTK+ Reference Manual for GtkToggleButton

Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?

2004-11-21 Thread Egon Andersen
the difference! But thanks for pointing it out. Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?

2004-11-21 Thread Egon Andersen
the combobox list if required. Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Transparent event snooper

2004-11-20 Thread Egon Andersen
transparent... And how do I make a 'transparent event snooper' ? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Remove all text elements from GtkComboBox

2004-11-19 Thread Egon Andersen
when you know how to do it... Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?

2004-11-19 Thread Egon Andersen
and experimented with a number of possible (and impossible) signals without luck. Best regards Egon Andersen (This is used to trigger the re-build I was mentioning in an earlier post today on this list.) ___ gtk-list mailing list [EMAIL PROTECTED] http

Setting tooltips delay?

2004-11-08 Thread Egon Andersen
regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
, GTK_STATE_INSENSITIVE, red); } Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
I can't just put the label in an eventbox. The label is a part of the GtkStatusbar. So I can't see how I can put it in an eventbox - unless I should put the entire GtkStatusbar in an eventbox? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL

Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
, GTK_STATE_INSENSITIVE, red); } Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+/Win32 MS Sans Serif font = warning

2004-09-09 Thread Egon Andersen
the filename extension '.fon' I could imagine that GTK+ doesn't support this fonttype, but I haven't come across documentation saying so. Could someone enlighten me about this cosmetic 'problem'. Best regards Egon Andersen ___ gtk-list mailing list [EMAIL

Gdk-WARNING: BitBlt failed

2004-04-15 Thread Egon Andersen
.) Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Hex numbers

2004-02-25 Thread Egon Andersen
Tom Froysland wrote: What should I use to get or show hex numbers. How about GtkEntry() combined with gtk_entry_set/get_text(), sprintf() and strtoi() sprintf() could also be g_strdup_printf() Best regards Egon Andersen ___ gtk-list mailing list

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). Thanks again for your help, Steffen Mariano Surez-Alvarez wrote: They surely are reading... but filing a request for enhancement bug in bugzilla,

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: Hi Egon! Egon Andersen wrote: Steffen Gutmann wrote: O.K. I submitted a report to bugzilla, id 135177 (http://bugzilla.gnome.org/show_bug.cgi?id=135177). I think you will find that it is already covered in a more general way by: http://bugzilla.gnome.org/show_bug.cgi

Re: GtkEntry right aligned/justified (and Solution)

2004-02-23 Thread Egon Andersen
Steffen Gutmann wrote: Hi Egon! Egon Andersen wrote: So, it seems their implementation isn't complete yet... Well, yours isn't complete either ;-) I think, they were talking about scrolling and that the solution in 59799 didn't cover it correctly. I checked the scrolling in my version

g_spawn_command_line_async and MinGW

2004-02-12 Thread Egon Andersen
Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: g_filename_to/from_utf8()

2004-02-03 Thread Egon Andersen
Owen Taylor wrote: On Mon, 2004-02-02 at 17:24, Egon Andersen wrote: On RH9: locale gives LANG=en_DK.UTF-8 LC_CTYPE=en_DK.UTF-8 LC_NUMERIC=en_DK.UTF-8 LC_TIME=en_DK.UTF-8 LC_COLLATE=en_DK.UTF-8 LC_MONETARY=en_DK.UTF-8 LC_MESSAGES=en_DK.UTF-8 LC_PAPER=en_DK.UTF-8 LC_NAME=en_DK.UTF-8 LC_ADDRESS

g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
Sven Neumann wrote: Hi, Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have the environment variable G_BROKEN_FILENAMES set. Okay, this gave me some info

Re: g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
Owen Taylor wrote: On Mon, 2004-02-02 at 15:25, Egon Andersen wrote: Sven Neumann wrote: Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have

g_filename_to/from_utf8()

2004-02-01 Thread Egon Andersen
Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Rotate label 90 degrees

2004-01-05 Thread Egon Andersen
NGP Languages wrote: Happy New Year to ALL! Egon Andersen wrote: Hi, I'll like to insert a label that is rotated 90 degrees i.e. the label text is vertical and not horizontal. How can I do this? Because the text in a widget cann't be rotated, you will have to create a pixmap picture

Rotate label 90 degrees

2004-01-04 Thread Egon Andersen
Hi, I'll like to insert a label that is rotated 90 degrees i.e. the label text is vertical and not horizontal. How can I do this? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Setting fixed-width font

2003-09-26 Thread Egon Andersen, Talura
regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Setting fixed-width font

2003-09-26 Thread Egon Andersen
regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Forcing window updates

2003-03-31 Thread Egon Andersen
by gtk_widget_thaw_child_notify(), so I would expect that widgets are drawn after the thaw?? Do anyone have an idea about what could be wrong or perhaps have an idea about how I can force the update? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http

Re: Forcing window updates

2003-03-31 Thread Egon Andersen
On Tue, 2003-04-01 at 07:03, Owen Taylor wrote: On Mon, 2003-03-31 at 16:30, Egon Andersen wrote: Hi, I've got a problem in an application, that some of my widgets in a notebook-page are not shown before I click on a button in the same notebook-page. It looks to me as if the gtk

Windows shows a terminal even when I use WinMain()

2003-03-15 Thread Egon Andersen
regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Drag and drop files

2003-01-06 Thread Egon Andersen
would be glad to get a pointer in the right direction and of course a code-example would be great. Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Compiled, linked, but get error related to nonuse of -fnative-struct !!!

2002-12-21 Thread Egon Andersen
On 2002-12-19 20:23 John Miskinis wrote: Wow folks, I think I've almost got a GTK+ example app built on Win98SE, under mingw/msys! GCC is telling me that the -fnative-struct switch is not recognized! I was able to build without it, but get an error dialog, stating that GtkWindow is not the

gtk_text_view / gtk_text_buffer

2002-11-30 Thread Egon Andersen, Talura
lines to be displayed in my gtk_text_view field? (I.e. without having to click in the window of cause :-) Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

right-justify text in entry

2002-11-02 Thread Egon Andersen
Hi, (GTK+-2.0) I'm trying to make text (numbers) right-justified in a GtkEntry, but I haven't been able to do it right. The best I've got until now is to use: gtk_widget_set_direction (entry, GTK_TEXT_DIR_RTL); but that is not a good solution, as it is setting the direction the text is entered,

How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
to be able to select the page from the application and make the entry visible. (The reason is that a post validation of entry data has shown that the entry data is invalid and the user has to correct it.) Best regards Egon Andersen ___ gtk-list

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
Cupitt, John wrote: Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I thought of this function, but then I need to make it top-down. I can

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
Cupitt, John wrote: Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I thought of this function, but then I need to make it top-down. I can

Re: win32/gcc : how to avoid need of -fnative-struct

2002-09-08 Thread Egon Andersen, Talura
Thierry CARRARD wrote: when compiling a win32 app using gcc and win32 gtk DLLs, you can suppress the ?fnative-struct option (which isn?t available any more on gcc3.x) if you replace the contant of gtk/gtkbox.h by this (for version 2.0.6) : Or use -mms-bitfields /Egon

Transparent background in window?

2002-09-04 Thread Egon Andersen, Talura
at gtk_style family, but I haven't found the solution. Any hints? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

problem with check_button in notebook tab

2002-08-26 Thread Egon Andersen, Talura
places than in the notebook tab. Do someone know why there is this strange difference between the linux and windows versions? And do anyone have an idea about how I can get the functionality in windows. Best regards Egon Andersen ___ gtk-list mailing list

How do I remove a widget from a table?

2002-08-12 Thread Egon Andersen, Talura
Hi, I would like to remove one or more widgets from a table. The widget has been attached earlier by gtk_table_attach(). When I try to destroy the widget I get a segmentation fault (which I to some degree can understand), but how do I remove the widget the 'right way' ? Best regards Egon

Text always selected in entry

2002-07-31 Thread Egon Andersen, Talura
Hi, GTK2: It seems that the default text in an entry is always selected when entering the field. How do I prevent that from happening. I've tried gtk_editable_select_region with start and end set to 0, but this does not help. Do someone have an idea about how I get past this problem? /Egon

glade-1.2 -2.0

2002-07-30 Thread Egon Andersen, Talura
Hi, I've made some UI's with glade-1.2 and has now upgraded to glade-2.0, but I can't import my old projects. Are there any 'upgrade' facilities available, so that I don't have to start again from scratch? Best regards Egon Andersen ___ gtk-list

Right justification of text in GtkEntry

2002-07-25 Thread Egon Andersen, Talura
Hi, How do I make text (actually digits) right justified when the digits are typed in the entry box? I would like to se my numbers typed as: [ 123.45] rather than [123.45 ] Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED