Query: prima::fontdialog
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Prima::FontDialog(3) User Contributed Perl Documentation Prima::FontDialog(3)NAMEPrima::FontDialog - standard font dialogSYNOPSISuse Prima::FontDialog; my $f = Prima::FontDialog-> create; return unless $f-> execute == mb::OK; $f = $f-> logFont; print "$_:$f->{$_} " for sort keys %$f;DESCRIPTIONThe dialog provides selection of font by name, style, size, and encoding. The font selected is returned by logFont property.APIProperties fixedOnly BOOLEAN Selects whether only the fonts of fixed pitch ( 1 ) or all fonts ( 0 ) are displayed in the selection list. Default value: 0 logFont FONT Provides access to the interactive font selection as a hash reference. FONT format is fully compatible with "Prima::Drawable::font". showHelp BOOLEAN Create-only property. Specifies if the help button is displayed in the dialog. Default value: 0 Events BeginDragFont Called when the user starts dragging a font from the font sample widget by left mouse button. Default action reflects the status in the dialog title EndDragFont $WIDGET Called when the user releases the mouse drag over a Prima widget. Default action applies currently selected font to $WIDGET.AUTHORDmitry Karasik, <dmitry@karasik.eu.org>.SEE ALSOPrima, Prima::Window, Prima::Drawable. perl v5.14.2 2009-02-24 Prima::FontDialog(3)
Related Man Pages |
---|
prima::fontdialog(3) - debian |
prima::editdialog(3) - debian |
prima::scrollwidget(3) - debian |
prima::imagedialog(3) - debian |
prima::tie(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Prima 1.25 (Default branch) |
InetCheck 0.1 (Default branch) |
WiFiconfig 1.3 (Default branch) |
Prima 1.27 (Default branch) |
Socklib 1.0.0 (Default branch) |