mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Remove depth restriction from gtk_combo_box_set_active_iter docs
While it may not work perfectly in menu mode, it works fine for
list mode. Bug 627843.
(cherry picked from commit 2766cd14ad
)
This commit is contained in:
parent
d28a54e7f6
commit
c9c23ef031
@ -5008,8 +5008,6 @@ gtk_combo_box_get_active_iter (GtkComboBox *combo_box,
|
|||||||
*
|
*
|
||||||
* Sets the current active item to be the one referenced by @iter, or
|
* Sets the current active item to be the one referenced by @iter, or
|
||||||
* unsets the active item if @iter is %NULL.
|
* unsets the active item if @iter is %NULL.
|
||||||
*
|
|
||||||
* @iter must correspond to a path of depth one, or be %NULL.
|
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user