diff options
author | Andrew T. Veliath <andrewtv@usa.net> | 1998-11-21 10:08:41 +0000 |
---|---|---|
committer | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-21 10:08:41 +0000 |
commit | b1ab800825b7d0fd85f7bcaf0e3b560e5220bbf3 (patch) | |
tree | b2e5eacd10ced902340e6d776513ac08490bed26 /gtk/gtkhandlebox.h | |
parent | 27a8669d0d170c32814ede391a5f04c8ea1fe3b6 (diff) | |
download | gdk-pixbuf-b1ab800825b7d0fd85f7bcaf0e3b560e5220bbf3.tar.gz |
Add shadow_type and gtk_handle_box_set_shadow_type function (plus a
1998-11-21 Andrew T. Veliath <andrewtv@usa.net>
* gtk/gtkhandlebox.[ch]: Add shadow_type and
gtk_handle_box_set_shadow_type function (plus a
GtkHandleBox::shadow arg) to allow configuration of shadow in the
bin window.
Diffstat (limited to 'gtk/gtkhandlebox.h')
-rw-r--r-- | gtk/gtkhandlebox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 4aa0d8ea6..26bc649d7 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -50,6 +50,7 @@ struct _GtkHandleBox GdkWindow *bin_window; /* parent window for children */ GdkWindow *float_window; + GtkShadowType shadow_type; guint handle_position : 2; guint float_window_mapped : 1; guint child_detached : 1; @@ -72,6 +73,8 @@ struct _GtkHandleBoxClass guint gtk_handle_box_get_type (void); GtkWidget* gtk_handle_box_new (void); +void gtk_handle_box_set_shadow_type (GtkHandleBox *handle_box, + GtkShadowType type); #ifdef __cplusplus |