gtk2/gtk
Tim Janik d187183161 made the <widget>_signals[] arrays of type guint rather than gint. made
Mon Mar  9 15:48:10 1998  Tim Janik  <timj@gimp.org>

        * Signal signedness and naming corrections, plus GtkType fixes:

        * gtk/gtkadjustment.c:
        * gtk/gtkbutton.c:
        * gtk/gtkcheckmenuitem.c:
        * gtk/gtkclist.c:
        * gtk/gtkcolorsel.c:
        * gtk/gtkcontainer.c:
        * gtk/gtkcurve.c:
        * gtk/gtkdata.c:
        * gtk/gtkeditable.c:
        * gtk/gtkentry.c:
        * gtk/gtkhandlebox.c:
        * gtk/gtkinputdialog.c:
        * gtk/gtkitem.c:
        * gtk/gtklist.c:
        * gtk/gtkmenuitem.c:
        * gtk/gtkmenushell.c:
        * gtk/gtknotebook.c:
        * gtk/gtkstatusbar.c:
        * gtk/gtktoolbar.c:
        * gtk/gtktree.c:
        * gtk/gtktreeitem.c:
        * gtk/gtkwidget.c:
        * gtk/gtktogglebutton.c:
        * gtk/gtkwindow.c:
        made the <widget>_signals[] arrays of type guint rather than gint.
        * gtk/gtkwidget.c (gtk_widget_get_ancestor): made widget_type a GtkType.

        * gtk/gtkcombo.h:
        handler ids need to be of type guint (entry_change_id, list_change_id).

        * gtk/gtkaccelerator.c:
        changed signal_num to signal_id and typed it guint.

        * gtk/gtkmain.c: made gtk_ndebug_keys a guint.

        * gtk/gtkmenu.h:
        * gtk/gtkmenu.c:
        (gtk_menu_popup): made button a guint.
        (gtk_menu_set_active): made index a guint.

        * gtk/gtkmenuitem.h:
        * gtk/gtkmenuitem.c:
        made accelerator_signal a guint.

        * gtk/gtkoptionmenu.h:
        * gtk/gtkoptionmenu.c:
        (gtk_option_menu_set_history): made index a guint.

        * gtk/gtksignal.h:
        * gtk/gtksignal.c:
        * gtk/gtkobject.h:
        * gtk/gtkobject.c: changed a bunch of prototypes to take guints rather
        than gints. also made some conversions from guint to GtkType, left over
        from when the fundamental-types system was introduced.

        * gtk/gtkobject.h:
        * gtk/gtkobject.c: made object_data_id_index and obj_count guints.
        made *signals and nsignals guints in GtkObjectClass.
