libyui-gtk  2.43.7
 All Classes
YGLabel Class Reference
Inheritance diagram for YGLabel:
Collaboration diagram for YGLabel:

Public Member Functions

 YGLabel (YWidget *parent, const std::string &text, bool heading, bool outputField)
 
virtual void setText (const std::string &label)
 
- Public Member Functions inherited from YGWidget
 YGWidget (YWidget *ywidget, YWidget *yparent, GType type, const char *property_name,...)
 
 YGWidget (YWidget *ywidget, YWidget *yparent, GtkWidget *gtkwidget, const char *property_name,...)
 
virtual GtkWidget * getWidget ()
 
GtkWidget * getLayout ()
 
virtual GtkWidget * getContainer ()
 
virtual bool doSetKeyboardFocus ()
 
virtual void doSetEnabled (bool enabled)
 
virtual void doSetUseBoldFont (bool useBold)
 
virtual void doAddChild (YWidget *child, GtkWidget *container)
 
virtual void doRemoveChild (YWidget *child, GtkWidget *container)
 
virtual int doPreferredSize (YUIDimension dimension)
 
virtual void doSetSize (int width, int height)
 
const char * getWidgetName () const
 
virtual std::string getDebugLabel () const
 
void setBorder (unsigned int border)
 
virtual unsigned int getMinSize (YUIDimension dim)
 

Additional Inherited Members

- Static Public Member Functions inherited from YGWidget
static YGWidgetget (YWidget *y_widget)
 
- Protected Types inherited from YGWidget
enum  EventFlags { DELAY_EVENT = 2, IGNORE_NOTIFY_EVENT = 4, IF_NOT_PENDING_EVENT = 8 }
 
- Protected Member Functions inherited from YGWidget
void emitEvent (YEvent::EventReason reason, EventFlags flags=(EventFlags) 0)
 
void connect (gpointer object, const char *name, GCallback callback, gpointer data, bool after=true)
 
void blockSignals ()
 
void unblockSignals ()
 
void construct (YWidget *ywidget, YWidget *yparent, GtkWidget *gtkwidget, const char *property_name, va_list args)
 
- Protected Attributes inherited from YGWidget
Signalsm_signals
 
GtkWidget * m_widget
 
GtkWidget * m_adj_size
 
YWidget * m_ywidget
 

Detailed Description

Definition at line 11 of file YGLabel.cc.


The documentation for this class was generated from the following file: