forked from AuroraMiddleware/gtk
Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this file in my Oct 11 commit.
This commit is contained in:
parent
d04d06b362
commit
f8595c79cc
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
|
||||||
|
these usable in C++. Forgot this file in my Oct 11 commit.
|
||||||
|
|
||||||
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
|
||||||
|
these usable in C++. Forgot this file in my Oct 11 commit.
|
||||||
|
|
||||||
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
|
||||||
|
these usable in C++. Forgot this file in my Oct 11 commit.
|
||||||
|
|
||||||
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
|
||||||
|
these usable in C++. Forgot this file in my Oct 11 commit.
|
||||||
|
|
||||||
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Nov 3 22:45:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
|
||||||
|
these usable in C++. Forgot this file in my Oct 11 commit.
|
||||||
|
|
||||||
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
2003-11-03 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
* gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
* Authors: Alexander Larsson <alexl@redhat.com>
|
* Authors: Alexander Larsson <alexl@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
void gtk_decorated_window_init (GtkWindow *window);
|
void gtk_decorated_window_init (GtkWindow *window);
|
||||||
void gtk_decorated_window_calculate_frame_size (GtkWindow *window);
|
void gtk_decorated_window_calculate_frame_size (GtkWindow *window);
|
||||||
void gtk_decorated_window_set_title (GtkWindow *window,
|
void gtk_decorated_window_set_title (GtkWindow *window,
|
||||||
@ -30,3 +32,5 @@ void gtk_decorated_window_move_resize_window (GtkWindow *window,
|
|||||||
gint y,
|
gint y,
|
||||||
gint width,
|
gint width,
|
||||||
gint height);
|
gint height);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user