public final class GtkClass
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.util.List |
styles |
Constructor and Description |
---|
GtkClass()
Constructor for the GtkClass object
|
Modifier and Type | Method and Description |
---|---|
void |
addStyleName(java.lang.String stylename)
Adds a feature to the StyleName attribute of the GtkClass object
|
GtkStyle |
getStyle()
Gets the Style attribute of the GtkClass object
|
GtkStyle[] |
getStyles()
Gets the Styles attribute of the GtkClass object
|
void |
setName(java.lang.String s)
Sets the Name attribute of the GtkClass object
|
public void setName(java.lang.String s)
s
- The new Name valuepublic GtkStyle getStyle()
public GtkStyle[] getStyles()
public void addStyleName(java.lang.String stylename)
stylename
- The feature to be added to the StyleName attribute