1998-03-09 15:16:28 +00:00
..
.cvsignore For consistancy with GIMP/GNOME projects. Plus these files can 1997-12-19 05:24:25 +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 Added check for inline in configure and updated files to use it. 1998-01-09 01:48:19 +00:00
fnmatch.h Initial revision 1997-11-24 22:37:52 +00:00
gentypeinfo.el Initial revision 1997-11-24 22:37:52 +00:00
gtk.defs Take putback events into account 1998-01-17 23:24:09 +00:00
gtk.h gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] 1998-03-01 05:11:05 +00:00
gtkaccelerator.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkaccelerator.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gtkadjustment.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkadjustment.h hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkalignment.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkalignment.h Initial revision 1997-11-24 22:37:52 +00:00
gtkarrow.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkarrow.h Initial revision 1997-11-24 22:37:52 +00:00
gtkaspectframe.c removed some superfluous variables that duplicated widget->state. 1998-01-21 00:52:17 +00:00
gtkaspectframe.h Initial revision 1997-11-24 22:37:52 +00:00
gtkbbox.c Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkbbox.h Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkbin.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkbin.h Initial revision 1997-11-24 22:37:52 +00:00
gtkbox.c present the argument access masks on their announcement. 1998-02-19 07:18:42 +00:00
gtkbox.h new functions gtk_box_reorder_child, gtk_box_query_child_packing and 1998-01-18 03:09:42 +00:00
gtkbutton.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkbutton.h Initial revision 1997-11-24 22:37:52 +00:00
gtkcheckbutton.c applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan 1998-02-17 06:03:40 +00:00
gtkcheckbutton.h Initial revision 1997-11-24 22:37:52 +00:00
gtkcheckmenuitem.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkcheckmenuitem.h applied jamesa-971010-0 for stability. applied jamesa-971010-2 for a small 1997-12-07 02:34:38 +00:00
gtkclist.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkclist.h applied a bunch of patches and removed all the printfs that 1998-03-08 03:32:05 +00:00
gtkcolorsel.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkcolorsel.h Fixed configure.in to AC_CONFIG_SUBDIRS(glib) 1998-01-01 23:45:23 +00:00
gtkcombo.c Miscellaneous minor fixes to remove ANSI C incompatibilities 1998-03-02 23:16:39 +00:00
gtkcombo.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkcontainer.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkcontainer.h made the object/class cast checks much more descriptive, based on 1998-03-07 20:32:59 +00:00
gtkcurve.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkcurve.h Initial revision 1997-11-24 22:37:52 +00:00
gtkdata.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkdata.h Initial revision 1997-11-24 22:37:52 +00:00
gtkdebug.h more debugging fixes. 1998-02-19 08:14:03 +00:00
gtkdialog.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkdialog.h Initial revision 1997-11-24 22:37:52 +00:00
gtkdrawingarea.c removed buglet on the initial style_set emission. 1998-03-01 01:53:57 +00:00
gtkdrawingarea.h removed buglet on the initial style_set emission. 1998-03-01 01:53:57 +00:00
gtkeditable.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkeditable.h gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch] 1998-03-01 10:19:22 +00:00
gtkentry.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkentry.h gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] 1998-03-01 08:47:36 +00:00
gtkenums.h A couple of enums for GtkToolbar settings - Federico 1997-12-19 21:41:42 +00:00
gtkeventbox.c gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c 1998-01-18 15:09:10 +00:00
gtkeventbox.h Initial revision 1997-11-24 22:37:52 +00:00
gtkfilesel.c reverted the changes ian introduced in r1.16 on Mar 06, since they broke 1998-03-09 10:54:13 +00:00
gtkfilesel.h Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
gtkfixed.c Fixed unrealize handler to comply with the documentation (which mentions 1998-02-12 03:02:14 +00:00
gtkfixed.h Several portability fixes from Michael Callahan <callahan@xmission.com> 1998-01-03 05:46:58 +00:00
gtkframe.c we make an active server grab now, this way we can change the cursor 1998-02-27 16:31:06 +00:00
gtkframe.h Initial revision 1997-11-24 22:37:52 +00:00
gtkgamma.c A couple of compiler warning fixes, GtkCList signal changes, changed 1998-02-18 10:03:54 +00:00
gtkgamma.h Initial revision 1997-11-24 22:37:52 +00:00
gtkgc.c Initial revision 1997-11-24 22:37:52 +00:00
gtkgc.h Initial revision 1997-11-24 22:37:52 +00:00
gtkhandlebox.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkhandlebox.h reserve the space for child_attach/child_detach signals. 1998-02-28 02:24:38 +00:00
gtkhbbox.c Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkhbbox.h Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkhbox.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkhbox.h Initial revision 1997-11-24 22:37:52 +00:00
gtkhpaned.c From Patrice Fortier <Patrice.Fortier@aquarel.fr> 1998-02-17 05:07:51 +00:00
gtkhpaned.h Several portability fixes from Michael Callahan <callahan@xmission.com> 1998-01-03 05:46:58 +00:00
gtkhruler.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkhruler.h Initial revision 1997-11-24 22:37:52 +00:00
gtkhscale.c gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c 1998-01-18 15:09:10 +00:00
gtkhscale.h Initial revision 1997-11-24 22:37:52 +00:00
gtkhscrollbar.c more fixups -timj 1998-02-28 20:19:20 +00:00
gtkhscrollbar.h Initial revision 1997-11-24 22:37:52 +00:00
gtkhseparator.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkhseparator.h Initial revision 1997-11-24 22:37:52 +00:00
gtkimage.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkimage.h Initial revision 1997-11-24 22:37:52 +00:00
gtkinputdialog.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkinputdialog.h Old stuff that didn't get commited. (owt) 1998-03-05 06:46:41 +00:00
gtkitem.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkitem.h Initial revision 1997-11-24 22:37:52 +00:00
gtklabel.c New widget GtkTipsQuery for letting the user query tooltips of widgets. 1998-02-20 05:46:48 +00:00
gtklabel.h Initial revision 1997-11-24 22:37:52 +00:00
gtklist.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtklist.h new function to perform the same actions as gtk_list_remove_items, but 1998-02-05 03:53:41 +00:00
gtklistitem.c Change style->white to style->base[] where appropriate. Change the default 1998-02-13 05:26:33 +00:00
gtklistitem.h Initial revision 1997-11-24 22:37:52 +00:00
gtkmain.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmain.h define the version variables in config.h. 1998-03-08 02:04:26 +00:00
gtkmenu.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmenu.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmenubar.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkmenubar.h Initial revision 1997-11-24 22:37:52 +00:00
gtkmenufactory.c TODO updates (major ones ;). 1998-02-23 11:14:27 +00:00
gtkmenufactory.h Initial revision 1997-11-24 22:37:52 +00:00
gtkmenuitem.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmenuitem.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmenushell.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkmenushell.h Initial revision 1997-11-24 22:37:52 +00:00
gtkmisc.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkmisc.h Initial revision 1997-11-24 22:37:52 +00:00
gtknotebook.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtknotebook.h Miscellaneous minor fixes to remove ANSI C incompatibilities 1998-03-02 23:16:39 +00:00
gtkobject.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkobject.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkoptionmenu.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkoptionmenu.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkpaned.c From Patrice Fortier <Patrice.Fortier@aquarel.fr> 1998-02-17 05:07:51 +00:00
gtkpaned.h Fixed a small memory leak in gtkpaned, and I changed the cursor to a 1998-01-15 08:45:57 +00:00
gtkpixmap.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkpixmap.h Initial revision 1997-11-24 22:37:52 +00:00
gtkpreview.c Added a new function, gtk_preview_reset(), that can be used (under highly 1998-03-08 00:59:38 +00:00
gtkpreview.h Added a new function, gtk_preview_reset(), that can be used (under highly 1998-03-08 00:59:38 +00:00
gtkprivate.h dunno, what cvs wants right now. i just told me these 1998-02-02 21:41:24 +00:00
gtkprogressbar.c gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c 1998-01-18 15:09:10 +00:00
gtkprogressbar.h Initial revision 1997-11-24 22:37:52 +00:00
gtkradiobutton.c applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan 1998-02-17 06:03:40 +00:00
gtkradiobutton.h Change style->white to style->base[] where appropriate. Change the default 1998-02-13 05:26:33 +00:00
gtkradiomenuitem.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkradiomenuitem.h Initial revision 1997-11-24 22:37:52 +00:00
gtkrange.c removed gtk_range_calc_value(). 1998-03-08 12:04:43 +00:00
gtkrange.h removed gtk_range_calc_value(). 1998-03-08 12:04:43 +00:00
gtkrc.c No, you can't add a GtkStyle * to a list of GtkRcNode *. (Fixes huge 1998-03-09 06:07:34 +00:00
gtkrc.h new function. many functions adapted to use GScanner for scanning. 1997-12-23 02:12:10 +00:00
gtkruler.c Fixed unrealize handler to comply with the documentation (which mentions 1998-02-12 03:02:14 +00:00
gtkruler.h Initial revision 1997-11-24 22:37:52 +00:00
gtkscale.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkscale.h Initial revision 1997-11-24 22:37:52 +00:00
gtkscrollbar.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkscrollbar.h Initial revision 1997-11-24 22:37:52 +00:00
gtkscrolledwindow.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtkscrolledwindow.h this macro computes the spacing from klass->scrollbar_spacing now. adapted 1997-12-23 20:13:14 +00:00
gtkselection.c gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] 1998-02-13 05:19:06 +00:00
gtkselection.h gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] 1998-02-13 05:19:06 +00:00
gtkseparator.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkseparator.h Initial revision 1997-11-24 22:37:52 +00:00
gtksignal.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtksignal.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkspinbutton.c patch from lars for construct behaviour. 1998-03-09 07:18:33 +00:00
gtkspinbutton.h patch from lars for construct behaviour. 1998-03-09 07:18:33 +00:00
gtkstatusbar.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkstatusbar.h fixed ifndef..define typo 1998-03-02 23:42:25 +00:00
gtkstyle.c we make an active server grab now, this way we can change the cursor 1998-02-27 16:31:06 +00:00
gtkstyle.h we make an active server grab now, this way we can change the cursor 1998-02-27 16:31:06 +00:00
gtktable.c gtk/gtktable.c Fixed problem with division by zero in row/column-spanned 1998-02-03 05:57:31 +00:00
gtktable.h Tables autoresize now -miguel 1998-01-27 23:40:51 +00:00
gtktext.c - Show selection correctly when starting selection with arrows 1998-03-08 21:47:14 +00:00
gtktext.h Disallow pasting into non-editable widgets. 1998-03-07 03:05:36 +00:00
gtktipsquery.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtktipsquery.h we make an active server grab now, this way we can change the cursor 1998-02-27 16:31:06 +00:00
gtktogglebutton.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtktogglebutton.h Initial revision 1997-11-24 22:37:52 +00:00
gtktoolbar.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtktoolbar.h Added gtk_toolbar_*_element() functions. Rewrote others 1998-02-23 20:48:46 +00:00
gtktooltips.c new functions gtk_tooltips_data_get and gtk_tooltips_set_tip, 1998-02-18 02:40:08 +00:00
gtktooltips.h removed #define gtk_tooltips_set_tips 1998-02-21 04:47:35 +00:00
gtktree.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtktree.h applied a bunch of patches and removed all the printfs that 1998-03-08 03:32:05 +00:00
gtktreeitem.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtktreeitem.h Old stuff that didn't get commited. (owt) 1998-03-05 06:46:41 +00:00
gtktypebuiltins.c It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gtktypebuiltins.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gtktypeutils.c hm, initital refcount revolution commit ;) 1998-01-30 23:47:09 +00:00
gtktypeutils.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkvbbox.c Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkvbbox.h Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT 1998-02-25 18:36:39 +00:00
gtkvbox.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkvbox.h Initial revision 1997-11-24 22:37:52 +00:00
gtkviewport.c From Patrice Fortier <Patrice.Fortier@aquarel.fr> 1998-02-17 04:48:50 +00:00
gtkviewport.h Missed some files -owt 1998-01-18 18:21:33 +00:00
gtkvpaned.c From Patrice Fortier <Patrice.Fortier@aquarel.fr> 1998-02-17 05:07:51 +00:00
gtkvpaned.h Here's a small patch that corrects a prototype in gtkvpaned.h. 1998-02-07 16:10:01 +00:00
gtkvruler.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkvruler.h Initial revision 1997-11-24 22:37:52 +00:00
gtkvscale.c gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c 1998-01-18 15:09:10 +00:00
gtkvscale.h Initial revision 1997-11-24 22:37:52 +00:00
gtkvscrollbar.c gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c 1998-01-18 15:09:10 +00:00
gtkvscrollbar.h Initial revision 1997-11-24 22:37:52 +00:00
gtkvseparator.c main part for GtkArgSetFunc/GtkArgGetFunc implementation. 1998-01-16 00:49:51 +00:00
gtkvseparator.h Initial revision 1997-11-24 22:37:52 +00:00
gtkwidget.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkwidget.h made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkwindow.c made the <widget>_signals[] arrays of type guint rather than gint. made 1998-03-09 15:16:28 +00:00
gtkwindow.h gtkmain forgot a return value. 1998-02-14 05:37:53 +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
Makefile.am Unset allocation on unparent, to force reallocation if we get adding back 1998-03-05 06:32:42 +00:00
Makefile.in The auto_shrink policy of the floating window is now set to TRUE. This 1998-01-28 03:41:55 +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
runelisp Initial revision 1997-11-24 22:37:52 +00:00
simple.c Initial revision 1997-11-24 22:37:52 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testgtk.c - Show selection correctly when starting selection with arrows 1998-03-08 21:47:14 +00:00
testgtkrc - Show selection correctly when starting selection with arrows 1998-03-08 21:47:14 +00:00
testinput.c It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
testselection.c gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] 1998-02-13 05:19:06 +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