A few quick questions about gtkprint

2009-04-14 Thread Vamsi Krishna Davuluri
hello, I am a gsoc applicant for sugar, and doing a project which adds print support to our applications. The idea is to convert our mime types to a more printable format and print them. So, now the question is how does convertion to ps/pdf take place with gtkprint I would like to know if it is tr

Re: Porting UIs to GtkBuilder

2009-04-14 Thread Tristan Van Berkom
On Tue, Apr 14, 2009 at 4:50 PM, Zeeshan Ali (Khattak) wrote: > Hi, >   Reading through planet gnome and related mailing-lists recently, I > got the impression that this would be a good time to port my UIs from > libglade usage to GtkBuilder. So following the guidelines on this > page: > > http://

Re: 2. Re: General tips about GTK+ programming

2009-04-14 Thread Grzegorz Kuczyński
I'm not a specialist, but ... I thing a good idea is the separate GUI code and functionaly code. Then I can easy move my functionaly code in another GUI toolkit and CLI. I mean two independent part for have interface to share data one another. GTK+ us only gets data for user and represent.

Porting UIs to GtkBuilder

2009-04-14 Thread Zeeshan Ali (Khattak)
Hi, Reading through planet gnome and related mailing-lists recently, I got the impression that this would be a good time to port my UIs from libglade usage to GtkBuilder. So following the guidelines on this page: http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html I trie

Unplugging GtkPlug from GtkSocket

2009-04-14 Thread Ravi Kasibhatla
Hi all, I am creating a plugin for a browser based on webkit, using the xembed protocol i.e. using GtkSocket & GtkPlug. I have been successfully able to create the plugin & show the content required on the plugin window, but I am facing problem when I try to delete the plugin. At the time of delet

bg color for marked days in gtk_calendar

2009-04-14 Thread Ivo Alxneit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, how would i set the background color for the marked days in gtk_calendar? i see a marked_date_color array in the calendar widget but { GdkColor c = {0,4,0,0}; gtk_calendar_mark_day (calendar, day); calendar->marked_date

Problem with GtkCellRendererCombo

2009-04-14 Thread Rudolfo Pinewood
Hello again, I have a problem with GtkCellRendererCombo, for which I did not find a solution yet. I try to use editing-started signal on that renderer to update combobox model based on current selection in my treeview. But it segfaults out when I try to receive the currently selected value fr

Re: How to send user_data into callback function by glade only?

2009-04-14 Thread donglongchao
在2009-04-11,"Tadej Borovšak" 写道: >2009/4/11 donglongchao : >> Hi all, >> I have a question using glade(3.4.5). >> In the "signal" tab,there is a item "user_data".I want to know how to fill >> and what to fill to send the data I filled into the callback function, >> without using gtk_signal_conne