Package ch.bailu.gtk.gtk
Schnittstelle CellLayoutIface.OnPackStart
- Umschließende Klasse:
CellLayoutIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onPackStart
(CallbackHandler __self, CellLayout cell_layout, CellRenderer cell, boolean expand)
-
Methodendetails
-
onPackStart
void onPackStart(CallbackHandler __self, @Nonnull CellLayout cell_layout, @Nonnull CellRenderer cell, boolean expand) - Parameter:
cell_layout
- a `GtkCellLayout`cell
- a `GtkCellRenderer`expand
- %TRUE if @cell is to be given extra space allocated to @cell_layout
-