mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
iconview: Small doc additions
This commit is contained in:
parent
2b5b6e0885
commit
aa5207b349
@ -4081,6 +4081,8 @@ gtk_icon_view_new_with_model (GtkTreeModel *model)
|
|||||||
* @x: The x position to be identified
|
* @x: The x position to be identified
|
||||||
* @y: The y position to be identified
|
* @y: The y position to be identified
|
||||||
*
|
*
|
||||||
|
* Gets the path for the icon at the given position.
|
||||||
|
*
|
||||||
* Returns: (nullable) (transfer full): The #GtkTreePath corresponding
|
* Returns: (nullable) (transfer full): The #GtkTreePath corresponding
|
||||||
* to the icon or %NULL if no icon exists at that position.
|
* to the icon or %NULL if no icon exists at that position.
|
||||||
**/
|
**/
|
||||||
@ -4113,6 +4115,8 @@ gtk_icon_view_get_path_at_pos (GtkIconView *icon_view,
|
|||||||
* @cell: (out) (allow-none) (transfer none): Return location for the renderer
|
* @cell: (out) (allow-none) (transfer none): Return location for the renderer
|
||||||
* responsible for the cell at (@x, @y), or %NULL
|
* responsible for the cell at (@x, @y), or %NULL
|
||||||
*
|
*
|
||||||
|
* Gets the path and cell for the icon at the given position.
|
||||||
|
*
|
||||||
* Returns: %TRUE if an item exists at the specified position
|
* Returns: %TRUE if an item exists at the specified position
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user