Home
last modified time | relevance | path

Searched refs:WLAB_ALIGNTOPLEFT (Results 1 – 5 of 5) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dmusicmanager.cpp494 psNowPlaying->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
506 psSelectedTrackName->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
518 psSelectedTrackAuthorName->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
534 psSelectedTrackAlbumName->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
545 psSelectedTrackAlbumDate->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
557 psSelectedTrackAlbumDescription->setTextAlignment(WLAB_ALIGNTOPLEFT); in UpdateTrackDetailsBox()
671 title_header->setTextAlignment(WLAB_ALIGNTOPLEFT); in addTrackList()
680 album_header->setTextAlignment(WLAB_ALIGNTOPLEFT); in addTrackList()
H A Dnotifications.cpp709 label_title->setTextAlignment(WLAB_ALIGNTOPLEFT); in make()
721 label_contents->setTextAlignment(WLAB_ALIGNTOPLEFT); in make()
H A Dhci.cpp2533 label->setTextAlignment(WLAB_ALIGNTOPLEFT); in chatDialog()
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dlabel.cpp104 if ((style & WLAB_ALIGNTOPLEFT) != 0) // Align top in display()
H A Dwidget.h68 WLAB_ALIGNTOPLEFT = 4, ///< Align the text at the top left of the box enumerator