class Adw::LeafletPage
- Adw::LeafletPage
- GObject::Object
- Reference
- Object
Overview
An auxiliary class used by #Leaflet
.
Defined in:
auto/adw-1/leaflet_page.crConstructors
-
.new
Initialize a new
LeafletPage
. - .new(*, child : Gtk::Widget? = nil, name : String? = nil, navigatable : Bool? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#child : Gtk::Widget
Gets the leaflet child th which @self belongs.
- #child=(value : Gtk::Widget?) : Gtk::Widget?
-
#name : String?
Gets the name of @self.
- #name=(value : String) : String
-
#name=(name : String?) : Nil
Sets the name of the @self.
-
#navigatable : Bool
Gets whether the child can be navigated to when folded.
-
#navigatable=(navigatable : Bool) : Nil
Sets whether @self can be navigated to when folded.
- #navigatable? : Bool