gtk2/gtk
Tim Janik e63d08e43f call the base class init fucntions from all parent types upon class
Sun Jun 28 04:29:10 1998  Tim Janik  <timj@gtk.org>

	* gtk/gtktypeutils.c (gtk_type_class_init): call the base class init
	fucntions from all parent types upon class initialization.

	* gtk/gtkcontainer.c:
 	(gtk_container_get_type): announce gtk_container_base_class_init to
 	the type system.
	(gtk_container_base_class_init): new function to feature base class
	initialization.
	(gtk_container_get_child_arg):
	(gtk_container_set_child_arg): call the GtkContainerClass get_child_arg
	and set_child_arg methods of the class indicated through the argument
	name.

	* gtk/gtkobject.c:
	(gtk_object_base_class_init): new function to feature base class
 	initialization.
	(gtk_object_init_type): announce gtk_object_base_class_init to the type
	system.
	(gtk_object_class_init): setup the get_arg and set_arg pointers for
	GtkObjectClass.
	(gtk_object_setv):
 	(gtk_object_getv): call the GtkObjectClass get_arg and set_arg methods,
 	instead of bothering the type system with this.

	* gtk/gtkaccellabel.c:
	* gtk/gtkbutton.c:
	* gtk/gtkradiobutton.c:
	* gtk/gtktable.c:
	* gtk/gtktogglebutton.c:
	* gtk/gtktipsquery.c:
	* gtk/gtkbox.c:
	* gtk/gtkpacker.c:
	* gtk/gtkwidget.c:
	* gtk/gtkwindow.c:
	* gtk/gtkframe.c:
	* gtk/gtkmisc.c:
	* gtk/gtklabel.c: set the object_class->{g|s}et_arg pointers to the
	corresponding gtk_*_{g|s]et_arg functions and updated the gtk_*_get_type
	functions wrt GtkTypeInfo initialization. changed a lot of the set/get
	arg functions to take a GtkObject argument.

	gtk/gtkadjustment.c:
	gtk/gtkalignment.c:
	gtk/gtkarrow.c:
	gtk/gtkaspectframe.c:
	gtk/gtkbbox.c:
	gtk/gtkbin.c:
	gtk/gtkcheckbutton.c:
	gtk/gtkcheckmenuitem.c:
	gtk/gtkclist.c:
	gtk/gtkcolorsel.c:
	gtk/gtkcombo.c:
	gtk/gtkctree.c:
	gtk/gtkcurve.c:
	gtk/gtkdata.c:
	gtk/gtkdialog.c:
	gtk/gtkdrawingarea.c:
	gtk/gtkeditable.c:
	gtk/gtkentry.c:
	gtk/gtkeventbox.c:
	gtk/gtkfilesel.c:
	gtk/gtkfixed.c:
	gtk/gtkfontsel.c:
	gtk/gtkgamma.c:
	gtk/gtkhandlebox.c:
	gtk/gtkhbbox.c:
	gtk/gtkhbox.c:
	gtk/gtkhpaned.c:
	gtk/gtkhruler.c:
	gtk/gtkhscale.c:
	gtk/gtkhscrollbar.c:
	gtk/gtkhseparator.c:
	gtk/gtkimage.c:
	gtk/gtkinputdialog.c:
	gtk/gtkitem.c:
	gtk/gtkitemfactory.c:
	gtk/gtklist.c:
	gtk/gtklistitem.c:
	gtk/gtkmenu.c:
	gtk/gtkmenubar.c:
	gtk/gtkmenuitem.c:
	gtk/gtkmenushell.c:
	gtk/gtknotebook.c:
	gtk/gtkoptionmenu.c:
	gtk/gtkpaned.c:
	gtk/gtkpixmap.c:
	gtk/gtkpreview.c:
	gtk/gtkprogressbar.c:
	gtk/gtkradiomenuitem.c:
	gtk/gtkrange.c:
	gtk/gtkruler.c:
	gtk/gtkscale.c:
	gtk/gtkscrollbar.c:
	gtk/gtkscrolledwindow.c:
	gtk/gtkseparator.c:
	gtk/gtkspinbutton.c:
	gtk/gtkstatusbar.c:
	gtk/gtktext.c:
	gtk/gtktoolbar.c:
	gtk/gtktooltips.c:
	gtk/gtktree.c:
	gtk/gtktreeitem.c:
	gtk/gtkvbbox.c:
	gtk/gtkvbox.c:
	gtk/gtkviewport.c:
	gtk/gtkvpaned.c:
	gtk/gtkvruler.c:
	gtk/gtkvscale.c:
	gtk/gtkvscrollbar.c:
	gtk/gtkvseparator.c: updated the GtkTypeInfo initialization code to
	match the modified GtkTypeInfo structure.
