Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Why you not use "'$"you have selected"'" $RLAYER DISPLAY1 instead of EDITOR 300200 '"DISPLAY"' ? Regards Daniel ``` Original comment by `[email protected]` on 25 Jan 2014 at 12:20

``` Actually even though WIDGET_HBOX and WIDGET_VBOX are being created with a spacing of 5 hardcoded, their parent class GtkBox has a spacing property and so spacing="value" already works :)...

``` Hmm, this then means that a WIDGET_HBOX and WIDGET_VBOX will always have a spacing of 5 even if GtkBox spacing="0" and the user wants the same for the GtkHbox...

``` I've just noticed that hboxes (and now vboxes) in create_button are hardcoding spacing to 5. ``` Original comment by `[email protected]` on 4 Jul 2011 at 5:03

``` The "spacing" property belongs to GtkBox and this appears to be the spacing property within gtk_vbox_new(gboolean homogeneous, gint spacing), so regarding these two widgets, there's nothing to do there....

``` Ah, hang on ;) automaton.c:3034 is creating a vbox with spacing 5, then setting its border_width to 5, then packing all of the widgets inside it and then placing...

``` "margin" is now deprecated as I've fixed the "border-width" bug and that now works, so currently the only issue remaining here is the flawed frame widget. ``` Original comment...

``` I'm investigating the frame widget and writing the widget reference and I'd say that a new hframe and vframe should be created to deal with the frame's design flaws....

Original comment by `[email protected]` on 24 Jun 2011 at 9:59 - Added labels: **Priority-Medium** - Removed labels: **Priority-High**

``` 6 is done. ``` Original comment by `[email protected]` on 13 Jul 2011 at 4:46