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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user