tdefontcombo.h
void setCurrentItem(const TQString &item, bool insert=false, int index=-1)
Selects the first item that matches item.
Definition kcombobox.cpp:306
KComboBox(TQWidget *parent=0, const char *name=0)
Constructs a read-only or rather select-only combo box with a parent object and a name.
Definition kcombobox.cpp:60
void setStrikeOut(bool strikeOut)
Sets the listed fonts to striked out or not.
Definition tdefontcombo.cpp:333
void updateFonts()
Updated the combo's listBox() to reflect changes made to the fonts' attributed.
Definition tdefontcombo.cpp:363
static bool displayFonts()
Returns the user's setting of whether the items should be painted in the respective fonts or not.
Definition tdefontcombo.cpp:375
void setCurrentFont(const TQString &family)
Sets the currently selected font.
Definition tdefontcombo.cpp:201
void setUnderline(bool underline)
Sets the listed fonts to underlined or not underlined.
Definition tdefontcombo.cpp:320
void setItalic(bool italic)
Sets the listed fonts to italic or regular.
Definition tdefontcombo.cpp:307
Trinity API Reference