Re: gnome_print_dialog_new

2005-04-21 Thread Hubert Sokolowski
Hi! > hi > > I am trying to print a report and was looking for some > API. Unfortunately the Gnome Print Reference Manual > isnt documented completely. Could anyone give me some > links. http://telecom.inescporto.pt/~gjc/libgnomeprint/index.html ___ g

is GBoxed the way to wrap things like GList, GHashMap, ... [resend]

2005-04-21 Thread Stefan Kost
hi, Several of my GObjects provide thgs like GList or GHashmap as readable properties. Unfortunately these properties are just gpointers. For the file-serialisation it would be nice to know whats behind the pointer. Is GBoxed the way to go? This modules has only vague docs, especially what it is

GtkTreeViewColumn get column id

2005-04-21 Thread Hubert Sokolowski
Hi! I added a column to a treeview with renderer = gtk_cell_renderer_text_new (); column = gtk_tree_view_column_new_with_attributes (col_title, renderer, "text",

gnome_print_dialog_new

2005-04-21 Thread abhi rocks
hi I am trying to print a report and was looking for some API. Unfortunately the Gnome Print Reference Manual isnt documented completely. Could anyone give me some links. Also if someone could please explain to me what gnome_print_dialog_new does or some link describing it. Thank You Abhishek S

[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; >

Window size and position

2005-04-21 Thread Mathias Andre
Hello, I'm currently coding a small application. I want the main window to remember its size and position every time it is started. To do so i call gdk_drawable_get_size and gdk_window_get_position when the program exits, and gdk_window_move_resize when the program is started again. For some stra

Re: gdk_window_foreign_new returns NULL

2005-04-21 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jacktm wrote: > jacktm wrote: > >>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, >

Re: gdk_window_foreign_new returns NULL

2005-04-21 Thread jacktm
jacktm wrote: >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

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

GtkListStore and Drag&Drop to Nautilus folder

2005-04-21 Thread Juergen Dankoweit
Hello, currently I develop an application that lists some items in a GtkListStore-Object. With Drag&Drop 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

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 <[EM

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 chang

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]

Small question about GtkTextView

2005-04-21 Thread Pavel Syomin
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 GtkTextBuffer, but don't know how to do it. For example, when user press "up arrow" or "down arrow" key I need to change current line in Gtk

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: problems to make the datas appear in a TREE ...

2005-04-21 Thread Peter Bloomfield
On 04/21/2005 02:22:44 AM, Santhosh wrote: 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 !! It's probably bad data in the

Subscript in GtkTextView

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

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 htt

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 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li