1998-05-09 01:17:03 +00:00
|
|
|
/* GTK - The GIMP Toolkit
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
2000-07-26 11:33:08 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1998-05-09 01:17:03 +00:00
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2000-07-26 11:33:08 +00:00
|
|
|
* Lesser General Public License for more details.
|
1998-05-09 01:17:03 +00:00
|
|
|
*
|
2000-07-26 11:33:08 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
1998-05-09 01:17:03 +00:00
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
1999-03-17 02:43:20 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
|
|
|
|
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
|
|
* files for a list of changes. These files are distributed with
|
|
|
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GTK_COMPAT_H__
|
|
|
|
#define __GTK_COMPAT_H__
|
1998-05-09 01:17:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
1998-05-10 07:44:43 +00:00
|
|
|
|
1998-05-09 01:17:03 +00:00
|
|
|
/* compile time version
|
|
|
|
*/
|
|
|
|
#define GTK_MAJOR_VERSION (@GTK_MAJOR_VERSION@)
|
1998-05-10 07:44:43 +00:00
|
|
|
#define GTK_MINOR_VERSION (@GTK_MINOR_VERSION@)
|
1998-05-09 01:17:03 +00:00
|
|
|
#define GTK_MICRO_VERSION (@GTK_MICRO_VERSION@)
|
1998-07-19 19:09:27 +00:00
|
|
|
#define GTK_BINARY_AGE (@GTK_BINARY_AGE@)
|
|
|
|
#define GTK_INTERFACE_AGE (@GTK_INTERFACE_AGE@)
|
1999-03-17 02:43:20 +00:00
|
|
|
|
|
|
|
/* check whether a Gtk+ version equal to or greater than
|
|
|
|
* major.minor.micro is present.
|
|
|
|
*/
|
Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
Wed Mar 17 01:46:28 1999 Tim Janik <timj@gtk.org>
* merges from gtk-1-2:
Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
item factory class has been created.
(gtk_item_factory_parse_rc): likewise.
* gtk/gtkmenu.c:
keep proper references for old_active_menu_item.
(gtk_menu_reparent): unset the usize of the new parent,
so the menu can sanely be size requested and we don't get nasty screen
artefacts upon next reparentation.
(gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
enter notify. only synthesize enter notifies if the pointer really is
inside the event window.
(gtk_menu_popdown): use gtk_menu_shell_deselect().
(gtk_menu_popup): move the background setting stuff into
gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
* gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
gtk_menu_shell_select_item() to select the new item.
(gtk_menu_shell_deselect): export this function, so gtkmenu.c can
do the right thing for deselection as well.
Sat Mar 15 20:10:33 1999 Tim Janik <timj@gtk.org>
* gtk/gtkwidget.[hc]:
(gtk_widget_accelerators_locked): return whether a widget's accelerators
are locked.
* gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
existing accelerators if the widget's accelerators are locked.
Sat Mar 14 19:44:05 1999 Tim Janik <timj@gtk.org>
* gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
* gtk/gtkmenu.c: truely forward key press and key release events to
the menu widget from the toplevel or tearoff window. we can't simply
connect to that, we need to stop further processing of the events as
well.
Sat Mar 13 13:14:17 1999 Tim Janik <timj@gtk.org>
* gtk/gtkmenu.c:
(gtk_menu_key_press): pass event->keyval, event->state to
gtk_accelerator_valid, instead of event->keyval twice.
refuse to install single letter accelerators for menus that use
single letter shortcuts.
* gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
gtk_menu_ensure_uline_accel_group().
* gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
which will always return an uline accel group, made
gtk_menu_get_uline_accel_group() return NULL if the group isn't
yet created.
Mon Mar 15 01:03:27 1999 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
* gtk/gtkclist.c (gtk_clist_column_title_passive):
Leave button sensitive, trap button_press, button_release,
motion_notify, enter_notify and leave_notify events instead.
(gtk_clist_column_title_active): disconnect event handler.
(gtk_clist_drag_data_get): fixed memory leak. Reported by
Guillaume Laurent <glaurent@worldnet.fr>
Wed Mar 10 23:49:55 1999 Lars Hamann <lars@gtk.org>
* gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
width/height mixups.
* gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
if needed.
Wed Mar 10 00:11:32 1999 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_item_factory): unref the item factory after
window's destruction.
* gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
count on the menu shell around the menu item's activation, since the
signal emission may cause menu shell destruction.
* gtk/gtkitemfactory.c:
the previous code leaked one accel group per menu. we use
gtk_menu_get_uline_accel_group() now to fix that, and with that
also create the underline accelerator group of the menus only if
required (i.e. an underline accelerator has been specified).
(gtk_item_factory_construct):
(gtk_item_factory_create_item): removed code that would create an
extra accel group for the menu (and leak references).
(gtk_item_factory_create_item): adapted the underline accelerator
installation code to properly feature gtk_menu_get_uline_accel_group().
* gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
menu->accel_group, this may return NULL if the accelerator group
hasn't been set yet.
added gtk_menu_get_uline_accel_group() to retrive the underline
accelerator group of the menu, this will be created on demand
and proper care is taken about its reference count.
* gtk/gtkitemfactory.h:
* gtk/gtkitemfactory.c:
dumped the approach of keeping a widgets by action list on the
factory since the factory<->widget destroy negotiation didn't work
and would be hard to get going at all. instead we keep a list of
GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
persistant throughout a program's life time).
also, i removed the static const gchar *key_* variables, and made
them inline strings (they weren't actually used anyways).
(gtk_item_factory_add_item): update ifactory->items.
(gtk_item_factory_destroy): destroy ifactory->items (and remove
the item factory pointer from the remaining ifactory widgets).
(gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
list to find the widget.
(gtk_item_factory_get_item): new function that works around
gtk_item_factory_get_widget() limitations, this function will only
return menu items, even for <Branch> entries.
Tue Mar 9 01:01:28 1999 Tim Janik <timj@gtk.org>
* gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
font hash table, if we have a GdkFontPrivate entry for this font
already, simply increment its reference count, provided by Olaf Dietsche
<olaf.dietsche+list.gtk@netcologne.de>.
* gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
Sun Mar 7 06:13:29 1999 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
(gtk_container_add_with_args):
(gtk_container_addv):
(gtk_container_add): before adding a child to a conatiner, make sure
it is (default) constructed, this is neccessary because under certain
circumstances the child will get relized and mapped immediatedly, in
which case it has to be constructed already.
Mon Mar 1 17:58:21 1999 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
values > 1 as TRUE also.
1999-03-17 01:39:42 +00:00
|
|
|
#define GTK_CHECK_VERSION(major,minor,micro) \
|
|
|
|
(GTK_MAJOR_VERSION > (major) || \
|
|
|
|
(GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION > (minor)) || \
|
|
|
|
(GTK_MAJOR_VERSION == (major) && GTK_MINOR_VERSION == (minor) && \
|
|
|
|
GTK_MICRO_VERSION >= (micro)))
|
|
|
|
|
1998-05-09 01:17:03 +00:00
|
|
|
|
1999-03-17 02:43:20 +00:00
|
|
|
/* use -DGTK_DISABLE_COMPAT_H to compile your code and asure that it
|
|
|
|
* works with future Gtk+ versions as well.
|
1998-05-09 01:17:03 +00:00
|
|
|
*/
|
1999-03-17 02:43:20 +00:00
|
|
|
#ifndef GTK_DISABLE_COMPAT_H
|
1998-05-09 01:17:03 +00:00
|
|
|
|
1999-03-17 02:43:20 +00:00
|
|
|
/* the following are aliases that have to be kept for historical
|
|
|
|
* reasons, because a wide code base depends on them. it is not
|
|
|
|
* recommended to actually make use of these definitions.
|
1998-07-27 02:24:39 +00:00
|
|
|
*/
|
1999-03-17 02:43:20 +00:00
|
|
|
#define gtk_accel_label_accelerator_width gtk_accel_label_get_accel_width
|
|
|
|
#define gtk_container_border_width gtk_container_set_border_width
|
|
|
|
#define gtk_notebook_current_page gtk_notebook_get_current_page
|
|
|
|
#define gtk_packer_configure gtk_packer_set_child_packing
|
Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function
2000-03-07 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
(gdk_win32_gdi_failed) New function for reporting errors from GDI,
for which it is no use to call GetLastError on Win9x.
(gdk_other_api_failed) New function, for
general error reporting without calling GetLastError.
(gdk_win32_api_failed) OTOH, this function always calls
GetLastError. (gdk_win32_last_error_string) Remove this function,
GLib has the equivalent now.
* gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
call them with function name, file name and line number in the
arguments.
* gdk/win32/*.c: Use the new macros for reporting errors from GDI
functions.
* gtk/gtk.def: Add some missing entry points.
* gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
gtk_paned_set_gutter_size, which don't exist any longer, as void.
Fixes by Hans Breuer:
* gdk/makefile.msc: Update for debugging.
* gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
in the dash_list.
* gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
the x11 backend.
* gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
* gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
2000-03-08 06:18:41 +00:00
|
|
|
#define gtk_paned_gutter_size(p,s) (void) 0
|
|
|
|
#define gtk_paned_set_gutter_size(p,s) (void) 0
|
1999-03-17 02:43:20 +00:00
|
|
|
#define gtk_paned_handle_size gtk_paned_set_handle_size
|
|
|
|
#define gtk_scale_value_width gtk_scale_get_value_width
|
|
|
|
#define gtk_window_position gtk_window_set_position
|
|
|
|
#define gtk_toggle_button_set_state gtk_toggle_button_set_active
|
|
|
|
#define gtk_check_menu_item_set_state gtk_check_menu_item_set_active
|
Add note about GtkMenuPositionFunc API changes.
2000-11-08 Alexander Larsson <alexl@redhat.com>
* docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
API changes.
* gtk/gtkmenu.c: Add support for scrolling menus.
Remove gtk_menu_append/prepend/insert, these have been moved to
gtkcompat.h as #defines.
* gtk/gtkcompat.h.in:
Add compatibility #defines for gtk_menu_append/prepend/insert
* gtk/gtkmenu.h: Add data needed for scrolling menus.
GtkMenuPositionFunc gets an extra argument push_in.
gtk_menu_append/prepend/insert removed.
* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
positioning behaviour to fit to scrolling menus.
* gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
into menuitem->submeny. That is wrong, and broke torn
off submenus of torn off menus, since they were unrealized
when the first menu was unrealized.
* gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
gtk_menu_shell_select_item() since these need to be overridden in
GtkMenu.
* gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
positioning behaviour to fit to scrolling menus.
(gtk_option_menu_key_press, gtk_option_menu_button_press): Select
the current item so that it is prelighted when the menu pops up.
This is a workaround to the fact that the menu doesn't get the
initial enter event (due to grabs).
* gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
s/gtk_menu_append/gtk_menu_shell_append/
* gtk/gtknotebook.c:
s/gtk_menu_insert/gtk_menu_shell_insert/
* gtk/testgtk.c (create_menu, create_menus):
Create the first menu with 50 items so that menu scrolling
can be tested.
Patch from Jonathan Blandford <jrb@redhat.com>
* gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
system to handle size requests. First, we ask what the size of
the toggle is. Then, when allocating the size, we allocate the
toggle_size first. This way we can have multiple menu-item
classes w/o needing a seperate class for each.
* gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
* gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
* gtk/gtkcheckmenuitem.c
(gtk_check_menu_item_toggle_size_request): New function to handle
the toggle size-request.
2000-11-08 17:34:52 +00:00
|
|
|
#define gtk_menu_append gtk_menu_shell_append
|
|
|
|
#define gtk_menu_prepend gtk_menu_shell_prepend
|
|
|
|
#define gtk_menu_insert gtk_menu_shell_insert
|
1998-07-03 21:56:28 +00:00
|
|
|
|
1998-07-24 08:53:59 +00:00
|
|
|
|
1999-03-17 02:43:20 +00:00
|
|
|
/* strongly deprecated, very likely to be removed in the future:
|
1998-11-10 16:01:03 +00:00
|
|
|
*/
|
1999-03-17 02:43:20 +00:00
|
|
|
#define gtk_ctree_set_reorderable(t,r) gtk_clist_set_reorderable((GtkCList*) (t),(r))
|
|
|
|
#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h)
|
|
|
|
#define GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS 1-0-1
|
|
|
|
#define GTK_HAVE_SIGNAL_INIT 1-0-2
|
|
|
|
#define GTK_HAVE_FEATURES_1_1_0 1-1-0
|
|
|
|
#define GTK_HAVE_FEATURES_1_1_2 1-1-2
|
1998-11-10 16:01:03 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_4 1-1-4
|
1998-11-23 11:08:12 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_5 1-1-5
|
1998-12-02 09:38:31 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_6 1-1-6
|
1998-12-11 06:12:24 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_7 1-1-7
|
1998-12-13 00:13:39 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_8 1-1-8
|
1998-12-17 06:49:15 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_9 1-1-9
|
1998-12-24 15:21:13 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_10 1-1-10
|
1998-12-31 02:25:58 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_11 1-1-11
|
1999-01-04 11:04:11 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_12 1-1-12
|
1999-01-13 03:34:53 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_13 1-1-13
|
1999-01-27 20:56:34 +00:00
|
|
|
#define GTK_HAVE_FEATURES_1_1_14 1-1-14
|
|
|
|
|
1999-03-17 02:43:20 +00:00
|
|
|
|
|
|
|
#endif /* GTK_DISABLE_COMPAT_H */
|
|
|
|
|
|
|
|
|
|
|
|
|
1998-05-09 01:17:03 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
|
|
|
1999-03-17 02:43:20 +00:00
|
|
|
#endif /* __GTK_COMPAT_H__ */
|