org.gnu.gtk
public class IconSource extends Boxed
Constructor Summary | |
---|---|
IconSource()
Construct a new IconSource object. |
Method Summary | |
---|---|
TextDirection | getDirection()
Returns the text direction for the icon source. |
String | getFilename()
Retrieves the source filename or null if one does not exist. |
String | getIconName()
Retrieves the source icon name, or NULL if none is set. |
Pixbuf | getPixbuf()
Retrieves the source pixbuf or null if one does not exist. |
IconSize | getSize()
Return the icon size. |
StateType | getState()
Return the icon state. |
void | setDirection(TextDirection direction)
Set the text direction the icon source is intended to be used with. |
void | setFilename(String filename)
Sets the source filename |
void | setIconName(String iconName)
Sets the name of an icon to look up in the current icon theme to use as a
base image when creating icon variants for IconSet. |
void | setPixbuf(Pixbuf pixbuf)
Sets the source pixbuf. |
void | setSize(IconSize iconSize)
Set the icon size. |
void | setState(StateType state)
Set the icon state. |
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a new IconSource object.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns the text direction for the icon source.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieves the source filename or null if one does not exist.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieves the source icon name, or NULL if none is set. The icon_name is not a copy, and should not be modified or expected to persist beyond the lifetime of the icon source.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieves the source pixbuf or null if one does not exist.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the icon size.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Return the icon state.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Set the text direction the icon source is intended to be used with.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Sets the source filenameDeprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Sets the name of an icon to look up in the current icon theme to use as a base image when creating icon variants for IconSet.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Sets the source pixbuf.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Set the icon size.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Set the icon state.