Home
last modified time | relevance | path

Searched refs:FontSelection (Results 1 – 25 of 62) sorted by relevance

123

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dfontselection.cc104 FontSelection::FontSelection(const Glib::ConstructParams& construct_params) in FontSelection() function in Gtk::FontSelection
110 FontSelection::FontSelection(GtkFontSelection* castitem) in FontSelection() function in Gtk::FontSelection
116 FontSelection::~FontSelection() in ~FontSelection()
121 FontSelection::CppClassType FontSelection::fontselection_class_; // initialize static member
123 GType FontSelection::get_type() in get_type()
129 GType FontSelection::get_base_type() in get_base_type()
135 FontSelection::FontSelection() in FontSelection() function in Gtk::FontSelection
155 TreeView* FontSelection::get_face_list() in get_face_list()
165 Entry* FontSelection::get_size_entry() in get_size_entry()
221 int FontSelection::get_size() const in get_size()
[all …]
H A Dfontselection.h68 class FontSelection : public VBox
72 typedef FontSelection CppObjectType;
78 virtual ~FontSelection();
87 FontSelection(const FontSelection&);
88 FontSelection& operator=(const FontSelection&);
91 explicit FontSelection(const Glib::ConstructParams& construct_params);
92 explicit FontSelection(GtkFontSelection* castitem);
124 FontSelection();
563 Gtk::FontSelection* wrap(GtkFontSelection* object, bool take_copy = false);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dfontselection.cc101 FontSelection::FontSelection(const Glib::ConstructParams& construct_params) in FontSelection() function in Gtk::FontSelection
107 FontSelection::FontSelection(GtkFontSelection* castitem) in FontSelection() function in Gtk::FontSelection
114 FontSelection::FontSelection(FontSelection&& src) noexcept in FontSelection() function in Gtk::FontSelection
118 FontSelection& FontSelection::operator=(FontSelection&& src) noexcept in operator =()
124 FontSelection::~FontSelection() noexcept in ~FontSelection()
129 FontSelection::CppClassType FontSelection::fontselection_class_; // initialize static member
131 GType FontSelection::get_type() in get_type()
137 GType FontSelection::get_base_type() in get_base_type()
143 FontSelection::FontSelection() in FontSelection() function in Gtk::FontSelection
173 Entry* FontSelection::get_size_entry() in get_size_entry()
[all …]
H A Dfontselection.h76 class FontSelection : public VBox
80 typedef FontSelection CppObjectType;
86 FontSelection(FontSelection&& src) noexcept;
87 FontSelection& operator=(FontSelection&& src) noexcept;
90 FontSelection(const FontSelection&) = delete;
91 FontSelection& operator=(const FontSelection&) = delete;
93 ~FontSelection() noexcept override;
102 explicit FontSelection(const Glib::ConstructParams& construct_params);
103 explicit FontSelection(GtkFontSelection* castitem);
139 FontSelection();
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Selectors/
H A DFontSelection.chs3 -- GIMP Toolkit (GTK) Widget FontSelection
28 module Graphics.UI.Gtk.Selectors.FontSelection (
31 -- | The 'FontSelection' widget lists the available fonts, styles and sizes,
52 -- | +----FontSelection
56 FontSelection,
89 -- | Creates a new 'FontSelection'.
91 fontSelectionNew :: IO FontSelection
94 liftM (castPtr :: Ptr Widget -> Ptr FontSelection) $
H A DFontSelectionDialog.chs173 -- | Retrieves the 'FontSelection' widget embedded in the dialog.
178 -> IO FontSelection -- ^ returns the embedded 'FontSelection'
181 liftM (castPtr :: Ptr Widget -> Ptr FontSelection) $
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Selectors/
H A DFontSelection.chs3 -- GIMP Toolkit (GTK) Widget FontSelection
28 module Graphics.UI.Gtk.Selectors.FontSelection (
31 -- | The 'FontSelection' widget lists the available fonts, styles and sizes,
52 -- | +----FontSelection
56 FontSelection,
89 -- | Creates a new 'FontSelection'.
91 fontSelectionNew :: IO FontSelection
94 liftM (castPtr :: Ptr Widget -> Ptr FontSelection) $
H A DFontSelectionDialog.chs173 -- | Retrieves the 'FontSelection' widget embedded in the dialog.
178 -> IO FontSelection -- ^ returns the embedded 'FontSelection'
181 liftM (castPtr :: Ptr Widget -> Ptr FontSelection) $
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/textoidl/
H A Dtextable.pro95 IF keyword_set(ps) THEN FontSelection=PSFONT ELSE FontSelection=VECFONT
211 GreekFont[FontSelection] $
212 + LowercaseGreek[FontSelection,*] $
213 + PreviousFont[FontSelection]
215 GreekFont[FontSelection] +$
216 UppercaseGreek[FontSelection,*] $
217 + PreviousFont[FontSelection]
219 SymbolFont[FontSelection] $
220 + Symbols[FontSelection,*] $
221 + PreviousFont[FontSelection]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/
H A DFontSelection.java27 public class FontSelection { class
98 …(IntroPlugin.PLUGIN_ID, pid + "_" +FontSelection.VAR_FONT_STYLE, "", null); //$NON-NLS-1$ //$NON-… in getFontStyle()
103 (IntroPlugin.PLUGIN_ID, (FontSelection.VAR_FONT_STYLE), "", null); //$NON-NLS-1$ in getFontStyle()
109 return FontSelection.FONT_RELATIVE; in getFontStyle()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/private/
H A Dfontselection_p.h19 typedef FontSelection CppObjectType;
25 friend class FontSelection; variable
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dfontselection_p.h19 using CppObjectType = FontSelection;
25 friend class FontSelection; variable
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkFontSelection.xs24 MODULE = Gtk2::FontSelection PACKAGE = Gtk2::FontSelection PREFIX = gtk_font_selection_
81 MODULE = Gtk2::FontSelection PACKAGE = Gtk2::FontSelectionDialog PREFIX = gtk_font_selection_dialog_
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/
H A DBrowserIntroPartImplementation.java46 import org.eclipse.ui.internal.intro.impl.FontSelection;
92 int scalePercent = FontSelection.getScalePercentage();
98 int scalePercent = FontSelection.getScalePercentage(); in run()
99 FontSelection.setScalePercentage(scalePercent - 20); in run()
112 int scalePercent = FontSelection.getScalePercentage();
118 int scalePercent = FontSelection.getScalePercentage();
119 FontSelection.setScalePercentage(scalePercent + SCALE_INCREMENT);
544 &&FontSelection.FONT_RELATIVE.equals(FontSelection.getFontStyle()); in addToolBarActions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DIntroTheme.java20 import org.eclipse.ui.internal.intro.impl.FontSelection;
39 scalable = "true".equals(element.getAttribute(FontSelection.ATT_SCALABLE)); //$NON-NLS-1$ in IntroTheme()
/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_menu.cc170 class FontSelection class
173 FontSelection (GtkWidget *pParent,
177 FontSelection *This);
225 FontSelection *m_FontSelector;
391 FontSelection::FontSelection (GtkWidget *pParent, in FontSelection() function in FontSelection
419 void FontSelection::setFont_cb (GtkFontButton *, in setFont_cb()
420 FontSelection *This) in setFont_cb()
425 void FontSelection::setFont() in setFont()
489 m_FontSelector = new FontSelection(vbox, this); in SourceBrowserPreferences()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dfontselection.hg42 * The Gtk::FontSelection widget lists the available fonts, styles and
50 class FontSelection : public VBox
52 _CLASS_GTKOBJECT(FontSelection,GtkFontSelection,GTK_FONT_SELECTION,Gtk::VBox,GtkVBox)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dfontselection.hg49 * The Gtk::FontSelection widget lists the available fonts, styles and
56 class FontSelection : public VBox
58 _CLASS_GTKOBJECT(FontSelection,GtkFontSelection,GTK_FONT_SELECTION,Gtk::VBox,GtkVBox)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/org/eclipse/ui/internal/intro/universal/
H A DCustomizationContentsArea.java80 import org.eclipse.ui.internal.intro.impl.FontSelection;
399 return "true".equals(element.getAttribute(FontSelection.ATT_SCALABLE)); //$NON-NLS-1$ in isScalable()
630 String fontStyle = FontSelection.getFontStyle(); in loadData()
631 useRelativeFonts.setSelection(FontSelection.FONT_RELATIVE.equals(fontStyle)); in loadData()
802 key = pid + "_" + FontSelection.VAR_FONT_STYLE; //$NON-NLS-1$ in saveData()
803 String fontStyle = useRelativeFonts.getSelection() ? FontSelection.FONT_RELATIVE : in saveData()
804 FontSelection.FONT_ABSOLUTE; in saveData()
805 if (fontStyle.equals(FontSelection.FONT_ABSOLUTE)) { in saveData()
807 FontSelection.resetScalePercentage(); in saveData()
811 key = FontSelection.VAR_FONT_STYLE; in saveData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqfontcombobox.h65 Q_ENUMS(FontSelection)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkFontSelection.t7 my $fs = Gtk2::FontSelection -> new();
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/docs/gtkada_ug/
H A Dresource_files.rst12 easily select a font. The FontSelection widget is also a simple way to select
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Base/LaTeX/
H A D__init__.py16 from plasTeX.Base.LaTeX.FontSelection import *
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/docs/gtkada_ug/
H A Dresource_files.rst15 easily select a font. The FontSelection widget is also a simple way to select
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Layout/
H A DVBox.chs49 -- | +----'FontSelection'

123