[Gambas-user] A little feature request about checkboxes

Fabien Bodard gambas.fr at ...626...
Wed Mar 4 20:11:34 CET 2015


Public Sub SELF_Arrange()

  $label.Width = $offset * Desktop.Scale
  $innercheckbox.x = $offset * Desktop.Scale + 2
  Me.Height = 3 * Desktop.Scale

  ' $innerBackground = $innercheckbox.Background
  ' $innerForeground = Me.Foreground

End

... Why ?

I don't understand the need for using these event



More information about the User mailing list