class Gtk::NotebookPage
- Gtk::NotebookPage
- GObject::Object
- Reference
- Object
Overview
Gtk::NotebookPage
is an auxiliary object used by Gtk::Notebook
.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/notebook_page.crConstructors
-
.new
Initialize a new
NotebookPage
. - .new(*, child : Gtk::Widget? = nil, detachable : Bool? = nil, menu : Gtk::Widget? = nil, menu_label : String? = nil, position : Int32? = nil, reorderable : Bool? = nil, tab : Gtk::Widget? = nil, tab_expand : Bool? = nil, tab_fill : Bool? = nil, tab_label : String? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#child : Gtk::Widget
Returns the notebook child to which @page belongs.
- #child=(value : Gtk::Widget?) : Gtk::Widget?
- #detachable=(value : Bool) : Bool
- #detachable? : Bool
- #menu : Gtk::Widget?
- #menu=(value : Gtk::Widget?) : Gtk::Widget?
- #menu_label : String
- #menu_label=(value : String) : String
- #position : Int32
- #position=(value : Int32) : Int32
- #reorderable=(value : Bool) : Bool
- #reorderable? : Bool
- #tab : Gtk::Widget?
- #tab=(value : Gtk::Widget?) : Gtk::Widget?
- #tab_expand=(value : Bool) : Bool
- #tab_expand? : Bool
- #tab_fill=(value : Bool) : Bool
- #tab_fill? : Bool
- #tab_label : String
- #tab_label=(value : String) : String
Instance methods inherited from class GObject::Object
bind_property(source_property : String, target : GObject::Object, target_property : String, flags : GObject::BindingFlags) : GObject::Binding
bind_property,
bind_property_full(source_property : String, target : GObject::Object, target_property : String, flags : GObject::BindingFlags, transform_to : GObject::Closure, transform_from : GObject::Closure) : GObject::Binding
bind_property_full,
data(key : String) : Pointer(Void)?
data,
finalize
finalize,
freeze_notify : Nil
freeze_notify,
getv(names : Enumerable(String), values : Enumerable(_)) : Nil
getv,
notify(property_name : String) : Nil
notify,
notify_by_pspec(pspec : GObject::ParamSpec) : Nil
notify_by_pspec,
notify_signal
notify_signal,
property(property_name : String, value : _) : Nil
property,
qdata(quark : UInt32) : Pointer(Void)?
qdata,
ref_count : UInt32
ref_count,
run_dispose : Nil
run_dispose,
set_data(key : String, data : Pointer(Void)?) : Nil
set_data,
set_property(property_name : String, value : _) : Nil
set_property,
steal_data(key : String) : Pointer(Void)?
steal_data,
steal_qdata(quark : UInt32) : Pointer(Void)?
steal_qdata,
thaw_notify : Nil
thaw_notify,
to_unsafe : Pointer(Void)
to_unsafe,
watch_closure(closure : GObject::Closure) : Nil
watch_closure
Constructor methods inherited from class GObject::Object
cast(obj : GObject::Object) : self
cast,
cast?(obj : GObject::Object) : self?
cast?,
new(pointer : Pointer(Void), transfer : GICrystal::Transfer)new new, newv(object_type : UInt64, parameters : Enumerable(GObject::Parameter)) : self newv