| Top |
Functions
| GtkWidget * | gdaui_bar_new () |
| const gchar * | gdaui_bar_get_text () |
| void | gdaui_bar_set_text () |
| void | gdaui_bar_set_icon_from_pixbuf () |
| void | gdaui_bar_set_icon_from_file () |
| void | gdaui_bar_set_icon_from_stock () |
| void | gdaui_bar_set_show_icon () |
| gboolean | gdaui_bar_get_show_icon () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiBar
Functions
gdaui_bar_get_text ()
const gchar *
gdaui_bar_get_text (GdauiBar *bar);
Get the text being displayed in the given gray bar widget. This does not include any embedded underlines indicating mnemonics or Pango markup.
gdaui_bar_set_text ()
void gdaui_bar_set_text (GdauiBar *bar,const gchar *text);
Set the text displayed in the given gray bar widget. This can include embedded underlines indicating mnemonics or Pango markup.
gdaui_bar_set_icon_from_pixbuf ()
void gdaui_bar_set_icon_from_pixbuf (GdauiBar *bar,GdkPixbuf *pixbuf);
gdaui_bar_set_icon_from_file ()
void gdaui_bar_set_icon_from_file (GdauiBar *bar,const gchar *file);
gdaui_bar_set_icon_from_stock ()
void gdaui_bar_set_icon_from_stock (GdauiBar *bar,const gchar *stock_id,GtkIconSize size);
gdaui_bar_set_show_icon ()
void gdaui_bar_set_show_icon (GdauiBar *bar,gboolean show);
Set the icon displaying mode for the given grid.
