GLib 2.6.0 released

2004-12-15 Thread Matthias Clasen
GLib 2.6.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ glib-2.6.0.tar.bz2 md5sum: 649b89c8bfd152feea6db6f68b7cd54e glib-2.6.0.tar.gzmd5sum: 3138af4f8ea6a1fcf03a502c405e5c52 GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. I

how to change the font of a button and textbox data

2004-12-15 Thread Sudha C Naidu
  hi! how do i change font style of a button and text box data? i am able to change font style of a label using: font_bold=gdk_font_load("-adobe-courier-bold-r-normal--*-130-*-*-*-*-*-*");      style = gtk_style_copy(gtk_widget_get_style(widget));      style->font=font_bold; but this doesnt work

Re: Beginner questions ...

2004-12-15 Thread Keith Sharp
On Wed, 2004-12-15 at 18:29 +0100, Sam B wrote: > Hello and thank you for reading my post ! > > I have a few questions about gtk+, sorry, I am a beginner : > > 1) I use the widget to get a filename with a menu (I don't remember its > name). I connected the "Cancel" button signal to "widget_dest

problem building GTK+-2.4.14

2004-12-15 Thread Holtai András
Hello I have a problem building GTK+-2.4.14. I have right versions of glib, atk and pango (I hope so), so while configuring there are no errors. When building gtk, I get this error message: ... ./.libs/libgtk-x11-2.0.so: undefined reference to `g_type_class_add_private' ./.libs/libgtk-x11-2.0.

Re: Will gtk+-2.6 be released in time?

2004-12-15 Thread Valdis . Kletnieks
On Wed, 15 Dec 2004 14:07:47 GMT, =?gb2312?B?zsQgvPs=?= said: > I want to know whether gtk+-2.6.0 will be released in time! In time for what? > I also believe gtk+ program is a little slower compared with windows > application! Be more specific. Slower starting up, slower while running, slower

assertion `G_IS_OBJECT (object)' failed

2004-12-15 Thread Mariusz Sapinski (AMS - Borgia)
Hello, I have found many traces of similar problems on your list, but I haven't managed to solved mine (maybe it is not possible?). I'm running RedHat 7.3 (Valhalla) with old gnome. For some stupid reasons (I blame myself) I decided to install gtk+2.4 onjm this system. And of course all progra

Beginner questions ...

2004-12-15 Thread Sam B
Hello and thank you for reading my post ! I have a few questions about gtk+, sorry, I am a beginner : 1) I use the widget to get a filename with a menu (I don't remember its name). I connected the "Cancel" button signal to "widget_destroy" and this is OK. But I would like the app to do a few fun

GdkPixbuf in GtkTreeView

2004-12-15 Thread Marco Lettere
Currently I have to handle mouse clicks (differentiating left/right buttons) on a GtkImage that contains a GdkPixbuf and is plugged thus into a GtkEventBox. If I would draw the GdkPixbuf inside a GtkTreeViewColumn through a GtkCellRendererPixbuf can I still get the mouse clicks on it? And if y

Will gtk+-2.6 be released in time?

2004-12-15 Thread 文 见
I want to know whether gtk+-2.6.0 will be released in time! I also believe gtk+ program is a little slower compared with windows application! _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn _

Custom Drawing on a GtkTreeView

2004-12-15 Thread Pramod Patangay
Hi, I have a treeview whose cells will contain some custom drawn image. To achieve this, I am making a treeviewcolumn with pixbuf cellrenderer and I am capturing "expose-event" of the treeview and then draw the image on the window. But this doesn't work. If I don't draw the treeview on the window

Reparent problem

2004-12-15 Thread Andrew E. Makeev
Hi. Versions: gtk+ 2.4.13 gtkmm 2.4.7 I have a problem with toolbar buttons when I am doing reparent from one toplevel window to another inserting new notebook page. The simple test in the attachment. Follow this step: 1. start application; 2. push "NEW WINDOW" twice; 3. "DOCK" one of the window

help gtk language

2004-12-15 Thread LEBON Sylvain
i'm working in C language with windows xp. When i'm compiling it's the windows are in english and my windows is in french. The last days it was in french but i've done nothing special and it turns in english. Is it possible de force the language in french ? And if yes, how could i do it ? Thank yo

Re: need help with GTK+2.0

2004-12-15 Thread Jean Bréfort
Le mercredi 15 dÃcembre 2004 Ã 03:02 -0500, Bivek Agrawal a Ãcrit : > Hi all, > > I have this tiny tiny program, which (1) when compiled as > > $> gcc -Wall -g example.c -o example `pkg-config --cflags --libs > gtk+-2.0` -lgtk-x11-2.0 -lgdk-x11-2.0 > > ... compile well and then (2) when run

Where are the widgets ?

2004-12-15 Thread sinsedrix
Hi, I'm looking for widgets that are non basic gtk widgets, for example : - heard about a "knvas" widget which is a kind of drawing area, and provides the display of boxes and symbols, - need a vscale and progress bar widgets with graduations (like a thermometer). - need a toggle input like a ligh

need help with GTK+2.0

2004-12-15 Thread Bivek Agrawal
Hi all, I have this tiny tiny program, which (1) when compiled as $> gcc -Wall -g example.c -o example `pkg-config --cflags --libs gtk+-2.0` -lgtk-x11-2.0 -lgdk-x11-2.0 ... compile well and then (2) when run, generates bus error at window = gtk_window_new (GTK_WINDOW_TOPLEVEL); (