Augmented version to b5
Disabled F10 thing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,7 +57,7 @@ this has no effect, but I tried...
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
wxWindows/GTK requires the GTK+ library to be installed on your system.
|
wxWindows/GTK requires the GTK+ library to be installed on your system.
|
||||||
It has to be a stable version, preferebly version 1.2.1. You can use
|
It has to be a stable version, preferebly version 1.2.3. You can use
|
||||||
GTK 1.0.X in connection with wxWindows, but we don't support Drag'n'Drop
|
GTK 1.0.X in connection with wxWindows, but we don't support Drag'n'Drop
|
||||||
for GTK 1.0.X so you have to "configure --without-dnd". wxWindows does
|
for GTK 1.0.X so you have to "configure --without-dnd". wxWindows does
|
||||||
NOT work with the 1.1.X versions of the GTK+ library.
|
NOT work with the 1.1.X versions of the GTK+ library.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Welcome to wxWindows/Gtk 2.1 snapshot 4,
|
Welcome to wxWindows/Gtk 2.1 snapshot 5,
|
||||||
|
|
||||||
you have downloaded version 2.1 of the GTK+ 1.2 port of
|
you have downloaded version 2.1 of the GTK+ 1.2 port of
|
||||||
the wxWindows GUI library. This is a developers release
|
the wxWindows GUI library. This is a developers release
|
||||||
@@ -24,8 +24,8 @@ many systems (when using GTK 1.0 read the INSTALL.txt):
|
|||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
su <type root password>
|
su <type root password>
|
||||||
ldconfig
|
|
||||||
make install
|
make install
|
||||||
|
ldconfig
|
||||||
exit
|
exit
|
||||||
|
|
||||||
Type the following to make the samples
|
Type the following to make the samples
|
||||||
@@ -50,7 +50,7 @@ this has no effect, but I tried...
|
|||||||
The library produced by the install process will be called
|
The library produced by the install process will be called
|
||||||
libwx_gtk2.a (static) and libwx_gtk2.so.1.0 (shared) so that
|
libwx_gtk2.a (static) and libwx_gtk2.so.1.0 (shared) so that
|
||||||
once a binary incompatible version of wxWindows/Gtk comes out
|
once a binary incompatible version of wxWindows/Gtk comes out
|
||||||
we'll augment library version number to avoid linking problems.
|
we'll augment the library version number to avoid linking problems.
|
||||||
|
|
||||||
Please send problems concerning installation, feature requests,
|
Please send problems concerning installation, feature requests,
|
||||||
bug reports or comments to the wxWindows users Information on
|
bug reports or comments to the wxWindows users Information on
|
||||||
@@ -58,7 +58,7 @@ how to subscribe is available from my homepage.
|
|||||||
|
|
||||||
wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
|
wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
|
||||||
crash your harddisk or destroy your monitor. It doesn't claim to be
|
crash your harddisk or destroy your monitor. It doesn't claim to be
|
||||||
suitable for any special purpose.
|
suitable for any special or general purpose.
|
||||||
|
|
||||||
Regards,
|
Regards,
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
#define wxRELEASE_NUMBER 0
|
#define wxRELEASE_NUMBER 0
|
||||||
#define wxVERSION_STRING "wxWindows 2.1.0"
|
#define wxVERSION_STRING "wxWindows 2.1.0"
|
||||||
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
|
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
|
||||||
#define wxBETA_NUMBER 4
|
#define wxBETA_NUMBER 5
|
||||||
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
|
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -553,7 +553,6 @@ static gint gtk_window_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_e
|
|||||||
printf( "ControlUp.\n" );
|
printf( "ControlUp.\n" );
|
||||||
printf( "\n" );
|
printf( "\n" );
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int x = 0;
|
int x = 0;
|
||||||
int y = 0;
|
int y = 0;
|
||||||
GdkModifierType state;
|
GdkModifierType state;
|
||||||
@@ -656,11 +655,9 @@ static gint gtk_window_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_e
|
|||||||
if (node)
|
if (node)
|
||||||
{
|
{
|
||||||
wxMenu *firstMenu = (wxMenu*) node->Data();
|
wxMenu *firstMenu = (wxMenu*) node->Data();
|
||||||
gtk_menu_shell_select_item(
|
// doesn't work correctly
|
||||||
GTK_MENU_SHELL(menubar->m_menubar),
|
// gtk_menu_item_select( GTK_MENU_ITEM(firstMenu->m_owner) );
|
||||||
firstMenu->m_owner );
|
// ret = TRUE;
|
||||||
|
|
||||||
ret = TRUE;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -553,7 +553,6 @@ static gint gtk_window_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_e
|
|||||||
printf( "ControlUp.\n" );
|
printf( "ControlUp.\n" );
|
||||||
printf( "\n" );
|
printf( "\n" );
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int x = 0;
|
int x = 0;
|
||||||
int y = 0;
|
int y = 0;
|
||||||
GdkModifierType state;
|
GdkModifierType state;
|
||||||
@@ -656,11 +655,9 @@ static gint gtk_window_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_e
|
|||||||
if (node)
|
if (node)
|
||||||
{
|
{
|
||||||
wxMenu *firstMenu = (wxMenu*) node->Data();
|
wxMenu *firstMenu = (wxMenu*) node->Data();
|
||||||
gtk_menu_shell_select_item(
|
// doesn't work correctly
|
||||||
GTK_MENU_SHELL(menubar->m_menubar),
|
// gtk_menu_item_select( GTK_MENU_ITEM(firstMenu->m_owner) );
|
||||||
firstMenu->m_owner );
|
// ret = TRUE;
|
||||||
|
|
||||||
ret = TRUE;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
%define pref /usr
|
%define pref /usr
|
||||||
%define ver 2.1.0
|
%define ver 2.1.0
|
||||||
%define rel 4
|
%define rel 5
|
||||||
|
|
||||||
Summary: The GTK+ 1.2 port of the wxWindows library
|
Summary: The GTK+ 1.2 port of the wxWindows library
|
||||||
Name: wxGTK
|
Name: wxGTK
|
||||||
@@ -9,7 +9,7 @@ Version: %{ver}
|
|||||||
Release: %{rel}
|
Release: %{rel}
|
||||||
Copyright: wxWindows Licence
|
Copyright: wxWindows Licence
|
||||||
Group: X11/Libraries
|
Group: X11/Libraries
|
||||||
Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK-2.1.0-b4.tgz
|
Source: ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/wxGTK-2.1.0-b5.tgz
|
||||||
URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html
|
URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html
|
||||||
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
|
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
|
||||||
Requires: gtk+ >= 1.2.1
|
Requires: gtk+ >= 1.2.1
|
||||||
|
Reference in New Issue
Block a user