|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellLayout
An interface for packing cells.
CellLayout is an interface to be implemented by all objects which want to provide a TreeViewColumn-like API for packing cells, setting attributes and data funcs.
ComboBox
Method Summary | |
---|---|
void |
addAttributeMapping(CellRenderer renderer,
CellRendererAttribute attribute,
DataColumn column)
Adds an attribute mapping to the list in the CellLayout. |
void |
clear()
Unsets all the mappings on all renderers on the CellLayout and removes all renderers from the CellLayout. |
void |
clearAttributeMappings(CellRenderer renderer)
Clears all existing attributes previously set with addAttributeMapping(org.gnu.gtk.CellRenderer, org.gnu.gtk.CellRendererAttribute, org.gnu.gtk.DataColumn) . |
org.gnu.glib.Handle |
getHandle()
Get the native Handle of this CellLayout object. |
void |
packEnd(CellRenderer renderer,
boolean expand)
Adds the cell to the end of the CellLayout. |
void |
packStart(CellRenderer renderer,
boolean expand)
Packs the cell into the beginning of the CellLayout. |
void |
reorder(CellRenderer renderer,
int position)
Re-inserts the renderer at position. |
Method Detail |
---|
org.gnu.glib.Handle getHandle()
void packStart(CellRenderer renderer, boolean expand)
void packEnd(CellRenderer renderer, boolean expand)
void clear()
void addAttributeMapping(CellRenderer renderer, CellRendererAttribute attribute, DataColumn column)
void clearAttributeMappings(CellRenderer renderer)
addAttributeMapping(org.gnu.gtk.CellRenderer, org.gnu.gtk.CellRendererAttribute, org.gnu.gtk.DataColumn)
.
void reorder(CellRenderer renderer, int position)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |