Searched refs:tType (Results 1 – 2 of 2) sorted by relevance
1107 GType tType = GTK_TYPE_TOGGLE_BUTTON; //prevent waring by initializing in getWidget() local1112 pWidget = m_pToggles[elem]; tType = GTK_TYPE_TOGGLE_BUTTON; \ in getWidget()1116 pWidget = m_pButtons[elem]; tType = GTK_TYPE_BUTTON; \ in getWidget()1120 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget()1124 pWidget = m_pListLabels[elem]; tType = GTK_TYPE_LABEL; \ in getWidget()1150 *pType = tType; in getWidget()1312 GType tType; in setValue() local1317 if( !( pWidget = getWidget( nControlId, &tType ) ) ) in setValue()1319 else if( tType == GTK_TYPE_TOGGLE_BUTTON ) in setValue()1325 else if( tType == GTK_TYPE_COMBO_BOX ) in setValue()[all …]
90 …ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() argument