Re: gtk-app-devel-list Digest, Vol 26, Issue 39



Hi All,

I am facing problem with gdk_font_load method in my application. It
returns NULL.

I am using gtk-2.0 on Redhat Enterprise WS 4.

Can anybody help me to resolve this proble?
Help says that gdk_font_load is depricated. What is the name of new
equivalent method?


Thanx in advance,
--
Bye,

Lalit Kumar
Pune


On 6/26/06, gtk-app-devel-list-request gnome org
<gtk-app-devel-list-request gnome org> wrote:
Send gtk-app-devel-list mailing list submissions to
       gtk-app-devel-list gnome org

To subscribe or unsubscribe via the World Wide Web, visit
       http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
or, via email, send a message with subject or body 'help' to
       gtk-app-devel-list-request gnome org

You can reach the person managing the list at
       gtk-app-devel-list-owner gnome org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gtk-app-devel-list digest..."


Today's Topics:

  1. Re: GTK file open dialog usability... (John Cupitt)
  2. How sort a GtkList structure using keyboard shortcut?? (raul o)
  3. Re: GTK file open dialog usability... (tomas tuxteam de)
  4. Problem with Editable Cells (Sailaxmi korada )
  5. Re : How sort a GtkList structure using keyboard shortcut??
     (Fabien Vantard)
  6. Re: gtk 2.8 on Windows 98 (Allin Cottrell)


----------------------------------------------------------------------

Message: 1
Date: Sun, 25 Jun 2006 19:19:23 +0100
From: "John Cupitt" <jcupitt gmail com>
Subject: Re: GTK file open dialog usability...
Cc: gtk-app-devel-list gnome org
Message-ID:
       <522c6460606251119g41c14a65s46c7a41f5377453d mail gmail com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

There are some useful improvements in HEAD but not in gtk stable yet:

1) There's now a visible text box you can type to in the Open File dialog

http://bugzilla.gnome.org/show_bug.cgi?id=136541

2) It's now aynchronous, ie. it will load the icons, file list, etc.
in the background. No more waiting for slow network connections on
remote directoiries. gtk2 is finally ahead of gtk1 on the file dialog
:-)

(I'm not a gtk2 developer, this is just my understanding from reading
the mailing lists, hope I've got it right)


On 6/24/06, Ricardo Malafaia <rmalafaia gmail com> wrote:
> I personally like it very much:  it's very keyboard friendly.  Some
> people will find it a little disturbing that there's no visible direct
> textbox to type in, and i would agree.  Not a problem for newbies who
> only use the mouse to select anyway, but a little frustrating for
> people who wish to use the keyboard but don't know GTK.
>
> Like the other guy, i wasn't able to reproduce it in Ubuntu Dapper
> with GTK+ 2.8.  Is it the courtesy of some polish by the Ubuntu guys
> or the GTK guys fixing a bug? :)
>
> On 6/24/06, Olaf Leidinger <leidola newcon de> wrote:
> > > 1. For example I want to select file from /usr/bin. I type:
> > >    /u and '/usr' appears. As new user I type 'u' and then 's'
> > >    and get '/usr/src' instead of '/us'. OK, thats bad, but fixable.
> > >    I go back and remove all the line, starting over.
> >
> > I can't reproduce this on ubuntu dapper (gtk 2.8.18 ). Typing /u /usr appears, but when typing s /us 
appears here.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>


------------------------------

Message: 2
Date: Mon, 26 Jun 2006 08:22:56 +0100 (BST)
From: raul o <rotaiza2003 yahoo co uk>
Subject: How sort a GtkList structure using keyboard shortcut??
To: gtk-app-devel-list gnome org
Message-ID: <20060626072256 78061 qmail web26705 mail ukl yahoo com>
Content-Type: text/plain; charset=iso-8859-1

Hello:

I've created a list of data of my clients (name,
e-mail, address, etc.) in a GtkListStore structure and
I can sort this data using the columns headers.

Well, I wish sort my list using keyboard sortcuts but
I don't know how do it. Anybody can help me?

Thanks
ROtaiza





___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html


------------------------------

Message: 3
Date: Mon, 26 Jun 2006 09:28:23 +0000
From: tomas tuxteam de
Subject: Re: GTK file open dialog usability...
To: John Cupitt <jcupitt gmail com>
Cc: gtk-app-devel-list gnome org
Message-ID: <20060626092823 GB2306 www trapp net>
Content-Type: text/plain; charset="iso-8859-1"

On Sun, Jun 25, 2006 at 07:19:23PM +0100, John Cupitt wrote:
> There are some useful improvements in HEAD but not in gtk stable yet:
>
> 1) There's now a visible text box you can type to in the Open File dialog

Yay!

> 2) It's now aynchronous,

2 X yay!

-- tom?s

------------------------------

Message: 4
Date: Mon, 26 Jun 2006 17:14:51 +0530
From: "Sailaxmi korada " <sai korada xilinx com>
Subject: Problem with Editable Cells
To: <gtk-app-devel-list gnome org>
Message-ID: <000001c69915$efd31970$9f8510ac xinsaik20>
Content-Type: text/plain;       charset="us-ascii"

Hi List,

  Good Day. I'm working on an example which goes like this.

 A drop-down which is either Read or Write

 3 editable cells, one for address, one for byte enable and last one for
value.

Now when I'm selecting the read, I should disable the editable property of
Value field. I've designed the above application with GtkListStore. How can
I disable one field based on value entered in another field. I may sound
very silly, but I'm still learning GTK. Any Help??



Regards

Sai



------------------------------

Message: 5
Date: Mon, 26 Jun 2006 16:04:33 +0200
From: "Fabien Vantard" <fzzzzz gmail com>
Subject: Re : How sort a GtkList structure using keyboard shortcut??
To: gtk-app-devel-list gnome org
Message-ID:
       <59aee6450606260704v17a5907co1981ee6403ebe507 mail gmail com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

hi,

I'm not a real gtk-developper but in reading gtk API, I found the
following function :

gtk_tree_sortable_sort_column_changed ()

Perhaps this function help you, associated with a key-press-event function ?

regards.


------------------------------

Message: 6
Date: Mon, 26 Jun 2006 10:11:09 -0400 (EDT)
From: Allin Cottrell <cottrell wfu edu>
Subject: Re: gtk 2.8 on Windows 98
To: gtk-app-devel-list gnome org
Message-ID: <Pine LNX 4 64 0606261010270 12356 ricardo ecn wfu edu>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Sun, 25 Jun 2006, Tor Lillqvist wrote:

> Michael Torrie writes:
> > I think only versions up to 2.6 are supported in windows 98.
>
> s/are supported/work/

Thanks.  I've backed up to 2.6 and things are working again.

--
Allin Cottrell
Department of Economics
Wake Forest University, NC


------------------------------

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

End of gtk-app-devel-list Digest, Vol 26, Issue 39
**************************************************




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]