[maemo-commits] [maemo-commits] r10539 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 15:21:26 EET 2007
- Previous message: [maemo-commits] r10538 - projects/haf/tags/hildon-help
- Next message: [maemo-commits] r10540 - projects/haf/trunk/hildon-theme-plankton/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:21:26 +0200 (Tue, 13 Mar 2007) New Revision: 10539 Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwidget.h Log: * gtk/gtkwidget.h: Remove the prev_focus API from the header file. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:20:50 UTC (rev 10538) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/ChangeLog 2007-03-13 13:21:26 UTC (rev 10539) @@ -1,5 +1,11 @@ 2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtkwidget.h: + + Remove the prev_focus API from the header file. + +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + * gtk/gtktextbuffer.h: Remove the old rich text copy&paste API from the header. Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwidget.h =================================================================== --- projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwidget.h 2007-03-13 13:20:50 UTC (rev 10538) +++ projects/haf/branches/gtk+/maemo-gtk-2-10/gtk/gtkwidget.h 2007-03-13 13:21:26 UTC (rev 10539) @@ -822,9 +822,6 @@ GdkColormap* _gtk_widget_peek_colormap (void); #ifdef MAEMO_CHANGES -void gtk_widget_set_hildon_focus_handling( GtkWidget *widget, gboolean hildon_like ); -gboolean gtk_widget_get_hildon_focus_handling( GtkWidget *widget ); - void gtk_widget_tap_and_hold_menu_position_top (GtkWidget *menu, gint *x, gint *y,
- Previous message: [maemo-commits] r10538 - projects/haf/tags/hildon-help
- Next message: [maemo-commits] r10540 - projects/haf/trunk/hildon-theme-plankton/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]