예제 #1
0
 public static void AdjustButton(this TablePanel tablePanel, SimpleButton button)
 {
     tablePanel.AdjustControlSize(button, UIConstants.Size.BUTTON_WIDTH, UIConstants.Size.BUTTON_HEIGHT);
 }
예제 #2
0
 public static void AdjustButtonWithImageOnly(this TablePanel tablePanel, SimpleButton button)
 {
     tablePanel.AdjustControlSize(button, UIConstants.Size.RADIO_GROUP_HEIGHT, UIConstants.Size.BUTTON_HEIGHT);
 }
예제 #3
0
 public static void AdjustLongButtonWidth(this TablePanel tablePanel, SimpleButton button)
 {
     tablePanel.AdjustControlSize(button, UIConstants.Size.LARGE_BUTTON_WIDTH);
 }