2008-06-27 12:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbgf/hbgfgtk/creamenu.c
- Removed deprecated pre GTK2 API call with no equivalent
in newer versions.
If someone needs the menu shadow functionality for GTK1,
please give some hint how to guard it, and we can add it
back.
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-27 12:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbgf/hbgfgtk/creamenu.c
|
||||
- Removed deprecated pre GTK2 API call with no equivalent
|
||||
in newer versions.
|
||||
If someone needs the menu shadow functionality for GTK1,
|
||||
please give some hint how to guard it, and we can add it
|
||||
back.
|
||||
|
||||
2008-06-27 12:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbstdgen.ch
|
||||
* include/hbver.h
|
||||
|
||||
@@ -74,7 +74,6 @@ HB_FUNC( HB_GTKCREATEMENUBAR )
|
||||
if( Box )
|
||||
{
|
||||
GtkWidget *MenuBar = gtk_menu_bar_new();
|
||||
gtk_menu_bar_set_shadow_type( GTK_MENU_BAR( MenuBar ), GTK_SHADOW_OUT );
|
||||
gtk_box_pack_start( Box, MenuBar, FALSE, FALSE, 0 );
|
||||
gtk_box_reorder_child( Box, MenuBar, 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user