GTK+ Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
"name" gstring : Read / Write "parent" GtkContainer : Read / Write "x" gint : Read / Write "y" gint : Read / Write "width" gint : Read / Write "height" gint : Read / Write "visible" gboolean : Read / Write "sensitive" gboolean : Read / Write "app_paintable" gboolean : Read / Write "can_focus" gboolean : Read / Write "has_focus" gboolean : Read / Write "can_default" gboolean : Read / Write "has_default" gboolean : Read / Write "receives_default" gboolean : Read / Write "composite_child" gboolean : Read / Write "style" GtkStyle : Read / Write "events" GdkEventMask : Read / Write "extension_events" GdkEventMask : Read / Write |
"add-accelerator" void user_function (GtkWidget *widget, guint accel_signal_id, GtkAccelGroup *accel_group, guint accel_key, GdkModifierType accel_mods, GtkAccelFlags accel_flags, gpointer user_data); "button-press-event" gboolean user_function (GtkWidget *widget, GdkEventButton *event, gpointer user_data); "button-release-event" gboolean user_function (GtkWidget *widget, GdkEventButton *event, gpointer user_data); "client-event" gboolean user_function (GtkWidget *widget, GdkEventClient *event, gpointer user_data); "configure-event" gboolean user_function (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data); "debug-msg" void user_function (GtkWidget *widget, gchar *message, gpointer user_data); "delete-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "destroy-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "direction-changed" void user_function (GtkWidget *widget, GtkTextDirection arg1, gpointer user_data); "drag-begin" void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); "drag-data-delete" void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); "drag-data-get" void user_function (GtkWidget *widget, GdkDragContext *drag_context, GtkSelectionData *data, guint info, guint time, gpointer user_data); "drag-data-received" void user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, GtkSelectionData *data, guint info, guint time, gpointer user_data); "drag-drop" gboolean user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, guint time, gpointer user_data); "drag-end" void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); "drag-leave" void user_function (GtkWidget *widget, GdkDragContext *drag_context, guint time, gpointer user_data); "drag-motion" gboolean user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, guint time, gpointer user_data); "draw" void user_function (GtkWidget *widget, GdkRectangle *area, gpointer user_data); "draw-default" void user_function (GtkWidget *widget, gpointer user_data); "draw-focus" void user_function (GtkWidget *widget, gpointer user_data); "enter-notify-event" gboolean user_function (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data); "event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "expose-event" gboolean user_function (GtkWidget *widget, GdkEventExpose *event, gpointer user_data); "focus-in-event" gboolean user_function (GtkWidget *widget, GdkEventFocus *event, gpointer user_data); "focus-out-event" gboolean user_function (GtkWidget *widget, GdkEventFocus *event, gpointer user_data); "grab-focus" void user_function (GtkWidget *widget, gpointer user_data); "hide" void user_function (GtkWidget *widget, gpointer user_data); "key-press-event" gboolean user_function (GtkWidget *widget, GdkEventKey *event, gpointer user_data); "key-release-event" gboolean user_function (GtkWidget *widget, GdkEventKey *event, gpointer user_data); "leave-notify-event" gboolean user_function (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data); "map" void user_function (GtkWidget *widget, gpointer user_data); "map-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "motion-notify-event" gboolean user_function (GtkWidget *widget, GdkEventMotion *event, gpointer user_data); "no-expose-event" gboolean user_function (GtkWidget *widget, GdkEventNoExpose *event, gpointer user_data); "parent-set" void user_function (GtkWidget *widget, GtkObject *old_parent, gpointer user_data); "property-notify-event" gboolean user_function (GtkWidget *widget, GdkEventProperty *event, gpointer user_data); "proximity-in-event" gboolean user_function (GtkWidget *widget, GdkEventProximity *event, gpointer user_data); "proximity-out-event" gboolean user_function (GtkWidget *widget, GdkEventProximity *event, gpointer user_data); "realize" void user_function (GtkWidget *widget, gpointer user_data); "remove-accelerator" void user_function (GtkWidget *widget, GtkAccelGroup *accel_group, guint accel_key, GdkModifierType accel_mods, gpointer user_data); "scroll-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "selection-clear-event" gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); "selection-get" void user_function (GtkWidget *widget, GtkSelectionData *data, guint info, guint time, gpointer user_data); "selection-notify-event" gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); "selection-received" void user_function (GtkWidget *widget, GtkSelectionData *data, guint time, gpointer user_data); "selection-request-event" gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); "show" void user_function (GtkWidget *widget, gpointer user_data); "size-allocate" void user_function (GtkWidget *widget, GtkAllocation *allocation, gpointer user_data); "size-request" void user_function (GtkWidget *widget, GtkRequisition *requisition, gpointer user_data); "state-changed" void user_function (GtkWidget *widget, GtkStateType state, gpointer user_data); "style-set" void user_function (GtkWidget *widget, GtkStyle *previous_style, gpointer user_data); "unmap" void user_function (GtkWidget *widget, gpointer user_data); "unmap-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); "unrealize" void user_function (GtkWidget *widget, gpointer user_data); "visibility-notify-event" gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
typedef enum { GTK_TOPLEVEL = 1 << 4, GTK_NO_WINDOW = 1 << 5, GTK_REALIZED = 1 << 6, GTK_MAPPED = 1 << 7, GTK_VISIBLE = 1 << 8, GTK_SENSITIVE = 1 << 9, GTK_PARENT_SENSITIVE = 1 << 10, GTK_CAN_FOCUS = 1 << 11, GTK_HAS_FOCUS = 1 << 12, /* widget is allowed to receive the default via gtk_widget_grab_default * and will reserve space to draw the default if possible */ GTK_CAN_DEFAULT = 1 << 13, /* the widget currently is receiving the default action and should be drawn * appropriately if possible */ GTK_HAS_DEFAULT = 1 << 14, GTK_HAS_GRAB = 1 << 15, GTK_RC_STYLE = 1 << 16, GTK_COMPOSITE_CHILD = 1 << 17, GTK_NO_REPARENT = 1 << 18, GTK_APP_PAINTABLE = 1 << 19, /* the widget when focused will receive the default action and have * HAS_DEFAULT set even if there is a different widget set as default */ GTK_RECEIVES_DEFAULT = 1 << 20, GTK_DOUBLE_BUFFERED = 1 << 21 } GtkWidgetFlags; |
#define GTK_WIDGET_TOPLEVEL(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_TOPLEVEL) != 0) |
wid : |
#define GTK_WIDGET_NO_WINDOW(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_NO_WINDOW) != 0) |
wid : |
#define GTK_WIDGET_REALIZED(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_REALIZED) != 0) |
wid : |
#define GTK_WIDGET_VISIBLE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_VISIBLE) != 0) |
wid : |
#define GTK_WIDGET_DRAWABLE(wid) (GTK_WIDGET_VISIBLE (wid) && GTK_WIDGET_MAPPED (wid)) |
wid : |
#define GTK_WIDGET_SENSITIVE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_SENSITIVE) != 0) |
wid : |
#define GTK_WIDGET_PARENT_SENSITIVE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_PARENT_SENSITIVE) != 0) |
wid : |
#define GTK_WIDGET_CAN_FOCUS(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_CAN_FOCUS) != 0) |
wid : |
#define GTK_WIDGET_HAS_FOCUS(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_FOCUS) != 0) |
wid : |
#define GTK_WIDGET_CAN_DEFAULT(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_CAN_DEFAULT) != 0) |
wid : |
#define GTK_WIDGET_RECEIVES_DEFAULT(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_RECEIVES_DEFAULT) != 0) |
wid : |
#define GTK_WIDGET_HAS_DEFAULT(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_DEFAULT) != 0) |
wid : |
#define GTK_WIDGET_HAS_GRAB(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_GRAB) != 0) |
wid : |
#define GTK_WIDGET_RC_STYLE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_RC_STYLE) != 0) |
wid : |
#define GTK_WIDGET_COMPOSITE_CHILD(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_COMPOSITE_CHILD) != 0) |
wid : |
#define GTK_WIDGET_APP_PAINTABLE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_APP_PAINTABLE) != 0) |
wid : |
#define GTK_WIDGET_DOUBLE_BUFFERED(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_DOUBLE_BUFFERED) != 0) |
wid : |
#define GTK_WIDGET_SET_FLAGS(wid,flag) G_STMT_START{ (GTK_WIDGET_FLAGS (wid) |= (flag)); }G_STMT_END |
wid : | |
flag : |
#define GTK_WIDGET_UNSET_FLAGS(wid,flag) G_STMT_START{ (GTK_WIDGET_FLAGS (wid) &= ~(flag)); }G_STMT_END |
wid : | |
flag : |
struct GtkSelectionData { GdkAtom selection; GdkAtom target; GdkAtom type; gint format; guchar *data; gint length; }; |
struct GtkWidgetAuxInfo { gint16 x; gint16 y; gint16 width; gint16 height; }; |
struct GtkWidgetShapeInfo { gint16 offset_x; gint16 offset_y; GdkBitmap *shape_mask; }; |
GtkWidget* gtk_widget_new (GtkType type, const gchar *first_arg_name, ...); |
type : | |
first_arg_name : | |
... : | |
Returns : |
GtkWidget* gtk_widget_newv (GtkType type, guint nargs, GtkArg *args); |
type : | |
nargs : | |
args : | |
Returns : |
void gtk_widget_destroyed (GtkWidget *widget, GtkWidget **widget_pointer); |
widget : | |
widget_pointer : |
void gtk_widget_getv (GtkWidget *widget, guint nargs, GtkArg *args); |
widget : | |
nargs : | |
args : |
void gtk_widget_set (GtkWidget *widget, const gchar *first_arg_name, ...); |
widget : | |
first_arg_name : | |
... : |
void gtk_widget_setv (GtkWidget *widget, guint nargs, GtkArg *args); |
widget : | |
nargs : | |
args : |
void gtk_widget_size_request (GtkWidget *widget, GtkRequisition *requisition); |
widget : | |
requisition : |
void gtk_widget_get_child_requisition (GtkWidget *widget, GtkRequisition *requisition); |
widget : | |
requisition : |
void gtk_widget_size_allocate (GtkWidget *widget, GtkAllocation *allocation); |
widget : | |
allocation : |
void gtk_widget_add_accelerator (GtkWidget *widget, const gchar *accel_signal, GtkAccelGroup *accel_group, guint accel_key, guint accel_mods, GtkAccelFlags accel_flags); |
widget : | |
accel_signal : | |
accel_group : | |
accel_key : | |
accel_mods : | |
accel_flags : |
void gtk_widget_remove_accelerator (GtkWidget *widget, GtkAccelGroup *accel_group, guint accel_key, guint accel_mods); |
widget : | |
accel_group : | |
accel_key : | |
accel_mods : |
void gtk_widget_remove_accelerators (GtkWidget *widget, const gchar *accel_signal, gboolean visible_only); |
widget : | |
accel_signal : | |
visible_only : |
guint gtk_widget_accelerator_signal (GtkWidget *widget, GtkAccelGroup *accel_group, guint accel_key, guint accel_mods); |
widget : | |
accel_group : | |
accel_key : | |
accel_mods : | |
Returns : |
gint gtk_widget_event (GtkWidget *widget, GdkEvent *event); |
widget : | |
event : | |
Returns : |
void gtk_widget_reparent (GtkWidget *widget, GtkWidget *new_parent); |
widget : | |
new_parent : |
gint gtk_widget_intersect (GtkWidget *widget, GdkRectangle *area, GdkRectangle *intersection); |
widget : | |
area : | |
intersection : | |
Returns : |
void gtk_widget_set_name (GtkWidget *widget, const gchar *name); |
widget : | |
name : |
void gtk_widget_set_state (GtkWidget *widget, GtkStateType state); |
widget : | |
state : |
void gtk_widget_set_sensitive (GtkWidget *widget, gboolean sensitive); |
widget : | |
sensitive : |
void gtk_widget_set_parent (GtkWidget *widget, GtkWidget *parent); |
widget : | |
parent : |
void gtk_widget_set_parent_window (GtkWidget *widget, GdkWindow *parent_window); |
widget : | |
parent_window : |
GdkWindow* gtk_widget_get_parent_window (GtkWidget *widget); |
widget : | |
Returns : |
void gtk_widget_set_uposition (GtkWidget *widget, gint x, gint y); |
widget : | |
x : | |
y : |
void gtk_widget_set_usize (GtkWidget *widget, gint width, gint height); |
widget : | |
width : | |
height : |
void gtk_widget_set_events (GtkWidget *widget, gint events); |
widget : | |
events : |
void gtk_widget_add_events (GtkWidget *widget, gint events); |
widget : | |
events : |
void gtk_widget_set_extension_events (GtkWidget *widget, GdkExtensionMode mode); |
widget : | |
mode : |
GdkExtensionMode gtk_widget_get_extension_events (GtkWidget *widget); |
widget : | |
Returns : |
GtkWidget* gtk_widget_get_ancestor (GtkWidget *widget, GtkType widget_type); |
widget : | |
widget_type : | |
Returns : |
GdkColormap* gtk_widget_get_colormap (GtkWidget *widget); |
widget : | |
Returns : |
void gtk_widget_set_colormap (GtkWidget *widget, GdkColormap *colormap); |
widget : | |
colormap : |
void gtk_widget_get_pointer (GtkWidget *widget, gint *x, gint *y); |
widget : | |
x : | |
y : |
gint gtk_widget_is_ancestor (GtkWidget *widget, GtkWidget *ancestor); |
widget : | |
ancestor : | |
Returns : |
void gtk_widget_set_style (GtkWidget *widget, GtkStyle *style); |
widget : | |
style : |
void gtk_widget_restore_default_style (GtkWidget *widget); |
widget : |
void gtk_widget_set_default_colormap (GdkColormap *colormap); |
colormap : |
void gtk_widget_set_direction (GtkWidget *widget, GtkTextDirection dir); |
Set the reading direction on a particular widget. This direction controls the primary direction for widgets containing text, and also the direction in which the children of a container are packed. The ability to set the direction is present in order so that correct localization into languages with right-to-left reading directions can be done. Generally, applications will let the default reading direction present, except for containers where the containers are arranged in an order that is explicitely visual rather than logical (such as buttons for text justificiation).
If the direction is set to GTK_TEXT_DIR_NONE, then the value set by gtk_widget_set_default_direction() will be used.
widget : | a GtkWidget |
dir : | the new direction |
typedef enum { GTK_TEXT_DIR_NONE, GTK_TEXT_DIR_LTR, GTK_TEXT_DIR_RTL } GtkTextDirection; |
GtkTextDirection gtk_widget_get_direction (GtkWidget *widget); |
Get the reading direction for a particular widget. See gtk_widget_set_direction().
widget : | a GtkWidget |
Returns : | the reading direction for the widget. |
void gtk_widget_set_default_direction (GtkTextDirection dir); |
Set the default reading direction for widgets where the direction has not been explicitly set by gtk_widget_set_direction().
dir : | the new default direction. This cannot be GTK_TEXT_DIR_NONE. |
GtkTextDirection gtk_widget_get_default_direction (void); |
Returns : | the current default direction. See gtk_widget_set_direction(). |
void gtk_widget_shape_combine_mask (GtkWidget *widget, GdkBitmap *shape_mask, gint offset_x, gint offset_y); |
widget : | |
shape_mask : | |
offset_x : | |
offset_y : |
void gtk_widget_path (GtkWidget *widget, guint *path_length, gchar **path, gchar **path_reversed); |
widget : | |
path_length : | |
path : | |
path_reversed : |
void gtk_widget_class_path (GtkWidget *widget, guint *path_length, gchar **path, gchar **path_reversed); |
widget : | |
path_length : | |
path : | |
path_reversed : |
gchar* gtk_widget_get_composite_name (GtkWidget *widget); |
widget : | |
Returns : |
void gtk_widget_modify_style (GtkWidget *widget, GtkRcStyle *style); |
Modify style values on the widget. Modifications made using this technique take precendence over style values set via an RC file, however, they will be overriden if a style is explicitely set on the widget using gtk_widget_set_style(). The GtkRcStyle structure is designed so each field can either be set or unset, so it is possible, using this function, to modify some style values and leave the others unchanged.
Note that modifications made with this function are not cumulative with previous calls to gtk_widget_modify_style() or with such functions as gtk_widget_modify_fg(). If you wish to retain previous values, you must first call gtk_widget_get_modifier_style(), make your modifications to the returned style, then call gtk_widget_modify_style() with that style. On the other hand, if you first call gtk_widget_modify_style(), subsequent calls to such functions gtk_widget_modify_fg() will be have a cumulative effect with the inital modifications.
widget : | a GtkWidget |
style : | the GtkRcStyle holding the style modifications |
GtkRcStyle* gtk_widget_get_modifier_style (GtkWidget *widget); |
Return the current modifier style for the widget. (As set by gtk_widget_modify_style().) If no style has previously set, a new GtkRcStyle will be created with all values unset, and set as the modifier style for the widget. If you make changes to this rc style, you must call gtk_widget_modify_style(), passing in the returned rc style, to make sure that your changes take effect.
widget : | a GtkWidget |
Returns : | the modifier style for the widget. This rc style is owned by the widget. If you want to keep a pointer to value this around, you must add a refcount using gtk_rc_style_ref(). |
void gtk_widget_modify_fg (GtkWidget *widget, GtkStateType state, GdkColor *color); |
Set the foreground color for a widget in a particular state. All other style values are left untouched. See also gtk_widget_modify_style().
widget : | a GtkWidget |
state : | the state for which to set the foreground color. |
color : | the color to assign (does not need to be allocated) |
void gtk_widget_modify_bg (GtkWidget *widget, GtkStateType state, GdkColor *color); |
Set the background color for a widget in a particular state. All other style values are left untouched. See also gtk_widget_modify_style().
widget : | a GtkWidget |
state : | the state for which to set the foreground color. |
color : | the color to assign (does not need to be allocated) |
void gtk_widget_modify_text (GtkWidget *widget, GtkStateType state, GdkColor *color); |
widget : | |
state : | |
color : |
void gtk_widget_modify_base (GtkWidget *widget, GtkStateType state, GdkColor *color); |
Set the text color for a widget in a particular state. All other style values are left untouched. The base color is the background color used along with the text color (see gtk_widget_modify_text) for widgets such as GtkEntry and GtkTextView. See also gtk_widget_modify_style().
widget : | a GtkWidget |
state : | the state for which to set the foreground color. |
color : | the color to assign (does not need to be allocated) |
void gtk_widget_modify_font (GtkWidget *widget, PangoFontDescription *font_desc); |
Set the font to use for a widget. All other style values are left untouched. See also gtk_widget_modify_style().
widget : | a GtkWidget |
font_desc : | the font description to use |
PangoContext* gtk_widget_create_pango_context (GtkWidget *widget); |
Create a new pango context with the appropriate colormap, font description, and base direction for drawing text for this widget. See also gtk_widget_get_pango_context()
widget : | a PangoWidget |
Returns : | the new PangoContext |
PangoContext* gtk_widget_get_pango_context (GtkWidget *widget); |
Get a PangoContext with the appropriate colormap, font description and base direction for this widget. Unlike the context returned by gtk_widget_create_pango_context(), this context is owned by the widget (it can be used as long as widget exists), and will be updated to match any changes to the widget's attributes.
If you create and keep a PangoLayout using this context, you must deal with changes to the context by calling pango_layout_context_changed() on the layout in response to the ::style_set and ::direction_set signals for the widget.
widget : | a GtkWidget |
Returns : | the PangoContext for the widget. |
PangoLayout* gtk_widget_create_pango_layout (GtkWidget *widget, const gchar *text); |
Create a new PangoLayout with the appropriate colormap, font description, and base direction for drawing text for this widget.
If you keep a PangoLayout created in this way around, in order notify the layout of changes to the base direction or font of this widget, you must call pango_layout_context_changed() in response to the ::style_set and ::direction_set signals for the widget.
widget : | a PangoWidget |
text : | text to set on the layout (can be NULL) |
Returns : | the new PangoLayout |
GdkPixbuf* gtk_widget_render_stock_icon (GtkWidget *widget, const gchar *stock_id, const gchar *size, const gchar *detail); |
widget : | |
stock_id : | |
size : | |
detail : | |
Returns : |
void gtk_widget_queue_clear_area (GtkWidget *widget, gint x, gint y, gint width, gint height); |
widget : | |
x : | |
y : | |
width : | |
height : |
void gtk_widget_queue_draw_area (GtkWidget *widget, gint x, gint y, gint width, gint height); |
widget : | |
x : | |
y : | |
width : | |
height : |
void gtk_widget_set_app_paintable (GtkWidget *widget, gboolean app_paintable); |
widget : | |
app_paintable : |
void gtk_widget_set_double_buffered (GtkWidget *widget, gboolean double_buffered); |
widget : | |
double_buffered : |
void gtk_widget_set_composite_name (GtkWidget *widget, const gchar *name); |
widget : | |
name : |
gboolean gtk_widget_set_scroll_adjustments (GtkWidget *widget, GtkAdjustment *hadjustment, GtkAdjustment *vadjustment); |
widget : | |
hadjustment : | |
vadjustment : | |
Returns : |
void user_function (GtkWidget *widget, guint accel_signal_id, GtkAccelGroup *accel_group, guint accel_key, GdkModifierType accel_mods, GtkAccelFlags accel_flags, gpointer user_data); |
widget : | the object which received the signal. |
accel_signal_id : | |
accel_group : | |
accel_key : | |
accel_mods : | |
accel_flags : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventButton *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventButton *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventClient *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gchar *message, gpointer user_data); |
widget : | the object which received the signal. |
message : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GtkTextDirection arg1, gpointer user_data); |
widget : | the object which received the signal. |
arg1 : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, GtkSelectionData *data, guint info, guint time, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
data : | |
info : | |
time : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, GtkSelectionData *data, guint info, guint time, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
x : | |
y : | |
data : | |
info : | |
time : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, guint time, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
x : | |
y : | |
time : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GdkDragContext *drag_context, guint time, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
time : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkDragContext *drag_context, gint x, gint y, guint time, gpointer user_data); |
widget : | the object which received the signal. |
drag_context : | |
x : | |
y : | |
time : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GdkRectangle *area, gpointer user_data); |
widget : | the object which received the signal. |
area : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventExpose *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventFocus *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventFocus *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventKey *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventKey *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventMotion *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventNoExpose *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GtkObject *old_parent, gpointer user_data); |
widget : | the object which received the signal. |
old_parent : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventProperty *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventProximity *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventProximity *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GtkAccelGroup *accel_group, guint accel_key, GdkModifierType accel_mods, gpointer user_data); |
widget : | the object which received the signal. |
accel_group : | |
accel_key : | |
accel_mods : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GtkSelectionData *data, guint info, guint time, gpointer user_data); |
widget : | the object which received the signal. |
data : | |
info : | |
time : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, GtkSelectionData *data, guint time, gpointer user_data); |
widget : | the object which received the signal. |
data : | |
time : | |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEventSelection *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GtkAllocation *allocation, gpointer user_data); |
widget : | the object which received the signal. |
allocation : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GtkRequisition *requisition, gpointer user_data); |
widget : | the object which received the signal. |
requisition : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GtkStateType state, gpointer user_data); |
widget : | the object which received the signal. |
state : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, GtkStyle *previous_style, gpointer user_data); |
widget : | the object which received the signal. |
previous_style : | |
user_data : | user data set when the signal handler was connected. |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
gboolean user_function (GtkWidget *widget, GdkEvent *event, gpointer user_data); |
widget : | the object which received the signal. |
event : | |
user_data : | user data set when the signal handler was connected. |
Returns : |
void user_function (GtkWidget *widget, gpointer user_data); |
widget : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |