Re: Pango GTK+ on Windows

2005-06-18 Thread Hubert Sokołowski
On Sun, 19 Jun 2005 08:37:02 +0200 Alf Stockton <[EMAIL PROTECTED]> wrote: > The error I am getting from a program I wrote using GTK+ 2.6.7 on > Windows reads:- > > Pango-ERROR**:file shape.c: line 75(pango-shape) assertion failed: > (glyphs->num_glyphs > 0) aborting > > Help . what have I

Pango GTK+ on Windows

2005-06-18 Thread Alf Stockton
The error I am getting from a program I wrote using GTK+ 2.6.7 on Windows reads:- Pango-ERROR**:file shape.c: line 75(pango-shape) assertion failed: (glyphs->num_glyphs > 0) aborting Help . what have I done wrong or what is missing in my setup? BTW The Pango version is 1.2.0. -- --- Reg

Re: how to assign full access rights to guest

2005-06-18 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Pekelharing <[EMAIL PROTECTED]> writes: > On Thu, 2005-06-16 at 10:39 -0400, John Vetterli wrote: >> As for your shutdown problem, maybe an suid wrapper script will do the >> trick: > > You can't suid a script.. or at least it's going to have

Sorry

2005-06-18 Thread Rodrigo Vaz
sorry all , I was waiting my message to be sent for my address too and now i look at the list archive , so sorry ! :( ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkFixed background

2005-06-18 Thread Rodrigo Vaz
Hi folks, good night (for who is in the night:) I would like to know if does anyone know about set a background pixmap for a Fixed container, i'm trying to set this background using bg_pixmap for a specific name in the gtkrc that was set by gtk_widget_set_name. Using bg_pixmap for the whole windo

Re[3]: Global Hot Keys

2005-06-18 Thread Andrey K
Hi, you're right.I think to make my little library which will include windows & *nix specific code to compile on various OS. Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-

Re: GtkFileChooserButton - "signal change"

2005-06-18 Thread Uzytkownik
Dnia 18-06-2005, sob o godzinie 12:05 +0200, Daniel Pekelharing napisał(a): > On Sat, 2005-06-18 at 10:30 +0200, Uzytkownik wrote: > > I'd like to call some function, when user select new file in > > GtkFileChooserDialog. GtkFileChooserButton > > What should I do? > > I didn't find any signal lik

Re: remove some of the buttons in the decoration of the window

2005-06-18 Thread David Necas (Yeti)
On Sat, Jun 18, 2005 at 01:11:54PM +0100, y g wrote: > > > No, I think the destroy event signal emitted when you click the X > button on the decoration of the window. You are confused. If your window manager configuration isn't relly silly, the X button sends a *delete* event. The default Gtk+

Re: remove some of the buttons in the decoration of the window

2005-06-18 Thread y g
On 6/17/05, Alem Dain <[EMAIL PROTECTED]> wrote: > On 6/17/05, y g <[EMAIL PROTECTED]> wrote: > > ... > > Btw is it possible to "redirect" the destroy event to a hide event > > when the X button in the decoration frame is clicked? I tried doing so > > by using a signal handler to the object destroy

Re: (pango_shape): assertion failed: (glyph->num_glyphs > 0)

2005-06-18 Thread Hubert Sokołowski
On Fri, 17 Jun 2005 21:29:24 -0700 Mark Ivey <[EMAIL PROTECTED]> wrote: > I saw a very similar error message when using PyGtk & py2exe on > windows...perhaps it is something similar. > > I was using py2exe to package up all the files needed to run my PyGtk > program, including DLLs. It was copyi

Re: GtkFileChooserButton - "signal change"

2005-06-18 Thread Daniel Pekelharing
On Sat, 2005-06-18 at 10:30 +0200, Uzytkownik wrote: > I'd like to call some function, when user select new file in > GtkFileChooserDialog. > What should I do? > I didn't find any signal like clicked or change? You can connect to the "response" signal: g_signal_connect(G_OBJECT(file_chooser), "res

Re: Same again ....

2005-06-18 Thread ramare
gtk_combo_box_get_active_text() is new in 2.6, so it can disappear only when you replace 2.6 with some older version. I repeated twenty times "What a dud!" so I believe I won't do it again :-) Really I forgot to update my version However the shaded list stuff stays. But I have to say t

Re: Same again ....

2005-06-18 Thread David Necas (Yeti)
On Sat, Jun 18, 2005 at 11:03:55AM +0200, ramare wrote: > > but how come gtk_combo_box_get_active_text disappeared ??? gtk_combo_box_get_active_text() is new in 2.6, so it can disappear only when you replace 2.6 with some older version. Yeti -- A: Because it messes up the order in which people

Same again ....

2005-06-18 Thread ramare
Oh, I'm in a much worse situation than what I thought ... Sol_Problemes.c:207: warning: implicit declaration of function `gtk_combo_box_get_active_text' which I replace with gchar *my_gtk_combo_box_get_active_text (GtkComboBox *combo_box) { GtkTreeIter iter; gchar *text = g_malloc(256)

Re: gtkfilechooser buttons

2005-06-18 Thread Gyözö Both
so the buttons can't be changed after the window was created? the gtkdialog reference says buttons can be added, but apparently not removed, so i can't just remove the open button and add a save button, i suppose :-P well, maybe i'm going to create the window myself then, as you suggested. thanks

GtkFileChooserButton - "signal change"

2005-06-18 Thread Uzytkownik
I'd like to call some function, when user select new file in GtkFileChooserDialog. What should I do? I didn't find any signal like clicked or change? Regards. -- Linux user: #376500 (see http://counter.li.org/) ___ gtk-app-devel-list mailing list gtk-ap