public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Marko Rauhamaa <marko@pacujo.net>
To: guile-gtk@sources.redhat.com
Subject: Re: Completed GdkWindow; enhanced design
Date: Fri, 16 May 2003 00:58:00 -0000	[thread overview]
Message-ID: <m3y917emw1.fsf@lumo.pacujo.net> (raw)
In-Reply-To: <87n0hnhk7x.fsf@zip.com.au>

Kevin Ryde <user42@zip.com.au>:

> Marko Rauhamaa <marko@pacujo.net> writes:
> >
> >    The GdkWindow user_data is either NULL (initially) or an SCM
> >    list. The first element of the list is the SCM user data (or #f).
> >    The remainder of the list consists of filter procedures.
> >
> > You will see that gdk_window_mark will simply return its user_data
> > to protect it against GC.
> 
> Are you aware that gtk stores a widget (pointer) in the GdkWindow
> puser_data? So for instance you can't assume a window obtained from
> gtk_widget_window will have an SCM in the user_data field.

I wasn't aware of that. The GDK 1.2 specification doesn't make its usual
comment about GTK reserving the user_data facility for itself.

Now what are the consequences? First, it probably doesn't make sense to
even provide the user access to user_data. But the other casualty would
be the filter procedures that can be registered for the window. Let me
make a wild guess and assume that GTK reserves the filtering mechanism
for itself as well?

If we dropped user_data and filtering support from GDK, the whole
marking/user_data mechanism becomes unneeded.

> (Presumably this issue must have shown up when you tested your
> changes, so I wonder if I've badly missed something.)

As I stated before, I'm first writing the code and just making sure it
compiles. Once I'm done writing the code, I'll start testing it.


Marko

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/

  reply	other threads:[~2003-05-16  0:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15  7:59 Marko Rauhamaa
2003-05-15 23:19 ` Kevin Ryde
2003-05-16  0:58   ` Marko Rauhamaa [this message]
2003-05-16  1:23     ` Kevin Ryde
2003-05-16  5:43       ` Marko Rauhamaa
2003-05-16  5:58         ` Marko Rauhamaa
2003-05-16 22:36         ` Kevin Ryde
2003-05-16 22:59           ` Marko Rauhamaa
2003-05-21 13:20           ` first checkin of gnome-guile in guile-gtk CVS Stan Pinte
2003-08-22 23:56 ` gdk-window-set-geometry-hints Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3y917emw1.fsf@lumo.pacujo.net \
    --to=marko@pacujo.net \
    --cc=guile-gtk@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).