Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
a800cb79
Commit
a800cb79
authored
Dec 20, 2005
by
Matthias Clasen
Browse files
Doc updates
parent
7347c880
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a800cb79
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c:
* gtk/gtkselection.c:
* gtk/gtkcalendar.c:
* gtk/gtkitemfactory.c:
...
...
ChangeLog.pre-2-10
View file @
a800cb79
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c:
* gtk/gtkselection.c:
* gtk/gtkcalendar.c:
* gtk/gtkitemfactory.c:
...
...
gtk/gtkcalendar.c
View file @
a800cb79
...
...
@@ -3466,6 +3466,8 @@ gtk_calendar_get_date (GtkCalendar *calendar,
*
* Does nothing. Previously locked the display of the calendar until
* it was thawed with gtk_calendar_thaw().
*
* Deprecated: 2.8:
**/
void
gtk_calendar_freeze
(
GtkCalendar
*
calendar
)
...
...
@@ -3479,6 +3481,8 @@ gtk_calendar_freeze (GtkCalendar *calendar)
*
* Does nothing. Previously defrosted a calendar; all the changes made
* since the last gtk_calendar_freeze() were displayed.
*
* Deprecated: 2.8:
**/
void
gtk_calendar_thaw
(
GtkCalendar
*
calendar
)
...
...
gtk/gtkcellrenderer.c
View file @
a800cb79
...
...
@@ -758,7 +758,7 @@ gtk_cell_renderer_get_fixed_size (GtkCellRenderer *cell,
* changes were not committed.
*
* Since: 2.4
* Deprecated: Use gtk_cell_renderer_stop_editing() instead
* Deprecated:
2.6:
Use gtk_cell_renderer_stop_editing() instead
**/
void
gtk_cell_renderer_editing_canceled
(
GtkCellRenderer
*
cell
)
...
...
gtk/gtkselection.c
View file @
a800cb79
...
...
@@ -1813,7 +1813,7 @@ gtk_selection_init (void)
*
* Since: 2.2
*
* Deprecated: Instead of calling this function, chain up from
* Deprecated:
2.4:
Instead of calling this function, chain up from
* your selection_clear_event handler. Calling this function
* from any other context is illegal.
**/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment