org.gnu.gnome
Class PixmapEntry
PixmapEntry(Handle handle)- Construct a new PixmapEntry from a handle to a native resource.
|
PixmapEntry(String historyID, String browseDialogTitle, boolean doPreview)- Create a new Pixmap Entry.
|
String | getFilename()- Retrun a file if it is possible to load it with gdk-pixbuf.
|
static Type | getType()- Retrieve the runtime type used by the GLib library.
|
void | setDirectory(String directory)- Set the directory for the lookup
|
void | setPreview(boolean doPreview)- Set if a preview should be displayed.
|
void | setPreviewSize(int width, int height)- Set the size of the preview.
|
PixmapEntry
public PixmapEntry(Handle handle)
Construct a new PixmapEntry from a handle to a native resource.
PixmapEntry
public PixmapEntry(String historyID,
String browseDialogTitle,
boolean doPreview) Create a new Pixmap Entry.
getFilename
public String getFilename()
Retrun a file if it is possible to load it with gdk-pixbuf.
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface FileEntry
setDirectory
public void setDirectory(String directory)
Set the directory for the lookup
setPreview
public void setPreview(boolean doPreview)
Set if a preview should be displayed.
setPreviewSize
public void setPreviewSize(int width,
int height) Set the size of the preview.