File: gtktopdata.h

package info (click to toggle)
xmorph 1%3A20011220
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,468 kB
  • ctags: 1,534
  • sloc: ansic: 16,401; sh: 2,651; makefile: 556; tcl: 516
file content (11 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11


void gtk_widget_set_data_top (GtkWidget *widget, const char *key, 
			      gpointer data);
/*     Associate data with key in the data list of toplevel widget.  */

gpointer gtk_widget_get_data_top (GtkWidget *widget, const char *key);
/*     Retrieve the data associated with key in the data list of toplevel widget.  */

void gtk_widget_remove_data_top (GtkWidget *widget, const char *key);
/*     Remove the data associated with key in the data list of toplevel widget.  */