Added scrolling of widgets and sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -289,8 +289,9 @@ bool wxMiniFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title
|
||||
{
|
||||
GtkWidget *close_button = gtk_button_new_with_label( "x" );
|
||||
|
||||
gtk_myfixed_put( GTK_MYFIXED(m_mainWidget), close_button, 4, 4 );
|
||||
gtk_widget_set_usize( close_button, 12, 11 );
|
||||
gtk_myfixed_put( GTK_MYFIXED(m_mainWidget),
|
||||
close_button,
|
||||
4, 4, 12, 11 );
|
||||
|
||||
gtk_widget_show( close_button );
|
||||
|
||||
|
Reference in New Issue
Block a user