1998-06-28 07:46:10 +00:00
..
.cvsignore Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
fnmatch.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
genmarshal.pl Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
gtk-boxed.defs s/GkWidget/GtkWidget/ 1998-06-24 05:23:19 +00:00
gtk.defs added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtk.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkaccelgroup.c replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtkaccelgroup.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkaccellabel.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkaccellabel.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkadjustment.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkadjustment.h Merges from the gtk-1-0 branch 1998-05-04 02:10:36 +00:00
gtkalignment.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkalignment.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkarrow.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkarrow.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkaspectframe.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkaspectframe.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkbbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkbbox.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbin.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkbin.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkbindings.c replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtkbindings.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkbutton.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkbutton.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkcheckbutton.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcheckmenuitem.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkclist.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkclist.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcolorsel.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcombo.h Allow the user to use the popup list like a menu. 1998-04-30 15:18:19 +00:00
gtkcontainer.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcontainer.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkctree.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkctree.h new CTree line style GTK_CTREE_LINES_TABBED 1998-06-22 17:00:21 +00:00
gtkcurve.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkcurve.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkdata.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkdata.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkdebug.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkdialog.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkdrawingarea.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkdrawingarea.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkeditable.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkeditable.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkentry.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkentry.h Export the gtk_entry_adjust_scroll. Required if you change the cursor 1998-06-23 15:55:51 +00:00
gtkenums.h removed extra comma at end of enum 1998-06-20 19:59:39 +00:00
gtkeventbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkeventbox.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkfeatures.h.in #define GTK_HAVE_ACCEL_GROUP 1998-06-11 01:45:22 +00:00
gtkfilesel.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkfilesel.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfixed.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkfixed.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfontsel.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkfontsel.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkframe.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkframe.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkgamma.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkgamma.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkgc.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkgc.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhandlebox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhandlebox.h Removed the fleur_cursor field. Now the cursor is created/destroyed on 1998-06-09 21:01:45 +00:00
gtkhbbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhbbox.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkhpaned.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhruler.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscale.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscrollbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhseparator.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkhseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkimage.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkimage.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkinputdialog.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkinputdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkitem.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitemfactory.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkitemfactory.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklabel.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtklabel.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtklist.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtklist.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklistitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtklistitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkmain.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkmain.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkmarshal.c Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
gtkmarshal.h Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
gtkmarshal.list Start of marshalling centralization. 1998-06-08 01:37:27 +00:00
gtkmarshalers.list Start of marshalling centralization. 1998-06-08 01:37:27 +00:00
gtkmenu.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkmenu.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenubar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkmenubar.h further additions to fit the gimp's code. additions to the dumping code to 1998-06-07 12:22:45 +00:00
gtkmenufactory.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenufactory.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenuitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkmenuitem.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkmenushell.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkmenushell.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmisc.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkmisc.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtknotebook.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtknotebook.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkobject.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkobject.h call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkoptionmenu.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkoptionmenu.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkpacker.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkpaned.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkpaned.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpixmap.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkpixmap.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpreview.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkpreview.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkprivate.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkprogressbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkprogressbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkradiobutton.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkradiobutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkradiomenuitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkrange.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkrange.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkrc.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkrc.h I should have named it gtk_rc_set_image_loader() initially - fixed 1998-05-21 19:26:19 +00:00
gtkruler.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrollbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrolledwindow.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkscrolledwindow.h Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
gtkselection.c new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkselection.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkseparator.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtksignal.c replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtksignal.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkspinbutton.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkspinbutton.h - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +00:00
gtkstatusbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkstatusbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkstyle.c new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkstyle.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktable.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktable.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktext.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktext.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktipsquery.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktipsquery.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtktogglebutton.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktogglebutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktoolbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktoolbar.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtktooltips.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktooltips.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktree.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktree.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktreeitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypebuiltins_evals.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins_ids.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins_vars.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypeutils.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtktypeutils.h call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvbbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkviewport.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkviewport.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvpaned.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvruler.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscale.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscrollbar.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvseparator.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkvseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkwidget.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkwidget.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkwindow.c call the base class init fucntions from all parent types upon class 1998-06-28 07:46:10 +00:00
gtkwindow.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
makeenums.pl boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
Makefile.am Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
Makefile.in Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs 1998-05-22 23:43:03 +00:00
maketypes.awk gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
parent Initial revision 1997-11-24 22:37:52 +00:00
simple.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c use rand() instead of random() for portability 1998-06-28 06:24:49 +00:00
testgtkrc fixed an assertment. 1998-06-07 06:48:56 +00:00
testgtkrc2 Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
testinput.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testselection.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testthreads.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00