Restore border around non-scrolling widgets. The

border seems to have the wrong colour now (?).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-04-07 14:41:41 +00:00
parent ebe1d1579b
commit 3e09bcfd02
3 changed files with 50 additions and 9 deletions

View File

@@ -32,6 +32,8 @@ struct _GtkPizza
guint m_xoffset;
guint m_yoffset;
gboolean m_noscroll;
GdkWindow *bin_window;
};
@@ -39,6 +41,8 @@ WXDLLIMPEXP_CORE
GtkType gtk_pizza_get_type (void);
WXDLLIMPEXP_CORE
GtkWidget* gtk_pizza_new (void);
WXDLLIMPEXP_CORE
GtkWidget* gtk_pizza_new_no_scroll (void);
/* accessors */