How to get the reference to widgets which were attached to a GtkTable, GtkVBox?
- From: pythonstudy <pythonstudy 21cn com>
- To: gtk-app-devel-list gnome org
- Subject: How to get the reference to widgets which were attached to a GtkTable, GtkVBox?
- Date: Mon, 26 Apr 2004 11:22:43 +0800
I checked the head file of GtkTable and did not find a function to do
that. Why?
It can be done by using the GList * children in the structure. I just
thought it might be another way to do it. I mean I think it's a common
requirement to get a reference by xpos and ypos. ( Can't always keep a
global reference list for all time. :p ) so the function might exist. I
doubt why not there.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]