pack_end_full
Description:
[ CCode ( cname = "gtk_cell_area_box_pack_end" ) ]
[ Version ( since = "3.0" ) ]
public void pack_end_full (CellRenderer renderer, bool expand = true, bool align = false, bool fixed = true)
[ Version ( since = "3.0" ) ]
public void pack_end_full (CellRenderer renderer, bool expand = true, bool align = false, bool fixed = true)
Adds renderer to this, packed with reference to the end of this
.
The renderer is packed after (away from end of) any other
CellRenderer packed with reference to the end of this.
Parameters:
| this | |
| renderer |
the CellRenderer to add |
| expand |
whether |
| align |
whether |
| fixed |
whether |