org.eclipse.swt.internal.gtk
Class GtkWidgetClass

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GObjectClass
      extended by org.eclipse.swt.internal.gtk.GtkWidgetClass

public class GtkWidgetClass
extends GObjectClass


Field Summary
 int activate_signal
           
 long button_press_event
           
 long button_release_event
           
 long child_notify
           
 long client_event
           
 long configure_event
           
 long delete_event
           
 long destroy_event
           
 long direction_changed
           
 long dispatch_child_properties_changed
           
 long drag_begin
           
 long drag_data_delete
           
 long drag_data_get
           
 long drag_data_received
           
 long drag_drop
           
 long drag_end
           
 long drag_leave
           
 long drag_motion
           
 long enter_notify_event
           
 long event
           
 long expose_event
           
 long focus
           
 long focus_in_event
           
 long focus_out_event
           
 long get_accessible
           
 long grab_focus
           
 long grab_notify
           
 long hide
           
 long hide_all
           
 long hierarchy_changed
           
 long key_press_event
           
 long key_release_event
           
 long leave_notify_event
           
 long map
           
 long map_event
           
 long mnemonic_activate
           
 long motion_notify_event
           
 long no_expose_event
           
 long parent_set
           
 long popup_menu
           
 long property_notify_event
           
 long proximity_in_event
           
 long proximity_out_event
           
 long realize
           
 long screen_changed
           
 long scroll_event
           
 long selection_clear_event
           
 long selection_get
           
 long selection_notify_event
           
 long selection_received
           
 long selection_request_event
           
 int set_scroll_adjustments_signal
           
 long show
           
 long show_all
           
 long show_help
           
 long size_allocate
           
 long size_request
           
 long state_changed
           
 long style_set
           
 long unmap
           
 long unmap_event
           
 long unrealize
           
 long visibility_notify_event
           
 long window_state_event
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GObjectClass
constructor, dispatch_properties_changed, dispose, finalize, get_property, notify, set_property
 
Constructor Summary
GtkWidgetClass()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activate_signal

public int activate_signal

set_scroll_adjustments_signal

public int set_scroll_adjustments_signal

dispatch_child_properties_changed

public long dispatch_child_properties_changed

show

public long show

show_all

public long show_all

hide

public long hide

hide_all

public long hide_all

map

public long map

unmap

public long unmap

realize

public long realize

unrealize

public long unrealize

size_request

public long size_request

size_allocate

public long size_allocate

state_changed

public long state_changed

parent_set

public long parent_set

hierarchy_changed

public long hierarchy_changed

style_set

public long style_set

direction_changed

public long direction_changed

grab_notify

public long grab_notify

child_notify

public long child_notify

mnemonic_activate

public long mnemonic_activate

grab_focus

public long grab_focus

focus

public long focus

event

public long event

button_press_event

public long button_press_event

button_release_event

public long button_release_event

scroll_event

public long scroll_event

motion_notify_event

public long motion_notify_event

delete_event

public long delete_event

destroy_event

public long destroy_event

expose_event

public long expose_event

key_press_event

public long key_press_event

key_release_event

public long key_release_event

enter_notify_event

public long enter_notify_event

leave_notify_event

public long leave_notify_event

configure_event

public long configure_event

focus_in_event

public long focus_in_event

focus_out_event

public long focus_out_event

map_event

public long map_event

unmap_event

public long unmap_event

property_notify_event

public long property_notify_event

selection_clear_event

public long selection_clear_event

selection_request_event

public long selection_request_event

selection_notify_event

public long selection_notify_event

proximity_in_event

public long proximity_in_event

proximity_out_event

public long proximity_out_event

visibility_notify_event

public long visibility_notify_event

client_event

public long client_event

no_expose_event

public long no_expose_event

window_state_event

public long window_state_event

selection_get

public long selection_get

selection_received

public long selection_received

drag_begin

public long drag_begin

drag_end

public long drag_end

drag_data_get

public long drag_data_get

drag_data_delete

public long drag_data_delete

drag_leave

public long drag_leave

drag_motion

public long drag_motion

drag_drop

public long drag_drop

drag_data_received

public long drag_data_received

popup_menu

public long popup_menu

show_help

public long show_help

get_accessible

public long get_accessible

screen_changed

public long screen_changed
Constructor Detail

GtkWidgetClass

public GtkWidgetClass()