Re: How to determine if a GObject is "contained"?

2005-11-15 Thread Hans Oesterholt-Dijkema
Tristan Van Berkom schreef: Hans Oesterholt-Dijkema wrote: L.S., I'm writing a language binding for mzscheme to Gtk. I recently derived a method to do memory mangement for GtkObject and GObjects. An artikle about it can be read here: http://www.elemental-programming.org/mzgtk2-mzgtk2-memory-

Re: multiple top level windows??

2005-11-15 Thread Jose Hevia
> On 11/15/05, Jose Hevia <[EMAIL PROTECTED]> wrote: > > I need to create text tables in a program, so I use gtk_text_view*, > > gtk_text_buffer* functions. When created, tables look inconsistent > > because the "blank space" between words is not the same space that a > > letter space. > > Sounds

Re: How to determine if a GObject is "contained"?

2005-11-15 Thread Tristan Van Berkom
Hans Oesterholt-Dijkema wrote: L.S., I'm writing a language binding for mzscheme to Gtk. I recently derived a method to do memory mangement for GtkObject and GObjects. An artikle about it can be read here: http://www.elemental-programming.org/mzgtk2-mzgtk2-memory-management.html There is howev

How to determine if a GObject is "contained"?

2005-11-15 Thread Hans Oesterholt-Dijkema
L.S., I'm writing a language binding for mzscheme to Gtk. I recently derived a method to do memory mangement for GtkObject and GObjects. An artikle about it can be read here: http://www.elemental-programming.org/mzgtk2-mzgtk2-memory-management.html There is however one case, where I'm in tro

GTK+ 2.8.7 released

2005-11-15 Thread Matthias Clasen
GTK+ 2.8.7 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.7.tar.bz2 md5sum: d0f205f97fe6ae3ecb6eae7be5a68b39 gtk+-2.8.7.tar.gzmd5sum: efd1c122bbb0f655ac6ce5f3bb480551 This is a bugfix release in the 2.8.x series

Re: multiple top level windows??

2005-11-15 Thread John Cupitt
On 11/15/05, Jose Hevia <[EMAIL PROTECTED]> wrote: > I need to create text tables in a program, so I use gtk_text_view*, > gtk_text_buffer* functions. When created, tables look inconsistent > because the "blank space" between words is not the same space that a > letter space. Sounds like you need

Re: multiple top level windows??

2005-11-15 Thread Jose Hevia
I have been fighting with this: I need to create text tables in a program, so I use gtk_text_view*, gtk_text_buffer* functions. When created, tables look inconsistent because the "blank space" between words is not the same space that a letter space. Looking at Abiword, it has the same problem, b

Re: Signals documentation

2005-11-15 Thread ibrar ahmed
Hello all, How we can make our own Widget using Gtk+. i need your's best complement ! ibrar On 11/15/05, Paul Davis <[EMAIL PROTECTED]> wrote: > On Tue, 2005-11-15 at 11:11 +0100, Jose Hevia wrote: > > Does anyone knows were is documentation about specific Gobject signals:? > > in the docs for th

Re: Signals documentation

2005-11-15 Thread Paul Davis
On Tue, 2005-11-15 at 11:11 +0100, Jose Hevia wrote: > Does anyone knows were is documentation about specific Gobject signals:? in the docs for the subclass that they are associated with. the ones listed all belong to GtkWidget. ___ gtk-list mailing li

Re: cursor's color while it is in a entry which has a black background

2005-11-15 Thread Luca Cappa
yeajchao wrote: > Hello all >I have a problem as fllow: > there is a entry ,it's background is black > the problem is that ,when i clicked in the entry , >I can not see the cursor, >it may be because the cursor is also black > >In my opinion ,if I changed the cursor's colo

cursor's color while it is in a entry which has a black background

2005-11-15 Thread yeajchao
Hello all I have a problem as fllow: there is a entry ,it's background is black the problem is that ,when i clicked in the entry , I can not see the cursor, it may be because the cursor is also black In my opinion ,if I changed the cursor's color I may see it but the

Re: Error while compiliing

2005-11-15 Thread Hans Oesterholt
Hmm. gcc version =? sadhees kumar schreef: My system configuration is 256 MB RAM, 700MB Sawp sapce and Pentium 4 processor Thank you On 11/15/05, *Hans Oesterholt* <[EMAIL PROTECTED] > wrote: How much memory does your machine have? Did you configure an

Signals documentation

2005-11-15 Thread Jose Hevia
Does anyone knows were is documentation about specific Gobject signals:? "delete_event","button_press_event","button_release_event", "scroll_event","motion_notify_event","focus_in_event","focus_out_event", "configure_event","style_set" Jose

Re: libpangocairo-1.0.so: undefined reference to `pango_fc_font_map_cache_clear'

2005-11-15 Thread nr
I have all these ENV variable set and I had compiled cairo withs --prefix=/usr/local param, after that I compiled pango with the same param and still doesn't work :(. Any other idea?? Thanks. --- Archana <[EMAIL PROTECTED]> wrote: - Hi, With what prefix have y

Re: Error while compiliing

2005-11-15 Thread sadhees kumar
My system configuration is 256 MB RAM, 700MB Sawp sapce and Pentium 4 processor   Thank you  On 11/15/05, Hans Oesterholt <[EMAIL PROTECTED]> wrote: How much memory does your machine have?Did you configure any virtual memory (i.e. swap space)? sadhees kumar schreef:> Dear Friends,> I am developing