Gtk+ Volunteer tasks

2007-04-13 Thread Tim Janik
[Reply-To: set for [EMAIL PROTECTED] Hi All. The "State of the Gtk+ Maintenance" email outlined several tasks that can be accomplished by non-senior Gtk+ developers: http://mail.gnome.org/archives/gtk-devel-list/2006-December/msg00074.html Since that email was sent out, many people have asked

Re: Redrawing drawing area from main loop timer

2007-04-13 Thread Jerome Blondel
[EMAIL PROTECTED] a écrit : > > You need to use gtk_widget_queue_draw_area(): Thank you that's what I needed. Jerome ___ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail

Re: gtk_file_chooser_widget problem

2007-04-13 Thread Philip Withnall
Try looking at how evince does it: http://svn.gnome.org/viewcvs/evince/trunk/shell/ev-window.c?view=markup You want the ev_window_cmd_file_open function. Philip Withnall On Thu, 2007-04-12 at 08:03 -0700, bajone wrote: > I have a problem when I call gtk_file_chooser_widget_new() or > gtk_file_ch

gtk_file_chooser_widget problem

2007-04-13 Thread bajone
I have a problem when I call gtk_file_chooser_widget_new() or gtk_file_chooser_dialog_new()... in both cases a dialog apears(in first case a widget is in the box) but I can't choose a file and I can't browse directories... the cursor turns into load cursor and everything stops, I have to kill wind

static or dynamic linking for delivering executable for Linux boxes

2007-04-13 Thread Xu, Ming \(NIH/NLM/NCBI\) [F]
Hello, For delivering executable for Linux boxes, which is better, static-linking or dynamical-linking ? Thanks ming ___ gtk-app-devel-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Desesperated: I need that my server draws

2007-04-13 Thread nahuel9728
First of all: Hello everyone. I'm developing a tool for cluster. I have a server that receive a lot of datas. Everytime that the server receive a data, I need that draws in a pixmap. I have all the estructure and I know how to draw in a pixmap. But I dont know how to make the server draws the int

Image display in Tinyx-gtk for ARM9X

2007-04-13 Thread Shyjumon N.
Hi Group, Greetings from my side... I have a gtk application, crosscompiled with Tinyx backend. In the application i have an image,Please refer the code below.. GtkWidget *image; - image= gtk_image_new_from_file (imagefile); i can diaplay the image in the applic

Re:

2007-04-13 Thread Jonathan Winterflood
I'd think something like this should do: a read-only TextView widget for feedback with an Entry just below for user input I guess the TextView should be flexible enough to support some formatting (incl colors for example) even though you'd have to reparse the program's output for command-sequences

[no subject]

2007-04-13 Thread Stephen Beck
ime starting to play with adding a graphics window to an existing app. I would like to retain the command line interface for the time being. i need about 5 lines of 50 columns. ime thinking of somethink that looks like an xterm window. can you get me started on a 'multi line text entry box' ?

Re: How add a button widget to a cellrenderer ?

2007-04-13 Thread Vivien Malerba
On 4/11/07, Carlos Savoretti <[EMAIL PROTECTED]> wrote: > Hi! > > I just need to add a gtkbutton to a pre-existing gtkcellrenderer, > (it is the treeview is already created). > > That button will make some stuff referred to the cell within it > is placed, it is because I need to pack it in the same