Re: problems to make the datas appear in a TREE ...

2005-04-21 Thread Santhosh
Hi, Sorry for the late reply. I haven't checked my mails... Now , I did what you say (populate the thee in the same level), and every thing is working fine, except when I click in a element showed - I get a SEGFAULT !! This is very abstract. Why don't you consider posting the code? Regards,

Re: Pango dependencies

2005-04-21 Thread Santhosh
Hi, I have also got similar kind of problems when I installed Gtk-2.6. To overcome this problem I have again rebuilt the pango to include xft freetype (or fontconfig I am not sure) support. I believe that atleast one of the backends is required. Check whether xft is installed in your system or

gtkhtml3 and CSS

2005-04-21 Thread Hubert Sokolowski
Hi! sorry for posting to this list, but gtkhtml mailing list seems to be dead. My question is does gtkhtml3 support CSS? regards hs ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

snoop key event

2005-04-21 Thread Giovanni Manenti
hi, I'm using gtk1.2 and I need to snoop all incoming key press events. I've found gtk_key_snooper_install but I don't know how to use it? Can anybody send me some examples? Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Subscript in GtkTextView

2005-04-21 Thread Jan
Hi. I would like to show some part of text in GtkTextView like if it in sub xhtml tag. My code is: gtk_text_buffer_create_tag(buffer, sub, rise-set, TRUE, rise, -3, NULL); gtk_text_buffer_apply_tag_by_name(buffer, sub, ...); this didn't work, but if I change properties of sub tag to, for

GtkComboBox row span and column span

2005-04-21 Thread Prathibha Pai
Hi, The gtk_combo_box_set_row_span_column() and gtk_combo_box_set_column_span_column() api documentation is not very clear. Could anyone please explain what should be the output of these api's? Regards, Prathibha. -- Prathibha Pai [EMAIL PROTECTED]

GtkComboBox row span and column span

2005-04-21 Thread Prathibha Pai
Hi, The gtk_combo_box_set_row_span_column() and gtk_combo_box_set_column_span_column() api documentation is not very clear. Could anyone please explain what should be the output of these api's? Regards, Prathibha. -- Prathibha Pai [EMAIL PROTECTED]

Re: Small question about GtkTextView

2005-04-21 Thread Paolo Costabel
You can use the insert-text signal of GtkTextBuffer to filter input and the mark-set signal to catch cursor movements. Pavel Syomin wrote: Hi, I'm try to create something like console widget using GtkTextView, but I'm confronted with some difficults. I want to process user input before change

Re: gtkhtml3 and CSS

2005-04-21 Thread Maciej Katafiasz
Dnia 21-04-2005, czw o godzinie 10:05 +0200, Hubert Sokolowski napisa: sorry for posting to this list, but gtkhtml mailing list seems to be dead. My question is does gtkhtml3 support CSS? AFAIK, no. That's one of the very basic problems with gtkhtml. Cheers, Maciej -- Maciej Katafiasz [EMAIL

GtkListStore and DragDrop to Nautilus folder

2005-04-21 Thread Juergen Dankoweit
Hello, currently I develop an application that lists some items in a GtkListStore-Object. With DragDrop from this GtkListStore to a Nautilus folder I have some problems. When I drop the items on the Nautilus folder, I don't get any feedback, that the items are dropped. Only two messages are sent

gdk_window_foreign_new returns NULL

2005-04-21 Thread jacktm
Hello. I'm working on a big project and I have to use gdk_window_foreign_new function in it. It doesn't work and always returns NULL. I've checked if I can use it in a small application - just to see how does it work, but unfortunately it doesn't work for me. I attached as simple test as I could

[libglade] nx the same window

2005-04-21 Thread Uzytkownik
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I've got callback function: void on_BUstaw_clicked(GtkWidget *widget, gpointer *_data) { Data* data = (Data*)_data; if(data-id == 20) { DEB(g_print(id == 20\n)); return; }