Displaying 2 results from an estimated 2 matches for "can_focus".
2001 Jan 22
0
vorbiscomment gui ideas
...ild>
<padding>0</padding>
<expand>True</expand>
<fill>True</fill>
</child>
<widget>
<class>GtkEntry</class>
<name>title_entry</name>
<tooltip>The title of this recording</tooltip>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>
<text_max_length>0</text_max_length>
<text></text>
<child>
<left_attach>1</left_attach>
<right_attach>2</right_attach>...
2008 Jan 14
0
player/swfdec-player.ui player/swfdec-window.c player/swfdec-window.h
...<property name="padding">0</property>
+ </packing>
+ </child>
+
+ <child>
<object class="SwfdecGtkWidget" id="player-widget">
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/player/swfdec-window.c b/player/swfdec-window.c
index 5b1a32e..01a86e7 100644
--- a/player/swfdec-window.c
+++ b/player/swfdec-window.c
@@ -22,6 +22,7 @@
#endif
#include <glib/gi18n.h>
+#include <glib/gprintf.h>
#include "swfdec-wind...