Not sure I get what you mean. But ...
the Buttons.GotoNews is added in the gump like this :
this.AddButton(67, 301, 2510, 2511, (int)Buttons.GotoNews, GumpButtonType.Page, 2);
the Buttons.Quit is added in the gump like this :
this.AddButton(283, 449, 5200, 5201, (int)Buttons.Quit...