#include <theme.h>
Public Member Functions | |
| long | onPaint (FXObject *, FXSelector, void *ptr) |
| ThemeTextField (FXComposite *p, FXint ncols, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=TEXTFIELD_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
Protected Member Functions | |
| void | drawFrame (FXDCWindow &dc, FXint x, FXint y, FXint w, FXint h) |
| ThemeTextField () | |
Definition at line 52 of file theme.h.
| ThemeTextField | ( | ) | [inline, protected] |
| ThemeTextField | ( | FXComposite * | p, | |
| FXint | ncols, | |||
| FXObject * | tgt = NULL, |
|||
| FXSelector | sel = 0, |
|||
| FXuint | opts = TEXTFIELD_NORMAL, |
|||
| FXint | x = 0, |
|||
| FXint | y = 0, |
|||
| FXint | w = 0, |
|||
| FXint | h = 0, |
|||
| FXint | pl = DEFAULT_PAD, |
|||
| FXint | pr = DEFAULT_PAD, |
|||
| FXint | pt = DEFAULT_PAD, |
|||
| FXint | pb = DEFAULT_PAD | |||
| ) |
| void drawFrame | ( | FXDCWindow & | dc, | |
| FXint | x, | |||
| FXint | y, | |||
| FXint | w, | |||
| FXint | h | |||
| ) | [protected] |
Referenced by onPaint().
| long onPaint | ( | FXObject * | , | |
| FXSelector | , | |||
| void * | ptr | |||
| ) |
Definition at line 273 of file theme.cpp.
References drawFrame().
1.7.1