Re: GtkAllocation accessor
- From: Tadej Borovšak <tadeboro gmail com>
- To: Patrick Welche <prlw1 cam ac uk>
- Cc: gtk-list gnome org
- Subject: Re: GtkAllocation accessor
- Date: Wed, 2 Jun 2010 14:47:26 +0200
Hi.
> No it doesn't, which is why GtkAllocation is causing the problem with
> GSEAL_ENABLE, viz:
>
> GdkWindow *gtk_widget_get_window(GtkWidget *widget);
>
> not
>
> void gtk_widget_get_window(GtkWidget *widget, GdkWindow *window);
>
> and not the other accessor functions.
You missed the most important word in Emmanuele's response: structure.
GdkWindow is not a structure like GtkAllocation. GdkWindow should be
treated as opaque object that is manipulated only through provided
API. gdk_color_parse() function would be similar case to
gtk_widget_get_allocation() in this respect.
Tadej
--
Tadej Borovšak
tadeboro.blogspot.com
tadeboro gmail com
tadej borovsak gmail com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]