| Top |  |  |  |  | 
| 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 () | 
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GdauiBar
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.
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.
void gdaui_bar_set_icon_from_pixbuf (GdauiBar *bar,GdkPixbuf *pixbuf);
void gdaui_bar_set_icon_from_file (GdauiBar *bar,const gchar *file);
void gdaui_bar_set_icon_from_stock (GdauiBar *bar,const gchar *stock_id,GtkIconSize size);
void gdaui_bar_set_show_icon (GdauiBar *bar,gboolean show);
Set the icon displaying mode for the given grid.