Skip to content
  • Alexander Larsson's avatar
    Add GtkNativeDialog abstract base class · 81cef009
    Alexander Larsson authored
    This is a base class that essentially mirrors GtkDialog, but
    it is not a GtkWindow, as the actual implemetation will be using
    native code.
    
    The base class has show and hide vfuncs, as well as a helper function
    to run the dialog in a modal fashion.
    
    This will be later used by the native file chooser dialog.
    81cef009