property API vs fields

2006-08-06 Thread Steph Fox
facilities are having a bad day (and MARC's don't work for function names). - Steph ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Urgent help on expose-event under gtk-2.0 win32

2002-07-31 Thread Steph
Hi, What are you using to trigger the expose event? I've seen some situations on win32 where queue_draw() needed to be called (but not in the same script on *nix). - Original Message - From: Matteo Frigerio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 3:33 PM

Re: php_gtk and phpmole

2002-07-12 Thread Steph
wrong list. forwarding to [EMAIL PROTECTED] hello, We 've got a problem with phpmole and php_gtk. When starting phpmole we get the following error: bWarning/b: Invalid library (maybe not a PHP library) 'php_gtk.so' in b/usr/src/phpmole-1.3/phpmole-ide.php/b on line b32/bbr br

Re: Newbie question: expose-event vs. visibility-notify-event

2002-06-08 Thread steph . fox
Hi, expose-event signal is emitted when a window is uncovered, visibility-notify-event is emitted when visibility status changes. Expose is more often used. from:Gabe Schmera [EMAIL PROTECTED] date:Sat, 08 Jun 2002 16:14:11 to: [EMAIL PROTECTED] subject: Re: Newbie

Re: Error I am getting

2002-06-04 Thread Steph
This should be on the php-gtk-general list, copying on. - Original Message - From: Dj Gilcrease [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 11:04 AM Subject: Error I am getting Gtk-CRITICAL **: file gtkbin.c: line 217 (gtk_bin_add): assertion `bin-child ==

Re: GtkDrawingArea signal

2002-04-12 Thread Steph
'clicked' is a gtkbutton signal. mouse click signals are button press/release event signals. - Original Message - From: Jean-Yves Lamoureux [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 12:27 PM Subject: GtkDrawingArea signal Hi all I would like to get

Re: how to make installable of PHP_GTK apps

2002-03-25 Thread Steph
Yes. Write to the correct list and someone may even know how :-) [EMAIL PROTECTED] - Original Message - From: rishi jyoti [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 25, 2002 10:15 AM Subject: how to make installable of PHP_GTK apps hello all, I am new to PHP GTK

Re: A desperate plea to the GTK developers

2002-03-16 Thread Steph
Havoc's book is incredibly useful. http://developer.gnome.org/doc/GGAD/ggad.html I can recommend trying to teach somebody else ... that's when you really find out whether you know what you're talking about! - Original Message - From: Raymond Wan [EMAIL PROTECTED] To: [EMAIL

'detail' param in some GTK draw and paint functions

2002-03-08 Thread Steph
Does anyone know what it's for? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: 'detail' param in some GTK draw and paint functions - solved

2002-03-08 Thread Steph
Still dunno where it comes from, but add-mode gives the edging a dashed line :) - Original Message - From: Steph [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 6:32 AM Subject: 'detail' param in some GTK draw and paint functions Does anyone know what it's

Re: DnD under MS WINDOWS

2002-03-07 Thread Steph
take a look at the source :( funny you should pick on drag_begin, that's about the only one I can get to fire. - Original Message - From: Jean-Christophe DISLAIRE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 10:02 AM Subject: DnD under MS WINDOWS Hello,

Re: Zend Studio

2002-03-05 Thread Steph
Wrong list. try [EMAIL PROTECTED] - Original Message - From: Gilles Parrot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 7:50 AM Subject: Zend Studio Hello, I have downloaded the demo version of Zend Studio 2.0 to see if it corresponds to my needs.

Re: cancelling/aborting an emitted signal

2002-02-26 Thread Steph
can't you just set_sensitive(false)? - otherwise, signal_handler_block() is your friend. - Original Message - From: Luciano Chavez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 12:46 AM Subject: cancelling/aborting an emitted signal Hello, Can someone

Re: Problems in attaching GtkScrolledWindow to GtkList

2002-02-25 Thread Steph
Yeah, the list already has a parent - the 'fixed'. ps html drives the regulars mad .. - Original Message - From: David Joseph [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 25, 2002 7:34 AM Subject: Problems in attaching GtkScrolledWindow to GtkList Hi I am doing a

Re: how to align a label in GtkTable

2002-02-25 Thread Steph
I've never managed to get the text justification working in a label either. But GtkMisc functions set_alignment(x, y) and set_padding(x, y) work just fine .. - Original Message - From: Marco Lettere [EMAIL PROTECTED] To: ¶À¼y Kason Huang [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: How change color, draw border, change other stylistics of SLIDERS???

2002-02-06 Thread Steph
can't you use gtk_paint_arrow()? - Original Message - From: Paul Davis [EMAIL PROTECTED] To: Chris Seberino [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 2:30 AM Subject: Re: How change color, draw border, change other stylistics of SLIDERS??? killing two

Re: TAB operation in text widget

2002-01-25 Thread Steph
I just came up against the same wall. Basically we need to be able to measure the characters in terms of pixels, is there a way to do this that I'm missing? - Original Message - From: Philip Bunce [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 5:54 AM Subject:

Re: What's the different in gtk_widget_realize , gtk_widget_map ,and gtk_widget_show

2002-01-20 Thread Steph
realize() puts in the GdkWindow (see GtkWidget struct) map() maps the widget to the screen set_flags(GTK_VISIBLE) + realize() + map() == show() - AFAIK, anyway ;) - Original Message - From: hzeng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 21, 2002 12:42 AM Subject:

Re: update GTK

2001-11-30 Thread Steph
Don't!!! The 1.2.* series is stable, the 1.3.* series isn't.. - Original Message - From: Jean-Charles PREAUX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 1:48 PM Subject: update GTK hello i'm a newbie in GTK World and i want to update GTK to the latest

Re: signal for gtk_entry

2001-11-30 Thread Steph
activate - Original Message - From: Troy Heber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 30, 2001 3:54 PM Subject: signal for gtk_entry Another newbie question, I want to do a gtk_signal_connect to capture a carriage return in a gtk_entry widget. I can't seem to

Re: CList DnD/selection format broken?

2001-10-11 Thread Steph
hey I bet you wish you never said nothin' ;) I for one didn't understand (stupid as this may sound) that if say GtkTree was broken then GtkTreeItem would be regarded as deprecated. This because I didn't find the GTK2 manual til yesterday, by which time I'd already put in a bugzilla report I

Re: Item Factories, scales, etc

2001-10-06 Thread Steph
Just to add a sad note to Jeff's.. Archive-searching for the gtk list hasn't worked for the last 3 months to my knowledge. Has it ever? - Original Message - From: Jeff Shipman [EMAIL PROTECTED] To: GTK List [EMAIL PROTECTED] Sent: Saturday, October 06, 2001 10:51 PM Subject: Item

Re: Put Glade-Files into php-skript ??

2001-10-04 Thread Steph
Claus, hi, you're on the wrong list (should be [EMAIL PROTECTED]) but here goes anyway. No win32 support in PHP-GTK for Glade as yet. Expected soon. - Original Message - From: Claus Trojahn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 05, 2001 12:21 AM Subject:

Fw: sad clarification needed

2001-09-25 Thread Steph
oops, that's a GtkListItem .. sorry! - Original Message - From: Steph [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 4:11 PM Subject: sad clarification needed Hi Havoc, all, win32, 1.3.x speaking .. In GtkItem I'm unable to get the toggle signal to emit

Mozilla? [Was: GtkNotebook problems in Galeon (slow tab switching, etc.)]

2001-09-17 Thread Steph
Tsk, you will go saying these things ... What kind of weird stuff, and where should I dig around to find out more about that? Nope, it's completely bizarre. :-( Mozilla does weird stuff with GDK/GTK, so it may even be an interaction there. Havoc

'enter' and 'leave' signals broken in a small and uninteresting way

2001-09-10 Thread Steph
gtkbutton signals are apparently RUN_FIRST at present; could these issues possibly be related? - if so please fix, accessibility is affected. cheers anon, Steph ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk

Re: 'enter' and 'leave' signals broken in a small and uninteresting way

2001-09-10 Thread Steph
That's useful to know - thanks. - Original Message - From: Havoc Pennington [EMAIL PROTECTED] To: Steph [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 7:45 PM Subject: Re: 'enter' and 'leave' signals broken in a small and uninteresting way Steph [EMAIL

Re: Screen updates while long time running subroutine

2001-07-16 Thread Steph
okay, but my earlier post (picking up resize events) has the sizing of the drawables in terms of the gdkwindow size IN the main routine. so that's not much help, really .. Anyone??? - Original Message - From: Jeroen Benckhuijsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: How to know the size of a GLIST...

2001-07-08 Thread Steph
isn't that get_allocation() ? - Original Message - From: David Goncalves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 12:20 AM Subject: How to know the size of a GLIST... Hello, I'm trying to find the width size of a gtk_clist in pixels... I searched a

Re: confused about arrow key syms

2001-07-06 Thread Steph
speaking as the owner of a pre-Gates keyboard ... I have Page Up and Page Dn keys. - Original Message - From: Skip Montanaro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 3:57 PM Subject: confused about arrow key syms What keys do the following similar keysyms

Re: confused about arrow key syms

2001-07-06 Thread Steph
KP_Up would be 8. KP_PgUp would be 9. - Original Message - From: Raymond Wan [EMAIL PROTECTED] To: Steph [EMAIL PROTECTED] Cc: Skip Montanaro [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 06, 2001 4:10 PM Subject: Re: confused about arrow key syms Hi, Actually, I think

GTKRULER

2001-07-05 Thread Steph
Can't remember if I asked here already or not - is anyone aware of any issues with GtkRuler's measurements? (win32) - Steph ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Fw: [PHP-GTK] twice-echoed returns

2001-07-05 Thread Steph
Last appeal to the GTK+ list on this issue I promise ... In PHP-GTK compound widgets appear to be sending signals twice over for no good reason. Is this feature familiar to GTK+ users in any other form? - Original Message - From: Steph [EMAIL PROTECTED] To: Andrei Zmievski [EMAIL

Re: Tab Stop

2001-07-04 Thread Steph
Sorry, this is still (fairly) alien territory. When is GTK 2 likely to have a stable release? - Original Message - From: Havoc Pennington [EMAIL PROTECTED] To: Andrés Giraldo [EMAIL PROTECTED] Cc: Gtk List [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 10:53 PM Subject: Re: Tab

Re: GTK WINDOWS PORT

2001-06-29 Thread Steph
Thanks Havoc, I'll go back to basics get details of what's been compiled how for our Windows binary then check out the list you referred to. Thanks to you too, Raymond - s'nice to get a quick response! - Original Message - From: Havoc Pennington [EMAIL PROTECTED] To: Steph [EMAIL