gtkmm and windows

2006-01-09 Thread Gezim Hoxha
Hi all. I'm under the impression that GTK+ programs work under windows as well, right? Like in GIMP's case. However I'm wondering if gtkmm program work under windows as well and how you would get them going? Thanks for your time, -Gezim ___ gtk-app-dev

(no subject)

2006-01-09 Thread kalyani sathiyamoorthy
is it possible to pass a widget control as a arugument to a function regards kalyani __ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com ___ gtk-app-devel-li

Re: labels and dpi

2006-01-09 Thread Ronald Vincent Tarrant
Fernando Apesteguía wrote: I have a problem about displaying text on labels. When I change the dpi font configuration, the text doesn't fit the label, so the message appear to be cutted. I would like to know if there is any way to handle this. May be I'm forgetting some gtk_label_set_* function

key press events and gtk_dialog_new_with_buttons()

2006-01-09 Thread rgipps
I have created a dialogue window using gtk_dialogue_new_with_buttons (see below) and attached a callback function to the "response" event. gtk_dialog_new_with_buttons("Y-Axis Scales", NULL, GTK_DIALOG_MODAL, GTK_ST

labels and dpi

2006-01-09 Thread Fernando Apesteguía
Hi, I have a problem about displaying text on labels. When I change the dpi font configuration, the text doesn't fit the label, so the message appear to be cutted. I would like to know if there is any way to handle this. May be I'm forgetting some gtk_label_set_* function? Thanks in advance!! __

Re: array of entry?

2006-01-09 Thread Tristan Van Berkom
Juan Pablo wrote: [...] Thank you all for your help...and pacience!!! :D I think you want GtkTable. Cheers, -Tristan ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-ap

array of entry?

2006-01-09 Thread Juan Pablo
Hi list! I have to make a window for emiting a ticket, this window needs five colums of gtk entry for the different things: code, description, amount, price and total. The number of rows may be fixed, there is no problem with that. My question is what do you consider the best way to do it?

Re: GtkTreeView only displays one column

2006-01-09 Thread Tony Houghton
In <[EMAIL PROTECTED]>, you wrote: > On Mon, Jan 09, 2006 at 02:23:08PM +, Tony Houghton wrote: > > > > I've distilled my code down to a standalone program. Hopefully now > > someone else will easily be able to play with it and see what's wrong. > > The column becomes visible when you > (a)

Re: GtkTreeView only displays one column

2006-01-09 Thread David Necas (Yeti)
On Mon, Jan 09, 2006 at 02:23:08PM +, Tony Houghton wrote: > > I've distilled my code down to a standalone program. Hopefully now > someone else will easily be able to play with it and see what's wrong. The column becomes visible when you (a) do not set sizing mode to GTK_TREE_VIEW_COLUMN_FIX

Modifying GtkAction accelerators

2006-01-09 Thread Adam
Hi all, In my application I set up my menu using a set of GtkActionEntry's and the UI manager. This works fine but I want to be able to change the GtkActionEntry accelerator when a keymap file has been loaded and display the accelerator combination against each menu item, is this possible ??

Re: Changing the tab order in a dialog

2006-01-09 Thread David Necas (Yeti)
On Mon, Jan 09, 2006 at 03:07:14AM -0800, Suresh Stephen wrote: > I have created a GUI using GTK and i have created a dialog box which > will contain multiple entries. In the following fashion > > entry 1entry 5 > entry 2

Re: Changing the tab order in a dialog

2006-01-09 Thread Gus Koppel
Suresh Stephen wrote: > I have created a GUI using GTK and i have created a dialog > box which will contain multiple entries. In the following > fashion > > entry 1entry 5 > entry 2

Urgent need inf

2006-01-09 Thread umesh
Hi to everyBOdy, I subscribe this one for 1st time. I am from IIT, Chennai. I need urs help verry urgently. The problem is as follows I used gdk for displaying the image. The code is as foolows pixbufloader = gdk_pixbuf_loader_new(); (pixbufloader != NULL) { gdk_pixbuf_loader_write(GDK_PIXBUF_

Re: signals documentation

2006-01-09 Thread Yiannis
On 09/01/06, Yiannis <[EMAIL PROTECTED]> wrote: > > Hi, is there any explanation about what are the individual signals of each > widget? For example I would like to know for a GtkScale widget what are the > exact differences between format_value, change_value, move_slider, > value_changed(even

Re: GtkTreeView only displays one column

2006-01-09 Thread Tony Houghton
In <[EMAIL PROTECTED]>, Tony Houghton wrote: > I'm trying to use GtkTreeView with GtkListStore to show a list of rows, > each containing a radio button and a bit of text (file leafname). The > trouble is I can only get the TreeView to show one column at a time. I've distilled my code down to a s

signals documentation

2006-01-09 Thread Yiannis
Hi, is there any explanation about what are the individual signals of each widget? For example I would like to know for a GtkScale widget what are the exact differences between format_value, change_value, move_slider, value_changed(even if the names are quite self-explanatory). Cheers. -- --

Changing the tab order in a dialog

2006-01-09 Thread Suresh Stephen
Hello all, I have created a GUI using GTK and i have created a dialog box which will contain multiple entries. In the following fashion entry 1entry 5 entry 2entry 6 entry 3