예제 #1
0
 public string GetStrAttributeId(string name, int id)
 {
     return(UTF8ToStr(NativeIUP.IupGetAttributeId(Handle, name, id)));
 }
예제 #2
0
 public IntPtr GetAttributeId(string name, int id)
 {
     return(NativeIUP.IupGetAttributeId(Handle, name, id));
 }