On Fri, Jan 14, 2011 at 03:30:42PM -0300, John Coppens wrote:
[snip]
> Well, the error remains... Still get those
>
> GLib-GObject-WARNING **: gsignal.c:3081: signal name `depressed' is
> invalid for instance `0x8a0900'
>
> messages.
I've seen this error only once when I was writing a C++ wrappe
On Tue, Aug 08, 2006 at 05:33:58PM +0300, Mohammed Sameer wrote:
> On Tue, Aug 08, 2006 at 11:29:43AM -0300, Román Gorojovsky wrote:
> >
> > IIRC I did
> >
> >GtkWidget *label;
> >struct my_data *data;
> >
> >/* Initialize label */
&g
On Tue, Aug 08, 2006 at 11:29:43AM -0300, Román Gorojovsky wrote:
>
> IIRC I did
>
>GtkWidget *label;
>struct my_data *data;
>
>/* Initialize label */
>
>data->l = label;
>
> and got a Segmentation fault there. But I'll try again I guess
data = g_malloc(my_data);
data->l
Try mlterm!
On Wed, Jun 15, 2005 at 11:12:33AM +0530, Viraj Chatterjee wrote:
> It should work with gnome-terminal.
>
> -vc
>
> - Original Message -
> From: "Gaurav Jain" <[EMAIL PROTECTED]>
> To: "Mohammed Sameer" <[EMAIL PROTECTED]
On Thu, Jun 09, 2005 at 12:29:02PM +0530, Gaurav Jain wrote:
> Yes, this time it worked! In fact even without setting the font to
> the Code2000 font for the GtkEntry, I'm able to type Arabic text into
> the entry. Thanks so much for your help!
>
> One think I still wish to know is why I'm unabl