jwx!
v0.0.2


wx
Class ShowEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.ShowEvent

public class ShowEvent
extends Event


Constructor Summary
ShowEvent()
           
ShowEvent(int winid)
           
ShowEvent(int winid, boolean show)
           
ShowEvent(ShowEvent event)
           
 
Method Summary
 void delete()
           
 boolean getShow()
           
 void setShow(boolean show)
           
 
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

ShowEvent

public ShowEvent(int winid,
                 boolean show)

ShowEvent

public ShowEvent(int winid)

ShowEvent

public ShowEvent()

ShowEvent

public ShowEvent(ShowEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

setShow

public void setShow(boolean show)

getShow

public boolean getShow()

jwx!
v0.0.2


© 2006 Amit G Mendapara.