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.
29 lines
567 B
29 lines
567 B
|
|
// This file has been generated by the GUI designer. Do not modify. |
|
namespace Stetic |
|
{ |
|
internal class Gui |
|
{ |
|
private static bool initialized; |
|
|
|
internal static void Initialize (Gtk.Widget iconRenderer) |
|
{ |
|
if ((Stetic.Gui.initialized == false)) { |
|
Stetic.Gui.initialized = true; |
|
} |
|
} |
|
} |
|
|
|
internal class ActionGroups |
|
{ |
|
public static Gtk.ActionGroup GetActionGroup (System.Type type) |
|
{ |
|
return Stetic.ActionGroups.GetActionGroup (type.FullName); |
|
} |
|
|
|
public static Gtk.ActionGroup GetActionGroup (string name) |
|
{ |
|
return null; |
|
} |
|
} |
|
}
|
|
|