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

2009-04-14 Thread donglongchao
在2009-04-11,Tadej Borovšak tadeb...@gmail.com 写道: 2009/4/11 donglongchao donglongc...@163.com: 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

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

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

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

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.

Re: Porting UIs to GtkBuilder

2009-04-14 Thread Tristan Van Berkom
On Tue, Apr 14, 2009 at 4:50 PM, Zeeshan Ali (Khattak) zee...@gmail.com 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:

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

Re: Question about gtkrc

2009-04-14 Thread Thomas Wood
On Tue, 2009-04-07 at 17:03 +0200, bardzo_szorstki wrote: Hello. I am writin to tou to ask a few questions. The first problem is how to disable icons on GtkButton? There is description how to change spacing bewtween label nad the icon, but I can't find a solution to disable icons at all. Take

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

Re: Unplugging GtkPlug from GtkSocket

2009-04-14 Thread Christian Dywan
Am Wed, 15 Apr 2009 00:19:38 +0530 schrieb Ravi Kasibhatla kasibhatla.r...@gmail.com: 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