Screen Resolution

2006-04-07 Thread Sandy K
Hello everyone, I am new to this group. I am learning GTK now.. When i add an image in a window, it is displayed properly only in some screen resolution. I have a screen resolution of 1024 * 768. The window is displayed properly in this resolution. But when the resolution is changed to either

Re: Date and ComboBox

2006-04-07 Thread Andrea Zagli
Il giorno ven, 07/04/2006 alle 19.31 +0200, Geoffroy Culot ha scritto: > I try to compile my apllication witch use GTK+2.0 and now GnomeUI for a > GnomeDateEdit > > Before the addition of the Gnome Widget , I was using this command > > gcc `pkg-config --libs --cflags gtk+-2.0` GTK1.c -o GTK1 >

GTK+ 2.8.17 released

2006-04-07 Thread Matthias Clasen
GTK+ 2.8.17 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.17.tar.bz2 md5sum: 6d2deb63a5444808d2aeb7dcfffaa2f4 gtk+-2.8.17.tar.gzmd5sum: c439f4a34f083be27fcdbedfef59d66d This is a bugfix release in the 2.8.x ser

GLib 2.10.2 released

2006-04-07 Thread Matthias Clasen
GLib 2.10.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.10/ glib-2.10.2.tar.bz2 md5sum: 718961161ee1692c216a2d542196a04a glib-2.10.2.tar.gzmd5sum: 7ffb643a0cd49874729bfb1ce008f280 GLib is the low-level core library tha

Re: Date and ComboBox

2006-04-07 Thread Geoffroy Culot
Hello all, I try to compile my apllication witch use GTK+2.0 and now GnomeUI for a GnomeDateEdit Before the addition of the Gnome Widget , I was using this command gcc `pkg-config --libs --cflags gtk+-2.0` GTK1.c -o GTK1 and all was ok. Now, I try this ( and many other combination of argumen

Widget builders?

2006-04-07 Thread Gorshkov
On a "In-no-way-related" note . I've come across GOB2 as a widget builder for gtk Because I'm going to have to be re-using major parts of my interface in indifferent programmes, I was wondering if anybody has had any experience with it - or, failing that, if they are aware of any other

Problem with "window creep"

2006-04-07 Thread Gorshkov
I have an application containing a GtkTextView. My problem is this: In spite of me having GTK_WRAP_WORD set on the widget, every time text longer than the widget is added to the buffer, the window grows slightly in width - the text gets wrapped at the END of the first word that's longer than wil

Clearing the selection in GTK_COMBO_BOX?

2006-04-07 Thread Leon Ross
I am building an app to simulate sending messages to different processes. In this app I will select a message (via a GTK_COMBO_BOX) which will display editable fields in the message. After editing the fields I will then push a button to send the message. After I do that I would like the GTK_COMBO_

GTK_COMBO_BOX callback

2006-04-07 Thread Leon Ross
I have recently change all my combo boxes from GTK_COMBO to GTK_COMBO_BOX. Now my call backs are all wrong. What should I use? This is what I was using before the change. g_signal_connect_swapped(GTK_OBJECT(GTK_COMBO_BOX(ms_processComboBox),"changed", G_CALLBACK(process_selected), (gpointer)ms_m

Pango-1.12.1 released

2006-04-07 Thread Behdad Esfahbod
Pango-1.12.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ or: http://download.gnome.org/sources/pango/1.12/ 10ddfbc43cf895639b77788ca637409c pango-1.12.1.tar.bz2 46e11a2a6f8bb4dc318d04382d894081 pango-1.12.1.tar.gz This is a stable release and is source and binary

Re: GtkTextView : how many lines currently visible?

2006-04-07 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > but I still can't figure out how > to get the number of currently visible lines. I supposed I need > the size of the visible part of the GtkTextView widget, but getting > that is not obvious. Ok, figured it out for myself. For the archive: gdkwin = gtk_text_view_