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 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
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
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
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
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
-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
-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
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
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
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
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
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
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
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
-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
16 matches
Mail list logo