[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: Please help me




> To find these, just look at the Class struct for each widget.
> 
> e.g. in GtkWidgetClass,
> (* button_press_event)(GtkWidget*, GdkEvent*);
> 
> Then add the implied 'gpointer' for user data.
> 
> Havoc
> 
> 
> 
	Thanks, but I'm really looking for a simple "quick" reference.
	After using GTK for awhile, these become second nature.
	But sometimes I'll use a widget or a signal that I haven't 
	used for a while, and it would be nice to have a quick
	reference guide, instead of searching through header
	files.  But for now, I'll just do that. 

	But thanks again, this would be a good place for me to start
	writing a quick reference. Maybe I'll write a simple perl script
	to search the header files and make the mapping 
	automatic :)

	Steve



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]