No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

generated.cs 561B

123456789101112131415161718192021222324252627282930
  1. // This file has been generated by the GUI designer. Do not modify.
  2. namespace Stetic
  3. {
  4. internal class Gui
  5. {
  6. private static bool initialized;
  7. internal static void Initialize(Gtk.Widget iconRenderer)
  8. {
  9. if ((Stetic.Gui.initialized == false))
  10. {
  11. Stetic.Gui.initialized = true;
  12. }
  13. }
  14. }
  15. internal class ActionGroups
  16. {
  17. public static Gtk.ActionGroup GetActionGroup(System.Type type)
  18. {
  19. return Stetic.ActionGroups.GetActionGroup(type.FullName);
  20. }
  21. public static Gtk.ActionGroup GetActionGroup(string name)
  22. {
  23. return null;
  24. }
  25. }
  26. }