# $(datadir)/gtkrc


style "GDeb_Package_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}

style "GDeb_ShortDesc_style"
{

}

# The "Tag" is the label for the field, like "Section:"
style "GDeb_Section_Tag_style"
{

}

# Then this is the actual value for the field
style "GDeb_Section_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}


style "GDeb_Status_Tag_style"
{

}

style "GDeb_Status_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}


style "GDeb_Priority_Tag_style"
{

}

style "GDeb_Priority_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}


style "GDeb_InstalledSize_Tag_style"
{

}

style "GDeb_InstalledSize_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}


style "GDeb_Download_Tag_style"
{

}

style "GDeb_Download_style"
{
  font = "-adobe-helvetica-bold-r-normal--12-100-*-*-*-*-*-*"
}



widget "*GDeb_Package" style "GDeb_Package_style"
widget "*GDeb_ShortDesc" style "GDeb_ShortDesc_style"

widget "*GDeb_Section_Tag" style "GDeb_Section_Tag_style"
widget "*GDeb_Section" style "GDeb_Section_style"

widget "*GDeb_Status_Tag" style "GDeb_Status_Tag_style"
widget "*GDeb_Status" style "GDeb_Status_style"

widget "*GDeb_InstalledSize_Tag" style "GDeb_InstalledSize_Tag_style"
widget "*GDeb_InstalledSize" style "GDeb_InstalledSize_style"

widget "*GDeb_Priority_Tag" style "GDeb_Priority_Tag_style"
widget "*GDeb_Priority" style "GDeb_Priority_style"

widget "*GDeb_Download_Tag" style "GDeb_Download_Tag_style"
widget "*GDeb_Download" style "GDeb_Download_style"



