mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Add new api
svn path=/trunk/; revision=21934
This commit is contained in:
parent
d140d3a8d3
commit
8e2921f7c5
@ -1,3 +1,7 @@
|
||||
2008-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new api
|
||||
|
||||
2008-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/migrating-GtkBuilder.xml: Update
|
||||
|
@ -1255,6 +1255,30 @@ gtk_entry_set_completion
|
||||
gtk_entry_get_completion
|
||||
gtk_entry_set_cursor_hadjustment
|
||||
gtk_entry_get_cursor_hadjustment
|
||||
gtk_entry_set_progress_fraction
|
||||
gtk_entry_get_progress_fraction
|
||||
gtk_entry_set_progress_pulse_step
|
||||
gtk_entry_get_progress_pulse_step
|
||||
gtk_entry_progress_pulse
|
||||
gtk_entry_set_icon_from_pixbuf
|
||||
gtk_entry_set_icon_from_stock
|
||||
gtk_entry_set_icon_from_icon_name
|
||||
gtk_entry_set_icon_from_gicon
|
||||
gtk_entry_get_storage_type
|
||||
gtk_entry_get_pixbuf
|
||||
gtk_entry_get_stock
|
||||
gtk_entry_get_icon_name
|
||||
gtk_entry_get_gicon
|
||||
gtk_entry_set_icon_activatable
|
||||
gtk_entry_get_icon_activatable
|
||||
gtk_entry_set_icon_sensitive
|
||||
gtk_entry_get_icon_sensitive
|
||||
gtk_entry_get_icon_at_pos
|
||||
gtk_entry_set_icon_tooltip_text
|
||||
gtk_entry_set_icon_tooltip_markup
|
||||
gtk_entry_set_icon_drag_source
|
||||
gtk_entry_get_current_icon_drag_source
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_ENTRY
|
||||
GTK_IS_ENTRY
|
||||
|
Loading…
Reference in New Issue
Block a user