GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG.
2003-08-22 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG. Set GTK_WINDOW_POPUP to 1. From-SVN: r70688
This commit is contained in:
parent
65dbc87090
commit
eb2a5f91b2
3 changed files with 9 additions and 5 deletions
|
@ -47,8 +47,7 @@ public class GtkWindowPeer extends GtkContainerPeer
|
|||
implements WindowPeer
|
||||
{
|
||||
static protected final int GTK_WINDOW_TOPLEVEL = 0;
|
||||
static protected final int GTK_WINDOW_DIALOG = 1;
|
||||
static protected final int GTK_WINDOW_POPUP = 2;
|
||||
static protected final int GTK_WINDOW_POPUP = 1;
|
||||
|
||||
native void create (int type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue