jwx!
v0.0.2


wx
Class MenuEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.MenuEvent

public class MenuEvent
extends Event


Constructor Summary
MenuEvent()
           
MenuEvent(int type)
           
MenuEvent(int type, int winid)
           
MenuEvent(int type, int winid, Menu menu)
           
MenuEvent(MenuEvent event)
           
 
Method Summary
 void delete()
           
 Menu getMenu()
           
 int getMenuId()
           
 boolean isPopup()
           
 
Methods inherited from class wx.Event
copy, getEventObject, getEventType, getId, getSkipped, getTimestamp, isCommandEvent, resumePropagation, setEventObject, setEventType, setId, setTimestamp, setTimestamp, shouldPropagate, skip, skip, stopPropagation
 
Methods inherited from class wx.Object
_, getTanslation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuEvent

public MenuEvent(int type,
                 int winid,
                 Menu menu)

MenuEvent

public MenuEvent(int type,
                 int winid)

MenuEvent

public MenuEvent(int type)

MenuEvent

public MenuEvent()

MenuEvent

public MenuEvent(MenuEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getMenuId

public int getMenuId()

isPopup

public boolean isPopup()

getMenu

public Menu getMenu()

jwx!
v0.0.2


© 2006 Amit G Mendapara.