forked from AuroraMiddleware/gtk
7ad3641353
* gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): (gtk_text_layout_move_iter_to_next_line): fix these two for invisible text, lots of other stuff still hosed. * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook): new function, replaces the get/set palette stuff. This function is intended for use by libgnomeui which should set the hook to a thing which sets the palette in GConf, and we need the GConf-to-xsettings proxy which will result in the change being propagated back to the GTK app. * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning about unusable signals that it may be because the signal has parameters. * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the style, otherwise gtkrc.c won't know to create a new GtkStyle for it. (gtk_widget_modify_color_component): call gtk_widget_modify_style() so the rc style will get copied. (gtk_widget_modify_font): ditto * gtk/gtkrc.c: make a couple variables static * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide help button by default, since it does nothing * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool around with UI * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify so we can have tooltips * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we can have tooltips * gdk/gdkimage.h: mark gdk_image_new_bitmap with GDK_ENABLE_BROKEN, because its memory behavior is completely hosed. * gtk/gtknotebook.c: remove key press handler, replace with binding set, add numeric keypad support * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in addition to plain Delete * gtk/gtktextview.c (gtk_text_view_key_press_event): accept GDK_KP_Enter in addition to GDK_Return * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to activate on entry instead of key press (gtk_font_selection_on_clist_key_press): get rid of this signal handler, not needed with new font sel. * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a no-longer-needed emit_stop_by_name(), just return TRUE * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings cruft, this widget is no longer focusable. * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c, gtk/gtkhscale.c: Get rid of trough_keys virtual function, add move_slider action signal, add binding set for vscale/hscale, in the process support numeric keypad * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; make GDK_Return and GDK_KP_Enter activate the entry via binding set, instead of hardcoded.
78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
# see glib-genmarshal(1) for a detailed description of the file format,
|
|
# possible parameter types are:
|
|
# VOID indicates no return type, or no extra
|
|
# parameters. if VOID is used as the parameter
|
|
# list, no additional parameters may be present.
|
|
# BOOLEAN for boolean types (gboolean)
|
|
# CHAR for signed char types (gchar)
|
|
# UCHAR for unsigned char types (guchar)
|
|
# INT for signed integer types (gint)
|
|
# UINT for unsigned integer types (guint)
|
|
# LONG for signed long integer types (glong)
|
|
# ULONG for unsigned long integer types (gulong)
|
|
# ENUM for enumeration types (gint)
|
|
# FLAGS for flag enumeration types (guint)
|
|
# FLOAT for single-precision float types (gfloat)
|
|
# DOUBLE for double-precision float types (gdouble)
|
|
# STRING for string types (gchar*)
|
|
# BOXED for boxed (anonymous but reference counted) types (GBoxed*)
|
|
# POINTER for anonymous pointer types (gpointer)
|
|
# OBJECT for GObject or derived types (GObject*)
|
|
# NONE deprecated alias for VOID
|
|
# BOOL deprecated alias for BOOLEAN
|
|
|
|
BOOLEAN:BOXED
|
|
BOOLEAN:BOXED,BOXED
|
|
BOOLEAN:OBJECT,INT,INT,UINT
|
|
BOOLEAN:OBJECT,STRING,STRING,BOXED
|
|
BOOLEAN:OBJECT,BOXED,BOXED
|
|
BOOLEAN:VOID
|
|
BOOLEAN:BOOLEAN
|
|
ENUM:ENUM
|
|
INT:POINTER
|
|
NONE:BOOL
|
|
NONE:INT
|
|
NONE:INT,INT
|
|
NONE:NONE
|
|
NONE:POINTER
|
|
NONE:STRING,INT,POINTER
|
|
VOID:BOOLEAN
|
|
VOID:BOXED
|
|
VOID:BOXED,BOXED
|
|
VOID:BOXED,BOXED,BOXED,BOXED
|
|
VOID:BOXED,BOXED,POINTER
|
|
VOID:BOXED,POINTER
|
|
VOID:BOXED,OBJECT
|
|
VOID:BOXED,STRING,INT
|
|
VOID:BOXED,UINT
|
|
VOID:BOXED,UINT,FLAGS
|
|
VOID:BOXED,UINT,UINT
|
|
VOID:ENUM
|
|
VOID:ENUM,ENUM
|
|
VOID:ENUM,FLOAT
|
|
VOID:ENUM,FLOAT,BOOL
|
|
VOID:ENUM,INT
|
|
VOID:ENUM,INT,BOOLEAN
|
|
VOID:INT
|
|
VOID:INT,INT
|
|
VOID:INT,INT,BOXED
|
|
VOID:INT,INT,INT
|
|
VOID:OBJECT
|
|
VOID:OBJECT,BOOLEAN
|
|
VOID:OBJECT,BOXED,BOXED
|
|
VOID:OBJECT,BOXED,UINT,UINT
|
|
VOID:OBJECT,INT,INT
|
|
VOID:OBJECT,INT,INT,BOXED,UINT,UINT
|
|
VOID:OBJECT,OBJECT
|
|
VOID:OBJECT,STRING,STRING
|
|
VOID:OBJECT,UINT
|
|
VOID:POINTER
|
|
VOID:POINTER,INT
|
|
VOID:POINTER,POINTER,POINTER
|
|
VOID:POINTER,UINT
|
|
VOID:STRING
|
|
VOID:STRING,INT,POINTER
|
|
VOID:UINT,BOXED,UINT,FLAGS,FLAGS
|
|
VOID:UINT,STRING
|
|
VOID:VOID
|