|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.CellView
org.gnome.gtk.CellView
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class CellView
Constructor Summary | |
---|---|
CellView()
Deprecated. |
|
CellView(Pixbuf pixbuf)
Deprecated. |
|
CellView(java.lang.String text,
boolean hasMarkup)
Deprecated. |
Method Summary | |
---|---|
CellRenderer[] |
getCellRenderers()
Deprecated. |
TreePath |
getDisplayedRow()
Deprecated. |
Requisition |
getSizeOfRow(TreePath path)
Deprecated. |
void |
setBackgroundColor(Color color)
Deprecated. |
void |
setDisplayedRow(TreePath path)
Deprecated. |
void |
setModel(TreeModel model)
Deprecated. |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
destroy, sink |
Methods inherited from class org.gnu.glib.GObject |
---|
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setProperty, setStringProperty, thawNotify |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellView()
public CellView(java.lang.String text, boolean hasMarkup)
public CellView(Pixbuf pixbuf)
Method Detail |
---|
public void setModel(TreeModel model)
public void setDisplayedRow(TreePath path)
public TreePath getDisplayedRow()
public void setBackgroundColor(Color color)
public Requisition getSizeOfRow(TreePath path)
public CellRenderer[] getCellRenderers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |