Disabled F10 thing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2515
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-----------------------
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
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.
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
NOT work with the 1.1.X versions of the GTK+ library.
- 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
the wxWindows GUI library. This is a developers release
you have downloaded version 2.1 of the GTK+ 1.2 port of
the wxWindows GUI library. This is a developers release
./configure
make
su <type root password>
./configure
make
su <type root password>
exit
Type the following to make the samples
exit
Type the following to make the samples
The library produced by the install process will be called
libwx_gtk2.a (static) and libwx_gtk2.so.1.0 (shared) so that
once a binary incompatible version of wxWindows/Gtk comes out
The library produced by the install process will be called
libwx_gtk2.a (static) and libwx_gtk2.so.1.0 (shared) so that
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,
bug reports or comments to the wxWindows users Information on
Please send problems concerning installation, feature requests,
bug reports or comments to the wxWindows users Information on
wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
crash your harddisk or destroy your monitor. It doesn't claim to be
wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
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.
#define wxRELEASE_NUMBER 0
#define wxVERSION_STRING "wxWindows 2.1.0"
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
#define wxRELEASE_NUMBER 0
#define wxVERSION_STRING "wxWindows 2.1.0"
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
#endif
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)
#endif
printf( "ControlUp.\n" );
printf( "\n" );
*/
printf( "ControlUp.\n" );
printf( "\n" );
*/
int x = 0;
int y = 0;
GdkModifierType state;
int x = 0;
int y = 0;
GdkModifierType state;
if (node)
{
wxMenu *firstMenu = (wxMenu*) node->Data();
if (node)
{
wxMenu *firstMenu = (wxMenu*) node->Data();
- gtk_menu_shell_select_item(
- GTK_MENU_SHELL(menubar->m_menubar),
- firstMenu->m_owner );
-
- ret = TRUE;
+ // doesn't work correctly
+ // gtk_menu_item_select( GTK_MENU_ITEM(firstMenu->m_owner) );
+ // ret = TRUE;
printf( "ControlUp.\n" );
printf( "\n" );
*/
printf( "ControlUp.\n" );
printf( "\n" );
*/
int x = 0;
int y = 0;
GdkModifierType state;
int x = 0;
int y = 0;
GdkModifierType state;
if (node)
{
wxMenu *firstMenu = (wxMenu*) node->Data();
if (node)
{
wxMenu *firstMenu = (wxMenu*) node->Data();
- gtk_menu_shell_select_item(
- GTK_MENU_SHELL(menubar->m_menubar),
- firstMenu->m_owner );
-
- ret = TRUE;
+ // doesn't work correctly
+ // gtk_menu_item_select( GTK_MENU_ITEM(firstMenu->m_owner) );
+ // ret = TRUE;
# Note that this is NOT a relocatable package
%define pref /usr
%define ver 2.1.0
# Note that this is NOT a relocatable package
%define pref /usr
%define ver 2.1.0
Summary: The GTK+ 1.2 port of the wxWindows library
Name: wxGTK
Summary: The GTK+ 1.2 port of the wxWindows library
Name: wxGTK
Release: %{rel}
Copyright: wxWindows Licence
Group: X11/Libraries
Release: %{rel}
Copyright: wxWindows Licence
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
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
Requires: gtk+ >= 1.2.1
URL: http://wesley.informatik.uni-freiburg.de/~wxxt/docs.html
Packager: Robert Roebling <roebling@ruf.uni-freiburg.de>
Requires: gtk+ >= 1.2.1