Esempio n. 1
0
 public unsafe int SetColorAt(int index, CefMenuColorType color_type, cef_color_t color)
 {
     fixed(cef_menu_model_t *self = &this)
     {
         return(((delegate * unmanaged[Stdcall] < cef_menu_model_t *, int, CefMenuColorType, cef_color_t, int >)set_color_at)(self, index, color_type, color));
     }
 }
Esempio n. 2
0
 public unsafe extern int SetColorAt(int index, CefMenuColorType color_type, cef_color_t color);
Esempio n. 3
0
 public unsafe extern int SetColor(int command_id, CefMenuColorType color_type, cef_color_t color);