DropDownText


Object Hierarchy:

Object hierarchy for DropDownText

Description:

public sealed class DropDownText : Widget

A Ryokucha.DropDownText is a simple variant of Gtk.DropDown for text-only use cases.

It is designed to have similar looks, feels, and interface with Gtk.ComboBoxText, which is deprecated in GTK 4.10.
While it is said to use Gtk.DropDown with a Gtk.StringList instead, it is not possible to give "active-id" to each row unlike Gtk.ComboBoxText. This class achieves that using normal Gtk.DropDown, while hiding messy stuff and making it simple to use like Gtk.ComboBoxText.

An example DropDownText


Namespace: Ryokucha
Package: ryokucha

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable