wusyong/winit-gtk

Missing Window methods

wusyong opened this issue · 0 comments

Following methods are missing in Window. Welcome to open a PR to implement these:

  • resize_increments
  • set_resize_increments
  • set_enabled_buttons
  • enabled_buttons
  • set_cursor_grab
  • drag_resize_window
  • set_ime_position
  • set_ime_allowed
  • set_ime_purpose
  • parent_window (RawHandle doesn't have gtk variant. So this is exposed as a platform extended method.)