mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Drop docs for no-longer-existing API
Poor gtk-doc gets confused so easily...
This commit is contained in:
parent
2d65156be3
commit
64a75ec87d
@ -107,13 +107,6 @@ struct _GtkEntry
|
|||||||
* the current selection if one exists.
|
* the current selection if one exists.
|
||||||
* @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal.
|
* @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal.
|
||||||
* The default implementation toggles overwrite mode and blinks the cursor.
|
* 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
|
* Class structure for #GtkEntry. All virtual functions have a default
|
||||||
* implementation. Derived classes may set the virtual function pointers for the
|
* implementation. Derived classes may set the virtual function pointers for the
|
||||||
|
@ -89,9 +89,7 @@ typedef struct _GtkStyleProvider GtkStyleProvider; /* dummy typedef */
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkStyleProviderIface:
|
* GtkStyleProviderIface:
|
||||||
* @get_style: Gets a set of style information that applies to a widget path.
|
|
||||||
* @get_style_property: Gets the value of a widget style property that applies to a widget path.
|
* @get_style_property: Gets the value of a widget style property that applies to a widget path.
|
||||||
* @get_icon_factory: Gets the icon factory that applies to a widget path.
|
|
||||||
*/
|
*/
|
||||||
struct _GtkStyleProviderIface
|
struct _GtkStyleProviderIface
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user