A widget holding information about the overall look of the currently displayed
DruidPage.
getBackgroundColor
protected static final Handle getBackgroundColor(Handle cptr)
getLogoBackgroundColor
protected static final Handle getLogoBackgroundColor(Handle cptr)
getLogoImage
protected static final Handle getLogoImage(Handle cptr)
getPosition
protected static final int getPosition(Handle cptr)
getText
protected static final String getText(Handle cptr)
getTextColor
protected static final Handle getTextColor(Handle cptr)
getTextboxColor
protected static final Handle getTextboxColor(Handle cptr)
getTitle
protected static final String getTitle(Handle cptr)
getTitleColor
protected static final Handle getTitleColor(Handle cptr)
getTopWatermarkImage
protected static final Handle getTopWatermarkImage(Handle cptr)
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface DruidPage
getWatermarkImage
protected static final Handle getWatermarkImage(Handle cptr)
gnome_druid_page_edge_get_type
protected static final int gnome_druid_page_edge_get_type()
gnome_druid_page_edge_new
protected static final Handle gnome_druid_page_edge_new(int position)
gnome_druid_page_edge_new_with_vals
protected static final Handle gnome_druid_page_edge_new_with_vals(int position,
boolean antialiased,
String title,
String text,
Handle logo,
Handle watermark,
Handle topWatermark)
gnome_druid_page_edge_set_bg_color
protected static final void gnome_druid_page_edge_set_bg_color(Handle dpe,
Handle color)
gnome_druid_page_edge_set_logo
protected static final void gnome_druid_page_edge_set_logo(Handle dpe,
Handle logoImage)
gnome_druid_page_edge_set_logo_bg_color
protected static final void gnome_druid_page_edge_set_logo_bg_color(Handle dpe,
Handle color)
gnome_druid_page_edge_set_text
protected static final void gnome_druid_page_edge_set_text(Handle dpe,
String text)
gnome_druid_page_edge_set_text_color
protected static final void gnome_druid_page_edge_set_text_color(Handle dpe,
Handle color)
gnome_druid_page_edge_set_textbox_color
protected static final void gnome_druid_page_edge_set_textbox_color(Handle dpe,
Handle color)
gnome_druid_page_edge_set_title
protected static final void gnome_druid_page_edge_set_title(Handle dpe,
String title)
gnome_druid_page_edge_set_title_color
protected static final void gnome_druid_page_edge_set_title_color(Handle dpe,
Handle color)
gnome_druid_page_edge_set_top_watermark
protected static final void gnome_druid_page_edge_set_top_watermark(Handle dpe,
Handle topWatermark)
gnome_druid_page_edge_set_watermark
protected static final void gnome_druid_page_edge_set_watermark(Handle dpe,
Handle watermark)
setBackgroundColor
public void setBackgroundColor(Color color)
Set the background color for the page.
setLogo
public void setLogo(Pixbuf logo)
Set the logo for the page.
setLogoBackgroundColor
public void setLogoBackgroundColor(Color color)
Set the background color for the logo.
setText
public void setText(String text)
Set the text to be displayed
setTextColor
public void setTextColor(Color color)
Set the text color.
setTextboxColor
public void setTextboxColor(Color color)
Set the color for the textbox.
setTitle
public void setTitle(String title)
Set the title to be displayed.
setTitleColor
public void setTitleColor(Color color)
Set the title color.
setTopWatermark
public void setTopWatermark(Pixbuf watermark)
Set the top watermark for the page.
setWatermark
public void setWatermark(Pixbuf watermark)
Set the watermark for the page.