Le lundi 07 mars 2005 Ã 13:17 +0100, christine botella a Ãcrit :
> Hello,
>
> I work with Linux RedHat 2.4.7-10.
> I generate a MMI with 'glade' and option 'gettext support'. So the
> chains of characters in the forms are like that : _("toto").
> At execution, some chains in the forms including th
On Wed, 9 Mar 2005 12:10:13 -0500, Tristan Van Berkom
<[EMAIL PROTECTED]> wrote:
> On Wed, 9 Mar 2005 10:43:10 -0500, Rick <[EMAIL PROTECTED]> wrote:
> [...]
> > Can I generate glade XML files (.glade) on the fly and have them used
> > by my application (via libGlade?) at run time to create dialogs
On Wed, 9 Mar 2005 10:43:10 -0500, Rick <[EMAIL PROTECTED]> wrote:
[...]
> Can I generate glade XML files (.glade) on the fly and have them used
> by my application (via libGlade?) at run time to create dialogs?
Yes.
> If so, can I then save the state of those dialogs to a new XML
> (.glade) file
I sketching out a pretty large app and I'm a total glade newbie, It
looks pretty cool.
I have some questions:
Can I generate glade XML files (.glade) on the fly and have them used
by my application (via libGlade?) at run time to create dialogs?
If so, can I then save the state of those dialogs t
A little help. Use
str_date = g_strdup_printf("%02d/%02d/%02d", gday, gmonth+1, gyear);
Then str_date will always have the same length.
Jorge Monsalvo
Argentina
-Mensaje original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En
nombre de David Necas (Yeti)
Enviado el: Miércoles, 09 d
On Wed, Mar 09, 2005 at 09:10:32PM +0700, Hariyanto wrote:
> There is still problem because sometime I don't get date with same lenght
> string.
> I get 7/8/2005 or 12/12/2005 or 7/12/2005.
Why don't you simply use
sscanf(datestring, "%d/%d/%d", &d, &m, &y);
?
> I get this date with this cod
There is still problem because sometime I don't get date with same lenght
string.
I get 7/8/2005 or 12/12/2005 or 7/12/2005.
I get this date with this code :
void
on_btn_get_date_clicked(GtkButton *button,
gpointer user_data)
> hello gtk webpage admin,
>
> the gtk themes page isnt working. i just wanted to put it into your
> notice.
http://www.gtk.org/api/
has a dead links aswell.
http://www.gtk.org/api/2.6/pango-1.8.0/index.html is wrong
http://www.gtk.org/api/2.6/gdk-pixbuf/index.html
has some strange letters ar
hello gtk webpage admin,
the gtk themes page isnt working. i just
wanted to put it into your notice.
thankyou.
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list
Hello,
I work with Linux RedHat 2.4.7-10.
I generate a MMI with 'glade' and option 'gettext support'. So the
chains of characters in the forms are like that : _("toto").
At execution, some chains in the forms including the character "°" are
not printed and the following chains are also not printed
Hi,
I've just installed gtk 2.6 on a dual opteron (amd64) system. However,
when I try running the gtk-demo (or any other gtk app), I get the message:
(gtk-demo:12007): Pango-WARNING **: Cannot open font file for font Luxi
Sans 8
Segmentation fault
So, something isn't working right.
To install,
11 matches
Mail list logo