view libinterp/octinterp.in.pc @ 30965:291994766c55

add fusion dark style to gui * gui-preferences-global.h: added extra styles * main-window.cc (main_window): initiale new class variable with default style; (notice_settings): check desired style for extra fusion dark style and set style togehter with new palette accordingly; (getFusionDarkPalette): new function for creating the palette for new fusion dark style * main-window.h: new function getFusionDarkPalette, new class variable m_default_palette * settings-dialog.cc (settings_dialog): add new stayle to combo box with styles
author Farid Partonia <f.partonia@gmail.com>
date Thu, 21 Apr 2022 13:35:47 +0430
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave interpreter.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires: octave = @PACKAGE_VERSION@
Requires.private:
Libs: -L@octlibdir@ @LIBOCTINTERP@
Libs.private:
Cflags: -I@octincludedir@/..