Class: Gtk::CustomLayout
- Inherits:
-
LayoutManager
- Object
- LayoutManager
- Gtk::CustomLayout
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(request_mode, measure, allocate) ⇒ Gtk::LayoutManager
constructor
Creates a new legacy layout manager.
Methods inherited from LayoutManager
#allocate, #get_layout_child, #layout_changed, #measure, #request_mode, #widget
Constructor Details
#initialize(request_mode, measure, allocate) ⇒ Gtk::LayoutManager
Creates a new legacy layout manager.
Legacy layout managers map to the old GtkWidget size negotiation
virtual functions, and are meant to be used during the transition
from layout containers to layout manager delegates.