How to add paddings to a widget before gtk+2.4?

2007-01-08 Thread gniuxiao
Hi, I may wrap a widget with an GtkAlignment, and then use gtk_alignment_set_padding to add top/right/bottom/left paddings to the wrapping GtkAlignment in gtk+2.4 or higher version, but how to do the same thing before 2.4? That is, how to add paddings to a widget? I have to make my program run on

Pango-1.15.3 released [unstable]

2007-01-08 Thread Behdad Esfahbod
Pango-1.15.3 is now available for download at: http://download.gnome.org/sources/pango/1.15/ or ftp://ftp.gtk.org/pub/pango/1.15 f77ff87808d8e54e15a23913a13be337 pango-1.15.3.tar.bz2 a23b2d2b37253f4ed1c5d31464d1e214 pango-1.15.3.tar.gz This is a development release leading up to Pango-1.16

Re: GtkPlot

2007-01-08 Thread Micah Carrick
Luka Napotnik wrote: > Where can I get a decent example of GtkPlot usage? > > greets, > Luka > > Download the source from http://gtkextra.sourceforge.net/src/gtkplot-5.0.tar.gz, build the source using 'make' and then run ./demo (and view demo.c for how it's done). -- - Micah Carrick Freela

GtkPlot

2007-01-08 Thread Luka Napotnik
Where can I get a decent example of GtkPlot usage? greets, Luka -- email: [EMAIL PROTECTED] w3:http://luka-napotnik.net ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Do we have a date control widget in gtk??

2007-01-08 Thread Andrea Zagli
Il giorno lun, 08/01/2007 alle 15.33 +0530, Sarath Potharaju ha scritto: > I am relatively new and learning GTK, i am looking for a date control widget > which can do the following functionality, > > The date control will provide an indication of current date and launches a > popup which allows th

GtkTextView selection change event?

2007-01-08 Thread Miroslav Rajcic
I am trying to catch event when selection changes in a text view. So far, I've only found "move-cursor" signal on the GtkTextView object. The problem with this signal is that this is triggered before selection changes and I want to be notified after the change. Does anyone know any better signal

Re: Do we have a date control widget in gtk??

2007-01-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 08, 2007 at 03:33:09PM +0530, Sarath Potharaju wrote: > Hi ALL, > > I am relatively new and learning GTK, i am looking for a date control widget > which can do the following functionality, > > The date control will provide an indication o

Re: Information required

2007-01-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 08, 2007 at 03:27:09PM +0530, Sarath Potharaju wrote: > Hi Michael, > > Sorry for the delayed Response, the field widget is some thing "which allows > the user information into a form.The field widget allows for entering a > single line of

G_SLICE=debug-blocks is not in GLib-2.12 (Re: GLib 2.12.7 released)

2007-01-08 Thread Tim Janik
On Thu, 4 Jan 2007, Matthias Clasen wrote: > GLib 2.12.7 is now available for download at: > > ftp://ftp.gtk.org/pub/glib/2.12/ > http://download.gnome.org/sources/glib/2.12/ > > glib-2.12.7.tar.bz2 md5sum: 7a9e949627cf55c844c3570ab83a2caf > glib-2.12.7.tar.gzmd5sum: 86dff2c80d9277bba7b89905

Re: GUI window creation from a thread

2007-01-08 Thread Miroslav Rajcic
You should not create widgets from threads other than the main thread. To overcome this problem I use idle time processing callback (using g_idle_add() method). Basically, you have to create some idle time requests queue, that will create and display windows/messages etc. Then you can create th

Re: GUI window creation from a thread

2007-01-08 Thread John Cupitt
On 1/8/07, Preeti Joshi <[EMAIL PROTECTED]> wrote: > Is it not possible to create a GUI window from a thread? I created a thread There are several FAQs about this: http://www.gtk.org/faq/#AEN482 And some others, read down a bit. In my opinion, it's best not to do this, but instead to only call

GUI window creation from a thread

2007-01-08 Thread Preeti Joshi
Hi, Is it not possible to create a GUI window from a thread? I created a thread from a button_click callback and from within the thread I need to display a popup message . But everytime a GUI operation like widget show or destroy is done, it displays following error messages: Xlib: unexpected asyn

Re: Do we have a date control widget in gtk??

2007-01-08 Thread Edward Catmur
On Mon, 2007-01-08 at 15:33 +0530, Sarath Potharaju wrote: > I am relatively new and learning GTK, i am looking for a date control widget > which can do the following functionality, > > The date control will provide an indication of current date and launches a > popup which allows the user to pick

Do we have a date control widget in gtk??

2007-01-08 Thread Sarath Potharaju
Hi ALL, I am relatively new and learning GTK, i am looking for a date control widget which can do the following functionality, The date control will provide an indication of current date and launches a popup which allows the user to pick up the date . Any information on this will be really help

Re: Information required

2007-01-08 Thread Sarath Potharaju
Hi Michael, Sorry for the delayed Response, the field widget is some thing "which allows the user information into a form.The field widget allows for entering a single line of date. For information on entering multiple, wrapping lines of data. Do we have this kind of widget in GTK?? Any informat

Re: How to capture mouse movements independend of a Window?

2007-01-08 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jan 07, 2007 at 10:56:48PM +0100, Andreas Stricker wrote: > [EMAIL PROTECTED] wrote: [fourth argument] > I should have RTFM more attentive [...] I sometimes turn screaming to the list too before having found the relevant bit in the FM. Lucki