GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Ian Main 2a4c36a73d Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
Thu Mar  5 20:41:27 1998  Ian Main  <imain@gnu.org>

	* gtk/gtkfilesel.c: Added
	  gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
	  gtk_file_selection_hide_fileop_buttons(GtkFileSelection *fs).
	  Changed pulldown to only contain current directory name instead of
	  the full path.  Removed Help button (it can now be packed into the
	  button_area if desired.

	* gtk/gtkfilesel.h: Added GtkWidget *button_area (the fileop
	  buttons at the top are packed into this hbox), and GtkWidget
	  action_area (hbox below clists) to GtkFileSelection structure.

	* gtk/testgtk.c: Changed the filesel example to show off the hiding/
	  showing of fileop buttons, and the packing area.
1998-03-06 05:03:15 +00:00
docs widget hierarchy update from Tim Janik 1998-03-04 16:06:00 +00:00
gdk [Ummm, maybe we should do the same change to the selection_owner variable?] 1998-03-06 00:39:11 +00:00
glib Old stuff that didn't get commited. (owt) 1998-03-05 06:46:41 +00:00
gtk Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
tests Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
.cvsignore For consistancy with GIMP/GNOME projects. Plus these files can 1997-12-19 05:24:25 +00:00
acconfig.h Initial revision 1997-11-24 22:37:52 +00:00
AUTHORS Initial revision 1997-11-24 22:37:52 +00:00
autogen.sh I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
ChangeLog Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-0 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-2 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-4 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-6 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-8 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
ChangeLog.pre-2-10 Added gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and 1998-03-06 05:03:15 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.h.in this is a stack of grabbing widgets now, having unique entries. the 1998-01-19 08:23:24 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Required changes for version change to 0.99.4 1998-03-02 00:32:52 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
gtk+.prj Initial revision 1997-11-24 22:37:52 +00:00
gtk+.xconfig.in Initial revision 1997-11-24 22:37:52 +00:00
HACKING I got sick of typing in the same commands over and over, so borrowed 1998-01-31 17:43:56 +00:00
INSTALL Patches to support internationalized input by: 1997-11-27 04:16:39 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Got rid of -z text for Solaris x86... again... sigh. 1998-01-21 05:04:45 +00:00
ltmain.sh This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libgdk to libX11 and libXext. -Jay 1998-01-12 15:41:36 +00:00
makecopyright Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am New widget GtkTipsQuery for letting the user query tooltips of widgets. 1998-02-20 05:46:48 +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
missing Initial revision 1997-11-24 22:37:52 +00:00
mkinstalldirs Initial revision 1997-11-24 22:37:52 +00:00
NEWS small fixups 1998-03-02 00:55:55 +00:00
README Required changes for version change to 0.99.4 1998-03-02 00:32:52 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
TODO minor todo updates that i'll hopefully get around at the weekend ;) 1998-03-06 01:56:02 +00:00

This is GTK+ version 0.99.4.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

The official web site is:
  http://www.gimp.org/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")