forked from AuroraMiddleware/gtk
Small cleanups.
2005-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreednd.h: * gtk/gtkwidget.h: Small cleanups.
This commit is contained in:
parent
d0b22eb542
commit
f8e922f9ec
@ -1,5 +1,8 @@
|
||||
2005-05-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreednd.h:
|
||||
* gtk/gtkwidget.h: Small cleanups.
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
|
||||
a typo.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-05-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreednd.h:
|
||||
* gtk/gtkwidget.h: Small cleanups.
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
|
||||
a typo.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-05-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreednd.h:
|
||||
* gtk/gtkwidget.h: Small cleanups.
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
|
||||
a typo.
|
||||
|
||||
|
@ -23,9 +23,7 @@
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtkdnd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GTK_TYPE_TREE_DRAG_SOURCE (gtk_tree_drag_source_get_type ())
|
||||
#define GTK_TREE_DRAG_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_DRAG_SOURCE, GtkTreeDragSource))
|
||||
@ -118,10 +116,6 @@ gboolean gtk_tree_get_row_drag_data (GtkSelectionData *selection_dat
|
||||
GtkTreeModel **tree_model,
|
||||
GtkTreePath **path);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_TREE_DND_H__ */
|
||||
|
@ -35,10 +35,7 @@
|
||||
#include <gtk/gtksettings.h>
|
||||
#include <atk/atkobject.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* The flags that are used by GtkWidget on top of the
|
||||
* flags field of GtkObject.
|
||||
@ -787,9 +784,6 @@ void _gtk_widget_propagate_screen_changed (GtkWidget *widget,
|
||||
|
||||
GdkColormap* _gtk_widget_peek_colormap (void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_WIDGET_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user