GtkHTML

2005-07-21 Thread The Saltydog
does anybody know where can I find documentation concerning use of GtkHTML? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTypeModule used in extensions

2005-07-21 Thread Raffaele Sandrini
Hi there Situation: I'm writing an extension to a application providing its extensions a GTypeModule during extension initialisation. Questions/Conserns: 1. Which GTypes of the extension must be registred through g_type_module_register and which through g_type_register_static? 2. If all type mus

Callbacks. Connect two objects.

2005-07-21 Thread uzytkownik22
I've signal VOID:STRING in MyObject and function: void my_object2_function(MyObject2 *, gchar *); I'd like to write function: void my_object_connect(MyObject *, MyObject2 *); which connect this signal whith function. How can I do it (the best without rewrite every line)? Regards -- Włochy i P

signal generated for file filters

2005-07-21 Thread anmol dhawan
Hi, I need to update the suggested file name displayed in the text entry of the filechooser dialog box, according to the selected filter. (for example if user picks *.txt from the filter, then suggested file name should be changed to abc.txt even if it’s abc.xyz) I tried the signals given

progress bar update problem

2005-07-21 Thread Krugaan
Hello! I made a dialog containing a progress bar for a lengthy calculation. The code was tested on two different machines. A debian box and a suse box. With debian everything works fine (i.e. percentage and activity mode). With Suse the progress bar fails when used in activity mode. Nevertheless u

GtkMenu "map" callback

2005-07-21 Thread Gaurav Jain
Hi, I'm trying to implement a function that needs to be called "before" the menu attached to the menu bar is "mapped". I tried doing this by connecting to the "activate" signal for the menu item which is the parent of this menu, but what's happening is that the "map" callback is getting called BE

Printing with gtk on windows

2005-07-21 Thread Razvan Gavril
I need to do some printing in a gtk application that runs on windows os and i can't find any starting point to look for documentation. Can anyone help me ? -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome

Finding an item in treeview by its name, implemented now ?

2005-07-21 Thread Colossus
Hi, I found this on the archive: http://mail.gnome.org/archives/gtk-app-devel-list/2002-October/msg00139.html but it is of 2002, has that way been implemented now ? Or I have to traverse the entire treeview and compare the string as suggested in the link above ? -- Colossus Cpsed, a Linux Op