Padre-Plugin-WxWidgets

 view release on metacpan or  search on metacpan

share/doc/wxwidgets.pod  view on Meta::CPAN

   value may be NULL in which case the default renderer for the current
   platform is used); this is used in GUI mode only and always returns
   NULL in console.

   NOTE: returned pointer will be deleted by the caller.

=head2 Wx::AppTraits::GetDesktopEnvironment

   virtual wxString GetDesktopEnvironment() const

   This method returns the name of the desktop environment currently
   running in a Unix desktop. Currently only "KDE" or "GNOME" are
   supported and the code uses the X11 session protocol vendor name to
   figure out, which desktop environment is running. The method returns
   an empty string otherwise and on all other platforms.

=head2 Wx::AppTraits::GetStandardPaths

   virtual wxStandardPaths & GetStandardPaths()

   Returns the wxStandardPaths object for the application. It's normally
   the same for wxBase and wxGUI except in the case of wxMac and wxCocoa.

=head2 Wx::AppTraits::GetToolkitVersion

share/doc/wxwidgets.pod  view on Meta::CPAN

   of the icon for this MIME type. A wxIcon may be created from iconLoc
   later.

   Windows: The function returns the icon shown by Explorer for the files
   of the specified type.

   Mac: This function is not implemented and always returns false.

   Unix: MIME manager gathers information about icons from GNOME and KDE
   settings and thus GetIcon's success depends on availability of these
   desktop environments.

=head2 Wx::FileType::GetDescription

   bool GetDescription(wxString* desc)

   If the function returns true, the string pointed to by desc is filled
   with a brief description for this file type: for example, "text
   document" for the "text/plain" MIME type.

=head2 Wx::FileType::GetOpenCommand



( run in 0.368 second using v1.01-cache-2.11-cpan-299005ec8e3 )