 |
GTK+ Forums Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
|
|
|
| Author |
Message |
|
|
topher Familiar Face
Joined: 04 Feb 2010 Posts: 11
|
Posted: Sun Mar 14, 2010 4:26 am Post subject: Image inside GtkStatusBar? |
|
|
Does anyone know how to place an image in a GtkStatusBar? Or would there be a better method? I'm trying to display an animated "Please Wait..." gif during various program processing actions.
Thanks in advance. |
|
| Back to top |
|
 |
tadeboro Never Seen the Sunlight
Joined: 23 Jul 2008 Posts: 2114 Location: Slovenia
|
Posted: Sun Mar 14, 2010 10:05 am Post subject: |
|
|
Hello.
GtkStatusbar is descendant of GtkHBox, so you can simply use gtk_box_pack_(start/end)() functions for adding various widgets.
Tadej |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group CodeBB 1.0 Beta 2
|