Remove gdk_char_* deprecated functions

Remove gdk_char_width(), gdk_char_width_wc(), gdk_char_measure()
and gdk_char_height()
This commit is contained in:
Javier Jardón
2010-06-19 23:08:35 +02:00
parent 4cf4470fcd
commit 0de0914021
5 changed files with 0 additions and 135 deletions

View File

@ -418,14 +418,10 @@ gdk_text_extents_wc
gdk_string_width
gdk_text_width
gdk_text_width_wc
gdk_char_width
gdk_char_width_wc
gdk_string_measure
gdk_text_measure
gdk_char_measure
gdk_string_height
gdk_text_height
gdk_char_height
<SUBSECTION>
GdkWChar

View File

@ -457,24 +457,6 @@ are currently:
@Returns:
<!-- ##### FUNCTION gdk_char_width ##### -->
<para>
</para>
@font:
@character:
@Returns:
<!-- ##### FUNCTION gdk_char_width_wc ##### -->
<para>
</para>
@font:
@character:
@Returns:
<!-- ##### FUNCTION gdk_string_measure ##### -->
<para>
</para>
@ -494,15 +476,6 @@ are currently:
@Returns:
<!-- ##### FUNCTION gdk_char_measure ##### -->
<para>
</para>
@font:
@character:
@Returns:
<!-- ##### FUNCTION gdk_string_height ##### -->
<para>
</para>
@ -522,15 +495,6 @@ are currently:
@Returns:
<!-- ##### FUNCTION gdk_char_height ##### -->
<para>
</para>
@font:
@character:
@Returns:
<!-- ##### TYPEDEF GdkWChar ##### -->
<para>
Specifies a wide character type, used to represent character codes.