Thank You Andrea, but I'm wondering can it be embedded into GtkListStore.
Sorry to trouble you but please throw some light on this.
Regards
laxmi
-Original Message-
From: Andrea Zagli [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 7:29 PM
To: Sailaxmi korada
Cc: gtk-app-devel-l
GTK+ 2.9.4 is now available for download at:
http://ftp.gnome.org/pub/gnome/sources/gtk+/2.9/
gtk+-2.9.4.tar.bz2 md5sum: c06cf2cfa66485600d90789c9e58f27c
gtk+-2.9.4.tar.gz md5sum: e3fefedc7f1a89b66c71c9967168a857
This is a development release leading up to GTK+ 2.10.
Notes:
*
Hi list!
Ive noticed that when my app fails a dialog apears with a button "inform
to developers", So... i would like to be informed.
What shoul I do for make it inform me?
Saludos, Juan Pablo.
Esa persona especial te espera e
On Wed, 2006-06-21 at 18:11 +0200, Atanas Atanasov wrote:
> > Don't forget to set the transient window:
> >
> > gtk_window_set_transient_for(GTK_WINDOW(window),GTK_WINDOW(parent_window));
>
> I saw this option, but I would like to make the messagebox work
> independently of the window from which i
> Don't forget to set the transient window:
>
> gtk_window_set_transient_for(GTK_WINDOW(window),GTK_WINDOW(parent_window));
I saw this option, but I would like to make the messagebox work
independently of the window from which it is called. Is this possible?
What I need is exatcly the behaviour of
Atanas Atanasov wrote:
> Excuse me for the beginner question, but I am truly stuck on this
> issue and do not know how to resolve it. My version of gtk is 2.8.18
> under Linux 2.6.15-25-686. I have a simple function that behaves like
> MessageBox under Windows and I am trying to make the messageb
Excuse me for the beginner question, but I am truly stuck on this
issue and do not know how to resolve it. My version of gtk is 2.8.18
under Linux 2.6.15-25-686. I have a simple function that behaves like
MessageBox under Windows and I am trying to make the messagebox to
behave truly modal. To test
Il giorno lun, 19/06/2006 alle 16.55 +0530, Sailaxmi korada ha scritto:
> Can anybody pl. help me of how to limit the number of characters that can
> be entered in an editable cell of List Store. I want to restrict the user to
> enter a hex value in 0x%4x format (total 6 characters).
you can try
On Mon, Jun 19, 2006 at 11:59:07PM +0100, Yianni wrote:
[...]
OK, I'll bite. Here is a little program implementing a dynamic array
with the help of realloc. Basically it defines a data type (as a pointer
to a struct holding the max number of slots allocated, the number of
actually used slots and a