diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 13:36:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 13:36:58 -0500 |
commit | 64a75ec87d51d63fef99a6ac9d894525c3241857 (patch) | |
tree | 731a2a55a5577727b11b50256ffaa5d0322e5ff8 /gtk/gtkentry.h | |
parent | 2d65156be377df8404dfd07a3846ee76939580e1 (diff) | |
download | gtk+-64a75ec87d51d63fef99a6ac9d894525c3241857.tar.gz |
Drop docs for no-longer-existing API
Poor gtk-doc gets confused so easily...
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index c82bcbaa29..3d86daf770 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -107,13 +107,6 @@ struct _GtkEntry * the current selection if one exists. * @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal. * The default implementation toggles overwrite mode and blinks the cursor. - * @get_text_area_size: Calculate the size of the text area, which is its - * allocated width and requested height, minus space for margins and borders. - * This virtual function must be non-%NULL. - * @get_frame_size: Calculate the size of the text area frame, which is its - * allocated width and requested height, minus space for margins and borders, - * and taking baseline and text height into account. This virtual function - * must be non-%NULL. * * Class structure for #GtkEntry. All virtual functions have a default * implementation. Derived classes may set the virtual function pointers for the |