search for: gtklabel

Displaying 8 results from an estimated 8 matches for "gtklabel".

2001 Jan 22
0
vorbiscomment gui ideas
...me>controls_vbox</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkLabel</class> <name>label1</name> <label>Vorbis Comment Editor</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0</xpad> <ypad>0</ypad...
2007 Mar 19
3
system-display-config doesn't run right
...n ? dialog = xConfigDialog.XConfigDialog(hardware_state, xconfig, rhpl.videocard.VideoCardInfo()) File "/usr/share/system-config-display/xConfigDialog.py", line 566, in __init__ self.xml.get_widget("secondMonitorLabel").set_text(monitor_list[1].model name) TypeError: GtkLabel.set_text() argument 1 must be string, not None I seem to be missing an argument from the call, but I'm not sure what goes there, and even so, when I run it from the menu, shouldn't it have the right data and run? Thanks. Mark Hull-Richter Linux Kernel Engineer (949) 680-...
2015 Oct 05
0
[PATCH] p2v: fix mode for gtk_label_set_line_wrap_mode
..., it takes as second parameter a PangoWrapMode and not a GtkWrapMode. While the change should reflect the actual value intended, it should slightly change the label wrap mode: GTK_WRAP_WORD is 2, which corresponds (as int value) to PANGO_WRAP_WORD_CHAR. [1] https://developer.gnome.org/gtk2/stable/GtkLabel.html#gtk-label-set-line-wrap-mode --- p2v/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2v/gui.c b/p2v/gui.c index fa8a7b0..8c6dc31 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -525,7 +525,7 @@ create_conversion_dialog (struct config *config) target_warning_label = gtk...
2008 Jan 14
0
player/swfdec-player.ui player/swfdec-window.c player/swfdec-window.h
...gt; + <property name="expand">False</property> + <property name="fill">True</property> + <property name="padding">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="player-error-label" > + <property name="selectable">True</property> + <property name="use-markup">True</property> + <property name="visible">True</property> + <property name="wra...
2008 Aug 21
0
kickstart error on 5.2 exception
....ppw.filesComplete: 0 intf.ppw.pixtimer: None intf.ppw.initialTimeEstimate: None intf.ppw.adpix: <gtk.Image object (GtkImage) at 0xec6cd20> intf.ppw.adbox: <gtk.EventBox object (GtkEventBox) at 0xec6ce10> intf.ppw.curPackage: {'summary': <gtk.Label object (GtkLabel) at 0xfb1d0a0>, 'package': <gtk.Label object (GtkLabel) at 0xfb1d050>} intf.ppw.estimateHistory: [] intf.ppw.numComplete: 0 intf.ppw.pkgstatus: None intf.ppw.ics: InstallControlState instance, containing members: intf.ppw.ics.prevEnabled: False intf.ppw....
2007 Aug 09
0
Branch 'vivi' - 6 commits - configure.ac vivified/core vivified/dock vivified/Makefile.am vivified/ui
...+{ + GObjectClass *object_class = G_OBJECT_CLASS (klass); + + object_class->dispose = vivi_docker_dispose; + + signals[REQUEST_CLOSE] = 0; +} + +static void +vivi_docker_init (ViviDocker *docker) +{ +} + +static void +vivi_docker_docklet_notify_title (ViviDocklet *docklet, GParamSpec *pspec, GtkLabel *label) +{ + gtk_label_set_text (label, vivi_docklet_get_title (docklet)); +} + +static void +vivi_docker_set_docklet (ViviDocker *docker, ViviDocklet *docklet) +{ + GtkWidget *box, *widget; + + g_return_if_fail (VIVI_IS_DOCKER (docker)); + g_return_if_fail (VIVI_IS_DOCKLET (docklet)); + + box...
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...+{ + GObjectClass *object_class = G_OBJECT_CLASS (klass); + + object_class->dispose = vivi_docker_dispose; + + signals[REQUEST_CLOSE] = 0; +} + +static void +vivi_docker_init (ViviDocker *docker) +{ +} + +static void +vivi_docker_docklet_notify_title (ViviDocklet *docklet, GParamSpec *pspec, GtkLabel *label) +{ + gtk_label_set_text (label, vivi_docklet_get_title (docklet)); +} + +static void +vivi_docker_set_docklet (ViviDocker *docker, ViviDocklet *docklet) +{ + GtkWidget *box, *widget; + + g_return_if_fail (VIVI_IS_DOCKER (docker)); + g_return_if_fail (VIVI_IS_DOCKLET (docklet)); + + box...