[EMAIL PROTECTED] writes:
> > I want to built an XY plot using libgnomecanvas under windows..
> > Can anyone tell me where isit to download??
http://ftp.gnome.org/pub/gnome/platform/2.14/2.14.0/win32/
You will need also its dependencies (libart_lgpl, glib, libglade, atk,
cairo, pango, gtk+). An
GTK+ 2.9.1 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/v2.9/
http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/
gtk+-2.9.1.tar.gz md5sum: 12f81fd2f05c79c950b134e37e01d099
gtk+-2.9.1.tar.bz2 md5sum: 1bc1ae050239bab9b525e143c07d1e8f
This is the second development release leadin
I have code that works but requires an awful sequence of gtk libraries.
For speed of development, if nothing else, I want to collapse that
sequence into a single libary of mine, then just link to it.
Here's the make lines:
OBJ3=Component.o Container.o Viewer.o Controller.o Style.o
ECOMModelGrid.o
hi,
I use popup window (such as the one from the volume applet). When I
click my items on the scren I show the volume popup (a window containing
+/- buttons + a scale). I looks good and the buttons can be used. Now
the problem is that I want to hide it when one clicks somewhere else
(outside the p
On Tue, 16 May 2006 16:46:12 -0300, Eduardo M KALINOWSKI
<[EMAIL PROTECTED]> wrote:
> Enrico Tröger wrote:
>
> >On Sun, 14 May 2006 18:59:35 +0200, Enrico Tröger
> ><[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >>Hi,
> >>
> >>is there an easy way of changing the default keybindings of stock
> >>item
Enrico Tröger wrote:
>On Sun, 14 May 2006 18:59:35 +0200, Enrico Tröger
><[EMAIL PROTECTED]> wrote:
>
>
>
>>Hi,
>>
>>is there an easy way of changing the default keybindings of stock
>>items? For example in a file menu, a menu item with the stock id
>>gtk-open gets (on my system) CTRL-O. Can thi
Hi, I was wondering if there was already a GTK widget that's like the one
people use in installers... (I don't know exactly how to explain it, but
there's a list of features in a tree format, and if you select everything
under a node, that nodes checked too, but if only part are selected, then
the
Renaud Malaval wrote:
Hello,
I use g_io_channel_unix_new() in a custom dialog to check somes io
events.
I close my gioChannel in the foo_dialog_response_cb(), just before
destroy the custom dialog.
To close the gioChannel I Does :
status = g_io_channel_shutdown(privP->gioChannelP, FALSE, &gerr
Hello,
I use g_io_channel_unix_new() in a custom dialog to check somes io
events.
I close my gioChannel in the foo_dialog_response_cb(), just before
destroy the custom dialog.
To close the gioChannel I Does :
status = g_io_channel_shutdown(privP->gioChannelP, FALSE, &gerrorP); if
( gerrorP) {
On Sun, 14 May 2006 18:59:35 +0200, Enrico Tröger
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> is there an easy way of changing the default keybindings of stock
> items? For example in a file menu, a menu item with the stock id
> gtk-open gets (on my system) CTRL-O. Can this be changed and if how?
> I re
Hi all,
I am trying to make my Gtktreeview able to truncate
the long text rows by doing this
textRenderer = gtk_cell_renderer_text_new();
/* Make the rows able to ellipzise (truncate with
...) the text */
g_object_set(G_OBJECT(textRenderer), "ellipsize",
PANGO_ELLIPSIZE_END, NULL);
You must use gdk_threads_enter and gdk_threads_leave surrounding any UI
change on the thread, to acquire the gdk global mutex.
On Mon, 2006-05-15 at 13:50 +0200, nik600 wrote:
> hi
>
> i upgrade a progress bar from the body of a thread with the following code:
>
> void *body_monitor_avanzamento(
Why included program causes xerror?
How to debug it?
Here is log from gdb:
Breakpoint 1, 0x08048e02 in fcm_x_error ()
(gdb) bt
#0 0x08048e02 in fcm_x_error ()
#1 0xb775d604 in _XError (dpy=0x8057900, rep=0xbfb35520) at XlibInt.c:2886
#2 0xb775bb63 in _XReply (dpy=0x8057900, rep=0xbfb35520, e
13 matches
Mail list logo