Help on GTK font settings

2005-12-10 Thread Attilio Fiandrotti
Hi As announced [1] by Frans Pop, the debian-installer is soon going to go be graphical: it makes use of GTK for the user interface and the DirectFB GDK backend insead of X. Since the debian-installer supports more than 60 different languages we need to take glyphs from different fonts [2]: Fr

Re: howto mix gtk and network

2005-12-10 Thread Alexander Nagel
Am Fri, 09 Dec 2005 15:24:12 +0100 schrieb Vivien Malerba: > > I use the GNet library and it works fine and integrates easily in the main > loop > http://www.gnetlibrary.org/ > > Vivien Thanks you very much. That's what i need. Even with md5 and sha. Alex __

some questions, please help

2005-12-10 Thread Luka Napotnik
Hi. I have two questions: 1. How can I determine a treeview column which will GTK+'s search feature (that box that appears when starting to type) search for. 2. In the treeview tutorial (http://scentric.net/tutorial/sec-treeview-col-whole-row.html), there's a way to color a row by making a column

Re: Spreedsheet

2005-12-10 Thread Adrian Feiguin
Check out gtksheet. It's part of gtkextra : http://gtkextra.sourceforge.net Enjoy, Stefano Esposito wrote: Hi all, in my app i need to implement a spreedsheet-like widget (i.e. a GtkTreeView with a GtkListStore which shows a number of empty lines to be filled by the user). Any hints? -

Re: some questions, please help

2005-12-10 Thread Luka Napotnik
Another question. Does GTK+ have functions to get the file type via MIME? If not, how can I get that? Greets, Luka ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How disable entire gnome desktop

2005-12-10 Thread Arx Henrique
Hi all, i need disable all gnome-desktop when gnome-session initialize, i'll throw my program, and i need disable all gnome-desktop until the user close my app. anyone know how i could do this? cheers -- "A fé remove montanhas, mas eu prefiro a dinamite" _

Re: swap images on click event.

2005-12-10 Thread Craig Harding
Sorry for the delay on this, but I'm still in exams. :) When I add both GtkImages to the applet, and run the program I get the following: -- (xmms-applet:17352): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkEventBox, but as a GtkBin subclass a GtkEventBox can only co

Re: swap images on click event.

2005-12-10 Thread Craig Harding
Got it working. I made an event box for each button and hid and showed each one when needed. Thanks for your help earlier. craig. Craig Harding wrote: Sorry for the delay on this, but I'm still in exams. :) When I add both GtkImages to the applet, and run the program I get the following: