GtkWidgetClass

Undocumented in source.
struct GtkWidgetClass {}

Members

Variables

_gtk_reserved1
void function() _gtk_reserved1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved2
void function() _gtk_reserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved3
void function() _gtk_reserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved4
void function() _gtk_reserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved5
void function() _gtk_reserved5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved6
void function() _gtk_reserved6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved7
void function() _gtk_reserved7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gtk_reserved8
void function() _gtk_reserved8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
activate_signal
guint activate_signal;
Undocumented in source.
adjust_size_allocation
void function(GtkWidget* widget, GtkOrientation orientation, gint* minimum_size, gint* natural_size, gint* allocated_pos, gint* allocated_size) adjust_size_allocation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
adjust_size_request
void function(GtkWidget* widget, GtkOrientation orientation, gint* minimum_size, gint* natural_size) adjust_size_request;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
button_press_event
gboolean function(GtkWidget* widget, GdkEventButton* event) button_press_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
button_release_event
gboolean function(GtkWidget* widget, GdkEventButton* event) button_release_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
can_activate_accel
gboolean function(GtkWidget* widget, guint signal_id) can_activate_accel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
child_notify
void function(GtkWidget* widget, GParamSpec* pspec) child_notify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
composited_changed
void function(GtkWidget* widget) composited_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
compute_expand
void function(GtkWidget* widget, gboolean* hexpand_p, gboolean* vexpand_p) compute_expand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
configure_event
gboolean function(GtkWidget* widget, GdkEventConfigure* event) configure_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
damage_event
gboolean function(GtkWidget* widget, GdkEventExpose* event) damage_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
delete_event
gboolean function(GtkWidget* widget, GdkEventAny* event) delete_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy
void function(GtkWidget* widget) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy_event
gboolean function(GtkWidget* widget, GdkEventAny* event) destroy_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
direction_changed
void function(GtkWidget* widget, GtkTextDirection previous_direction) direction_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dispatchChildPropertiesChanged
void function(GtkWidget* widget, uint nPspecs, GParamSpec** pspecs) dispatchChildPropertiesChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_begin
void function(GtkWidget* widget, GdkDragContext* context) drag_begin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_data_delete
void function(GtkWidget* widget, GdkDragContext* context) drag_data_delete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_data_get
void function(GtkWidget* widget, GdkDragContext* context, GtkSelectionData* selection_data, guint info, guint time_) drag_data_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_data_received
void function(GtkWidget* widget, GdkDragContext* context, gint x, gint y, GtkSelectionData* selection_data, guint info, guint time_) drag_data_received;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_drop
gboolean function(GtkWidget* widget, GdkDragContext* context, gint x, gint y, guint time_) drag_drop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_end
void function(GtkWidget* widget, GdkDragContext* context) drag_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_failed
gboolean function(GtkWidget* widget, GdkDragContext* context, GtkDragResult result) drag_failed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_leave
void function(GtkWidget* widget, GdkDragContext* context, guint time_) drag_leave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drag_motion
gboolean function(GtkWidget* widget, GdkDragContext* context, gint x, gint y, guint time_) drag_motion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
draw
gboolean function(GtkWidget* widget, cairo_t* cr) draw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enter_notify_event
gboolean function(GtkWidget* widget, GdkEventCrossing* event) enter_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
event
gboolean function(GtkWidget* widget, GdkEvent* event) event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
focus
gboolean function(GtkWidget* widget, GtkDirectionType direction) focus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
focus_in_event
gboolean function(GtkWidget* widget, GdkEventFocus* event) focus_in_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
focus_out_event
gboolean function(GtkWidget* widget, GdkEventFocus* event) focus_out_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_accessible
AtkObject* function(GtkWidget* widget) get_accessible;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_preferred_height
void function(GtkWidget* widget, gint* minimum_height, gint* natural_height) get_preferred_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_preferred_height_for_width
void function(GtkWidget* widget, gint width, gint* minimum_height, gint* natural_height) get_preferred_height_for_width;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_preferred_width
void function(GtkWidget* widget, gint* minimum_width, gint* natural_width) get_preferred_width;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_preferred_width_for_height
void function(GtkWidget* widget, gint height, gint* minimum_width, gint* natural_width) get_preferred_width_for_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_request_mode
GtkSizeRequestMode function(GtkWidget* widget) get_request_mode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grab_broken_event
gboolean function(GtkWidget* widget, GdkEventGrabBroken* event) grab_broken_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grab_focus
void function(GtkWidget* widget) grab_focus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grab_notify
void function(GtkWidget* widget, gboolean was_grabbed) grab_notify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hide
void function(GtkWidget* widget) hide;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hierarchy_changed
void function(GtkWidget* widget, GtkWidget* previous_toplevel) hierarchy_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key_press_event
gboolean function(GtkWidget* widget, GdkEventKey* event) key_press_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
key_release_event
gboolean function(GtkWidget* widget, GdkEventKey* event) key_release_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
keynav_failed
gboolean function(GtkWidget* widget, GtkDirectionType direction) keynav_failed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
leave_notify_event
gboolean function(GtkWidget* widget, GdkEventCrossing* sevent) leave_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
map
void function(GtkWidget* widget) map;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
map_event
gboolean function(GtkWidget* widget, GdkEventAny* event) map_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mnemonic_activate
gboolean function(GtkWidget* widget, gboolean group_cycling) mnemonic_activate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
motion_notify_event
gboolean function(GtkWidget* widget, GdkEventMotion* event) motion_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
move_focus
void function(GtkWidget* widget, GtkDirectionType direction) move_focus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parent_class
GObjectClass parent_class;
Undocumented in source.
parent_set
void function(GtkWidget* widget, GtkWidget* previous_parent) parent_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
popup_menu
gboolean function(GtkWidget* widget) popup_menu;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
property_notify_event
gboolean function(GtkWidget* widget, GdkEventProperty* event) property_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
proximity_in_event
gboolean function(GtkWidget* widget, GdkEventProximity* event) proximity_in_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
proximity_out_event
gboolean function(GtkWidget* widget, GdkEventProximity* event) proximity_out_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
query_tooltip
gboolean function(GtkWidget* widget, gint x, gint y, gboolean keyboard_tooltip, GtkTooltip* tooltip) query_tooltip;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
realize
void function(GtkWidget* widget) realize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
screen_changed
void function(GtkWidget* widget, GdkScreen* previous_screen) screen_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
scroll_event
gboolean function(GtkWidget* widget, GdkEventScroll* event) scroll_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selection_clear_event
gboolean function(GtkWidget* widget, GdkEventSelection* event) selection_clear_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selection_get
void function(GtkWidget* widget, GtkSelectionData* selection_data, guint info, guint time_) selection_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selection_notify_event
gboolean function(GtkWidget* widget, GdkEventSelection* event) selection_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selection_received
void function(GtkWidget* widget, GtkSelectionData* selection_data, guint time_) selection_received;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
selection_request_event
gboolean function(GtkWidget* widget, GdkEventSelection* event) selection_request_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
show
void function(GtkWidget* widget) show;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
show_all
void function(GtkWidget* widget) show_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
show_help
gboolean function(GtkWidget* widget, GtkWidgetHelpType help_type) show_help;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
size_allocate
void function(GtkWidget* widget, GtkAllocation* allocation) size_allocate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
state_changed
void function(GtkWidget* widget, GtkStateType previous_state) state_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
state_flags_changed
void function(GtkWidget* widget, GtkStateFlags previous_state_flags) state_flags_changed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
style_set
void function(GtkWidget* widget, GtkStyle* previous_style) style_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
style_updated
void function(GtkWidget* widget) style_updated;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unmap
void function(GtkWidget* widget) unmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unmap_event
gboolean function(GtkWidget* widget, GdkEventAny* event) unmap_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unrealize
void function(GtkWidget* widget) unrealize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
visibility_notify_event
gboolean function(GtkWidget* widget, GdkEventVisibility* event) visibility_notify_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
window_state_event
gboolean function(GtkWidget* widget, GdkEventWindowState* event) window_state_event;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta