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
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
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
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
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!!
__
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
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?
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)
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
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 ??
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
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
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_
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
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
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.
--
--
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
17 matches
Mail list logo